-
THUNAR > ajouter un lanceur
AJOUTER UN LANCEUR DANS LE MENU
exemple, un logiciel appelé
eclipse lunadans la sectionprogramming:sudo vim /usr/share/applications/mon_logiciel.desktop
[Desktop Entry] Encoding=UTF-8 Exec=/chemin/mon_logiciel Icon=/chemin/icone.xpm Type=Application Terminal=false Comment=Ceci est mon lanceur Name=Mon Logiciel GenericName=mon_logiciel-4.4 M4 StartupNotify=false Categories=Development;IDE;Java;
Après la sauvegarde, le lanceur sera automatiquement ajouté au menu.
Description :
[Desktop Entry]indicates that this file is a *.desktop fileEncoding=encoding usedExec=path of a binary or script used to start the programIconpath to the icon for the entryType=Applicationdesktop file is starting an applicationTerminal=falsethe program will not run in a terminalComment=commentaireName=nom affiché dans le menuGenericName=description of the entryStartupNotify=falseStartup notification is turned offCategoriescatégories dans lesquelles sera placé le lanceur (si plusieurs catégories : séparés par un point virgule;)clic droit sur le menu du toolbar > configure. This will launch an applet, that has "Open the menu editor" as an option at the bottom of the child window.