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
Last revisionBoth sides next revision
xfce:xfce4-panel:launcher [2019/11/13 02:18] kevinbowenxfce:xfce4-panel:launcher [2019/12/09 08:03] kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :xfce:xfce4-panel:xfce4-panel.png?nolink|}}
 ====== Launcher ====== ====== Launcher ======
 The Launcher panel plugin allows you to create application shortcuts and display them on your panel. The Launcher panel plugin allows you to create application shortcuts and display them on your panel.
  
 +  * **[[#General|General]]**
 +  * **[[#Advanced|Advanced]]**
 +  * **[[#Expanding Variables|Expanding Variables]]**
 +  * **[[#Plugin Events|Plugin Events]]**
 +
 +----
  
 ===== Add New Launchers ===== ===== Add New Launchers =====
Line 7: Line 15:
  
 <note tip>If you try to drop it in between two existing launchers, Xfce will attempt to open the ''.desktop'' file with the nearest application. To prevent this, hold down **Ctrl** as you drag and drop the item.</note> <note tip>If you try to drop it in between two existing launchers, Xfce will attempt to open the ''.desktop'' file with the nearest application. To prevent this, hold down **Ctrl** as you drag and drop the item.</note>
 +
 +----
  
 ===== Arguments ===== ===== Arguments =====
 All launchers accept ''text/uri-list'' as arguments when dropped on the launcher button, it will be used as an argument for the first application in the items list. See the [[https://docs.xfce.org/xfce/xfce4-panel/launcher#expanding_variables|Expanding Variables]] below for more information. All launchers accept ''text/uri-list'' as arguments when dropped on the launcher button, it will be used as an argument for the first application in the items list. See the [[https://docs.xfce.org/xfce/xfce4-panel/launcher#expanding_variables|Expanding Variables]] below for more information.
 +
 +----
  
 ===== Preferences ===== ===== Preferences =====
 <figure "Launcher Preferences">{{:xfce:xfce4-panel:launcher_props.png?nolink&|}}</figure> <figure "Launcher Preferences">{{:xfce:xfce4-panel:launcher_props.png?nolink&|}}</figure>
 +
 +----
  
 ===== General ===== ===== General =====
Line 30: Line 44:
 ! 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]]. ! 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]].
  
 +[[|Back to Top]]
 +----
  
 ===== Advanced ===== ===== Advanced =====
Line 42: Line 58:
 ? Arrow button position ? 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. ! 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.
 +
 +[[|Back to Top]]
 +----
  
 ===== Expanding Variables ===== ===== Expanding Variables =====
Line 59: Line 78:
 %% %%
 </code> </code>
 +
 +----
 +
 ===== Plugin Events ===== ===== Plugin Events =====