From 571575a8e689bcd2d3636c47137d85170dccd6da Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Jun 2019 17:39:14 -0700 Subject: [PATCH] Add type of required for creating a desktop item --- source/5/5.2/desktop_icons.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/5/5.2/desktop_icons.rst b/source/5/5.2/desktop_icons.rst index f40ced64..4e7f5f76 100644 --- a/source/5/5.2/desktop_icons.rst +++ b/source/5/5.2/desktop_icons.rst @@ -22,7 +22,7 @@ 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 fields in your file +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 @@ -30,5 +30,11 @@ one thing you will need on the first line is [desktop entry] +If you read to the next required key you will need is a type of each action + +.. code:: + + type= +