From 488b77fb7876aeaec0a1e76e015ad4e47a0f37f8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Jun 2019 11:14:38 -0700 Subject: [PATCH] Add create file in example for custom actions --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 8 +++++++- 1 file changed, 7 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 aafcdab9..d79626fe 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -99,7 +99,13 @@ To create custom actions you will need to create the folder that is not on your mkdir -p ~/.local/share/file-manager/actions -or create this path by creating new directories in this file manager. Then you will need to make a desktop file to make your action. +or create this path by creating new directories in this file manager. Then you will need to make a desktop file to make your action. To make for example an open in terminal desktop run + +.. code:: + + touch ~/.local/share/file-manager/actions/open_in_terminal.desktop + +to create the file. Screenshot ----------