Add pcmanfm-qt open in terminal example desktop file but still has some problems

This commit is contained in:
Lyn Perrine 2019-06-11 11:51:43 -07:00
parent 459d6e5e21
commit 6cb3cc3be0

View File

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