web-dev-qa-db-fra.com

Comment ajouter un élément au menu Applications?

Comment puis-je ajouter une application à Applications> Internet dans Gnome Desktop fonctionnant sur CentOS 6.4?

Par ceci ancien lien Docs , il suggère de modifier /etc/xdg/menus/applications.menu.

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

22
Danny Beckett

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.

25
Danny Beckett

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

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

yum install alacarte

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

12
рüффп