Remove manual complacted way of desktop file and add new option

This commit is contained in:
Lyn Perrine 2020-07-11 00:56:59 -07:00
parent a4bb54bdc2
commit e11f53869c

View File

@ -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`.