From 6cb3cc3be05b1cb8afb7d2936158ae789037bf73 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Jun 2019 11:51:43 -0700 Subject: [PATCH] Add pcmanfm-qt open in terminal example desktop file but still has some problems --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 3eca33f2..4ff9a6f3 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -111,7 +111,19 @@ to create the file. To edit thsi file run featherpad ~/.local/share/file-manager/actions/open_in_terminal.desktop -from the command line to edit the file and paste in the following contents. +from the command line to edit the file and paste in the following contents + +.. code:: + + [Desktop Entry] + Type=Action + Name=Open in terminal + Icon=utilities-terminal + Profiles=profile-zero; + + [X-Action-Profile profile-zero] + Exec=qterminal %f + Name=Default profile Screenshot ----------