Hi;

when I install byobu
this error stick on every apt call

Code:
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 :
Code:
-rwxr-xr-x 1 root root 243 Jun 22 19:31 /usr/share/byobu/desktop/byobu.desktop
and inside this file I found :

Code:
[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 the error still remains


How can I fix this ?