Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfce4-panel:launcher [2019/04/12 22:40] – [Preferences] blueberrybrowniexfce:xfce4-panel:launcher [2019/11/13 02:18] kevinbowen
Line 12: Line 12:
  
 ===== Preferences ===== ===== Preferences =====
-<figure "Launcher Preferences">{{:xfce:xfce4-panel:xfce4-panel-launcher.png?nolink&|}}</figure>+<figure "Launcher Preferences">{{:xfce:xfce4-panel:launcher_props.png?nolink&|}}</figure>
  
 ===== General ===== ===== General =====
 +The **General** tab offers options down the right hand side for manipulating the selected item.
  
-====== Advanced ======+? Move up / Move down 
 +! Moves the currently selected item up or down in the list. 
 +? Edit the currently selected item 
 +! Opens up an [[https://docs.xfce.org/xfce/exo/desktop-item-edit#editing_launchers|Edit Launcher]] window. 
 +? Delete the currently selected item 
 +! Deletes the item from the list. If there is only one item, the launcher on the panel becomes blank. 
 +? Add one or more existing items to the launcher 
 +! Opens an Add New Item window with a list of all installed applications. Additional items added are displayed under a list accessible by an arrow that appears next to the launcher. If more than one items are present in the launcher, the first one that appears in the list is used as the primary target. 
 +? Add a new empty item 
 +! Opens a [[https://docs.xfce.org/xfce/exo/desktop-item-edit|Create Launcher]] window to create a new item for the list. 
 +? Add a new hyperlink 
 +! Opens a Create Link window to create a new hyperlink, links have to follow a [[https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml|URI Scheme]]. 
 + 
 + 
 +===== Advanced ===== 
 +<figure "Launcher Advanced Preferences">{{:xfce:xfce4-panel:xfce4-panel-launcher-preferences-advanced.png?nolink&|}}</figure> 
 + 
 +? Disable tooltips 
 +! Doesn't display tooltips when hovering over the launcher. 
 +? Show label instead of icon 
 +! Displays name of launcher instead of specified icon. 
 +? Show last used item in panel 
 +! Only available when more than one items are present in the launcher. Shows the last used application / link as the primary item. 
 +? Arrow button position 
 +! Displays the arrow to access additional items to the left, right, top or bottom of the launcher. The **Inside Button** option displays the arrow inside the launcher and displays the list of launcher items when left-clicking on the launcher.
  
 ===== Expanding Variables ===== ===== Expanding Variables =====
  
-The command of each launcher is //expanded// before it is executed. This means the [[http://standards.freedesktop.org/desktop-entry-spec/latest/|.desktop files']] field codes are processed.+Each launcher'command is expanded before it is executed, meaning the .desktop files' field codes are processed. [[http://standards.freedesktop.org/desktop-entry-spec/latest/|See the specification]] for more details.
  
-? %F +Below are some sample variables:
-? %f +
-? %U +
-? %u +
-? %i +
-? %c +
-? %k +
-? %%+
  
 +<code>
 +%F
 +%f
 +%U
 +%u
 +%i
 +%c
 +%k
 +%%
 +</code>
 ===== Plugin Events ===== ===== Plugin Events =====
  
Line 39: Line 67:
 This will disable the tooltips property for all launcher plugins in the panel. This will disable the tooltips property for all launcher plugins in the panel.
  
 +[[|Back To Top]] 
 +---- 
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]