Hi weVeg true... looking around i think menu entry aren't synchronized with the
.desktop file.
In
/usr/share/applications/backbox-update.desktop there is:
Exec=sh -c "sudo backbox-update desktop; ${SHELL:-bash}"
that is the nice one, while in the main menu it's:
Exec=sh -c "sudo backbox-update; ${SHELL:-bash}"
To fix:
MENU -> Settings -> Main Menu select the
Update menu entry of the menu and click
Properties and in the
Command field put:
sh -c "sudo backbox-update desktop; ${SHELL:-bash}"
Also looking in
apt-cache there are a sort of two meta-packages that provide tools for the distro:
backbox-desktop which installs all tools, like the ones with GUI interface, and the more lightweight
backbox-minimal which installs just CLI tools.
So the menu entry didn't get updated with the
desktop parameter, that is the default for most installations.
---
Edit: If someone is interested, the
.desktop file that affects the Update menu entry behaviour is not in the global directory in
/usr/share/applications/ but in
$HOME/.local/share/applications/. So the same result as above can be obtained editing this file in the field
Exec=Bye!!
See you!

« Last Edit: September 09, 2013, 10:33:03 PM by b4d_bl0ck »
bool secure = check_paranoia() ? true : false;