Add pcmanfm-qt open in terminal example desktop file but still has some problems
This commit is contained in:
parent
459d6e5e21
commit
6cb3cc3be0
@ -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
|
||||
----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user