From bc6e6d2a9e775d747af9db37200c3f5fd8b19e30 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Jun 2019 17:54:39 -0700 Subject: [PATCH] Add exec in desktop icons --- source/5/5.2/desktop_icons.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/5/5.2/desktop_icons.rst b/source/5/5.2/desktop_icons.rst index d0f1cf1f..eaa811a4 100644 --- a/source/5/5.2/desktop_icons.rst +++ b/source/5/5.2/desktop_icons.rst @@ -42,6 +42,12 @@ The next required field for creating your own desktop file is a name key which y Name= +If you want your desktop icon to run a program you will need a line that has + +.. code:: + + Exec= +