Comment append un élément au menu Applications?

Comment puis-je append une application à Applications> Internet dans Gnome Desktop exécuté sur CentOS 6.4?

Par cet ancien lien Docs , il est suggéré de modifier /etc/xdg/menus/applications.menu .

Comment puis-je append /home/danny/some/path/myprog/prog (exécutable) dans mon menu Gnome Applications?

Voici comment je l'ai fait:

 vi /usr/share/applications/newitem.desktop 
 [Desktop Entry] Version=1.0 Name=My Program Exec=/home/danny/some/path/myprog/prog Terminal=false Type=Application StartupNotify=true Categories=Network;WebBrowser; X-Desktop-File-Install-Version=0.15 

Une icône peut être ajoutée en incluant Icon=/some/path .

Il existe une autre solution en activant une option de menu d'édition .

Vous pouvez avoir ce menu en installant le package alacarte avec cette command (en tant que root):

 yum install alacarte 

Après cela, il suffit de redémarrer votre server X et vous pouvez modifier vos menus avec un clic droit de la souris sur la barre d'outils.