From e11f53869c3bc3aaedb32d7a67055c367893eba9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 11 Jul 2020 00:56:59 -0700 Subject: [PATCH] Remove manual complacted way of desktop file and add new option --- source/5/5.2/desktop_icons.rst | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/source/5/5.2/desktop_icons.rst b/source/5/5.2/desktop_icons.rst index 4ee8e16c..b4f8ecad 100644 --- a/source/5/5.2/desktop_icons.rst +++ b/source/5/5.2/desktop_icons.rst @@ -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`.