[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs

[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.

Welcome to the Slackware Documentation Project

Menu Applications XFCE

Comment gérer le menu Applications dans XFCE.

Ajouter une appli dans le menu XFCE

Pour ajouter une appli déjà installée au MENU APPLICATIONS XFCE, en tant que root:

1) Créer un fichier .desktop :

vi /usr/share/applications/APPNAME.desktop

2) Ajouter:

/usr/share/applications/APPNAME.desktop
[Desktop Entry]
Name=NOM DE L'APPLI
Comment=COMMENTAIRE
Exec=/CHEMIN/VERS/APPLI/BIN
Icon=/CHEMIN/VERS/ICON/IMAGE.xpm
Terminal=TRUE/FALSE
Type=Application
Categories=CATEGORY(S)

EXEMPLE: dosemu

/usr/share/applications/dosemu.desktop
[Desktop Entry]
Name=DOS emulator
Name[lt]=DOS emuliatorius
Comment=DOS emulator "dosemu"
Comment[lt]=DOS emuliatorius "dosemu"
Exec=/usr/bin/dosemu
Icon=/usr/share/pixmaps/dosemu.xpm
Terminal=false
Type=Application
Categories=System;Emulator;

Pour ajouter une appli déjà installée dans le MENU APPLICATIONS XFCE d'un utilisateur, en tant qu'utilisateur:

1) Créer le fichier .desktop :

vi ~/.local/share/applications/APPNAME.desktop

2) Ajouter:

~/.local/share/applications/APPNAME.desktop
[Desktop Entry]
Name=NOM DE L'APPLI
Comment=COMMENTAIRE
Exec=/CHEMIN/VERS/APPLI/BIN
Icon=/CHEMIN/VERS/ICON/IMAGE.xpm
Terminal=TRUE/FALSE
Type=Application
Categories=CATEGORY(S)

Sources

  • Traduit de l'anglais par — Cedric M. 2015/09/09 13:06

QR Code
QR Code fr:howtos:window_managers:xfce_app_menu (generated for current page)