Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7085

Summary: nmapfe is associated wrong in gnome panel pull down
Product: Gentoo Linux Reporter: Shad Nelson <shadash>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Shad Nelson 2002-08-26 18:21:28 UTC
/usr/share/gnome/apps/Utilities/nmapfe.desktop

= this

[Desktop Entry]
Name=Nmapfe
Comment=Gtk+ frontend to nmap
exec=nmapfe
Terminal=0
Type=Application

should = this

[Desktop Entry]
Name=Nmapfe
Comment=Gtk+ frontend to nmap
exec=/usr/bin/nmapfe
Terminal=0
Type=Application

NOTE: exec=/usr/bin/nmapfe is what needs to be changed
Comment 1 Shad Nelson 2002-08-26 18:37:16 UTC
I jumped the gun here is the correct settings

[Desktop Entry]
Name=Nmapfe
Comment=Gtk+ frontend to nmap
Exec=/usr/bin/nmapfe
Terminal=0
Type=Application

Note: Exec=/usr/bin/nmapfe Exec must be capitolized
Comment 2 foser (RETIRED) gentoo-dev 2002-10-13 13:18:13 UTC
fixed, thanks (altough this isn't really a gentoo bug).