Comment 6 for bug 1263311

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi,
this is due to the desktop file using a binary that is not there.
  TryExec=su-to-root
  Exec=su-to-root -X -c zenmap %F

But
$ su-to-root
The program 'su-to-root' is currently not installed. You can install it by typing:
sudo apt install menu

If installing "menu" and reinstalling zenmap afterwards (or do any other menu refreshing action) it shows up.

The solution is to add "menu" to the Depends of zenmap in d/control of the nmap package.