PDA

View Full Version : update-kali-menu don't digest byobu properly



jodumont
2018-09-20, 12:56
Hi;

when I install byobu
this error stick on every apt call


update-kali-menu: error: can't open /usr/share/applications/byobu.desktop: No such file or directory
E: Problem executing scripts DPkg::Post-Invoke '[ ! -x /usr/share/kali-menu/update-kali-menu ] || /usr/share/kali-menu/update-kali-menu wait_dpkg'
E: Sub-process returned an error code

how the file is there :
-rwxr-xr-x 1 root root 243 Jun 22 19:31 /usr/share/byobu/desktop/byobu.desktop
and inside this file I found :



[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu
Type=Application
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu


NOTE
1. if I uninstall byobu the error disapear
2. if I reinstall kali-menu as mention here (https://www.blackmoreops.com/2013/10/31/how-to-fix-broken-menu-in-kali-linux/) the error still remains


How can I fix this ?