|
|
|
@ -27,30 +27,5 @@ To edit a desktop entry including those on your menu you will need to open the .
|
|
|
|
|
|
|
|
|
|
Creating
|
|
|
|
|
--------
|
|
|
|
|
To create your own desktop file you will need to have certain required key value pairs in your file
|
|
|
|
|
|
|
|
|
|
one thing you will need on the first line is
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|
[desktop entry]
|
|
|
|
|
|
|
|
|
|
If you read to the next required key you will need is a type of each action
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|
Type=
|
|
|
|
|
|
|
|
|
|
The next required field for creating your own desktop file is a name key which you will need a line starting with
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|
Name=
|
|
|
|
|
|
|
|
|
|
If you want your desktop icon to run a program you will need a line that has
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|
Exec=
|
|
|
|
|
|
|
|
|
|
To create a launcher graphically you can right click on the desktop and select :menuselection:`Create Launcher`.
|
|
|
|
|
|
|
|
|
|