Ubuntu Tips

From Lazer

Jump to: navigation, search

Add a menu item

  • Create a file with the extension of *.desktop that contains the format below.
  
[Desktop Entry]
Name=PHP Eclipse
Comment=PHP Eclipse debug tool
Exec=/home/lancewf/eclipse/eclipse
Terminal=false
Type=Application
Icon=/home/lancewf/eclipse/icon.xpm
Categories=GTK;IDE;Development;Application
  • Place the file in the /usr/share/applications directory
Current Projects