Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
xfce:exo:desktop-item-edit [2012/01/07 20:09] – created nickxfce:exo:desktop-item-edit [2021/02/08 09:02] (current) – add new icon kevinbowen
Line 1: Line 1:
-====== Desktop Item Editor ======+~~NOTOC~~ 
 +{{ :xfce:xfce.exo.png?no link|}} 
 +====== Exo - exo-desktop-item-edit - Desktop Item Editor ====== 
 +**''exo-desktop-item-edit''** allows a user to easily create and modify application launchers, or ''.desktop'' files in a GUI. 
  
 +  * **[[#Creating a Launcher|Creating a Launcher]]**
 +  * **[[#Editing Launchers|Editing Launchers]]**
 +  * **[[#Usage|Usage]]**
  
 +----
 +===== Creating a Launcher =====
 +
 +To create a new launcher, in a terminal type:
 +<code>exo-desktop-item-edit --create-new [DIRECTORY]</code>
 +To create a launcher on the desktop, right-click an empty space on the desktop and select **Create Launcher**. 
 +
 +<figure "Create Launcher window">{{:xfce:exo:exo_create_launcher.png?nolink&|}}</figure>
 +
 +----
 +
 +===== Editing Launchers =====
 +To edit existing launchers on the desktop, right-click the launcher you wish to edit and select **Edit Launcher** from the menu. 
 +
 +If the launcher is on a panel, right click the desired launcher and select **Properties**, then in the Launcher window that appears, select the **Edit the currently selected item** in the General tab.
 +
 +<figure "Edit launcher on panel">{{:xfce:exo:exo_create_launcher_advanced.png?nolink&|}}</figure>
 +
 +----
 +
 +===== Usage =====
 +The edit / create launcher window allows you to customise various aspects of your launcher or ''.desktop'' file. Both the editor and creator contain the same fields in which you can customise your file.
 +
 +? Name
 +! The title of the application launcher.
 +? Comment
 +! The additional text that is displayed when hovering over a launcher on the desktop or in the panel. This text can also be displayed underneath the icon and title in some applications such as the [[https://docs.xfce.org/xfce/xfce4-appfinder/usage#expanded_search_mode|Application Finder]].
 +? Command
 +! This is the command that is ran when executing the launcher.
 +? Working Directory
 +! You can set a custom working directory for the application being launched.
 +? Icon
 +! A custom icon can be used for your launcher, you can select from a range of application or system icons, or an image file.
 +? Use startup notification
 +! This enables a startup notification when the launcher is executed.
 +? Run in terminal
 +! Enabling this executes the command in a terminal window when the launcher is ran.
 +
 +
 +[[|Back To Top]]
 +----
 +[[ :xfce:exo:start:|Return to Main exo page]]