• THUNAR > ajouter un lanceur

      AJOUTER UN LANCEUR DANS LE MENU

      exemple, un logiciel appelé eclipse luna dans la section programming:

       

      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 file

      Encoding= encoding used

      Exec= path of a binary or script used to start the program

      Icon path to the icon for the entry

      Type=Application desktop file is starting an application

      Terminal=false the program will not run in a terminal

      Comment= commentaire

      Name= nom affiché dans le menu

      GenericName= description of the entry

      StartupNotify=false Startup notification is turned off

      Categories caté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.

 

Aucun commentaire

 

Laissez un commentaire