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/14 17:15] – [Advanced] blueberrybrowniexfce:xfce4-panel:launcher [2019/04/14 17:40] – [Advanced] blueberrybrownie
Line 35: Line 35:
  
 ? Disable tooltips ? Disable tooltips
-! Doesn't display tooltips when hovering over the launcher+! Doesn't display tooltips when hovering over the launcher.
 ? Show label instead of icon ? Show label instead of icon
-! Displays name of launcher instead of specified icon+! Displays name of launcher instead of specified icon.
 ? Show last used item in panel ? 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. ! Only available when more than one items are present in the launcher. Shows the last used application / link as the primary item.
Line 45: Line 45:
 ===== 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 =====