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 ----------