[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Diferencias

Muestra las diferencias entre dos versiones de la página.


es:howtos:window_managers:xfce_app_menu [2019/02/19 20:16 (UTC)] (actual) – creado slackwarespanol
Línea 1: Línea 1:
 +====== XFCE Applications Menu ======
  
 +How to manipulate the XFCE Applications Menu.
 +
 +
 +
 +====== Add an app to the XFCE menu ======
 +
 +**To add an installed app to the [system wide] XFCE APPLICATIONS MENU, as root:**
 +
 +1) Create the .desktop file:
 +<code>vi /usr/share/applications/APPNAME.desktop</code>
 +2) ADD: \\ 
 +<file sh /usr/share/applications/APPNAME.desktop>
 +[Desktop Entry]
 +Name=APP NAME
 +Comment=A COMMENT
 +Exec=/PATH/TO/APP/BIN
 +Icon=/PATH/TO/ICON/IMAGE.xpm
 +Terminal=TRUE/FALSE
 +Type=Application
 +Categories=CATEGORY(S)</file>
 +
 +EXAMPLE: dosemu \\
 +<file sh /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;</file>
 +
 +
 +
 +**To add an installed app to a user's XFCE APPLICATIONS MENU, as that user:** \\ 
 +
 +1) Create the .desktop file:
 +<code>vi ~/.local/share/applications/APPNAME.desktop</code>
 +2) ADD: \\ 
 +<file sh ~/.local/share/applications/APPNAME.desktop>
 +[Desktop Entry]
 +Name=APP NAME
 +Comment=A COMMENT
 +Exec=/PATH/TO/APP/BIN
 +Icon=/PATH/TO/ICON/IMAGE.xpm
 +Terminal=TRUE/FALSE
 +Type=Application
 +Categories=CATEGORY(S)</file>
 +
 +
 +====== Sources ======
 +<!-- Authors are allowed to give credit to themselves! -->
 +   * Originally written by [[wiki:user:arfon | arfon]]
 +<!-- * Contributions by [[wiki:user:yyy | User Y]] -->
 +
 +<!-- Please do not modify anything below, except adding new tags.-->
 +<!-- You must remove the tag-word "template" below before saving your new page -->
 +{{tag>howtos software XFCE slackware_13.37 slackware_14.0 slackware_14.1 author_arfon}}
 es:howtos:window_managers:xfce_app_menu ()