Manjaro Difference between revisions of "PCmanFM-Qt"

Difference between revisions of "PCmanFM-Qt"

From Manjaro
imported>Dicktater
m (→‎CUSTOM ACTIONS FOR PCmanFM-Qt: removed redundant title)
imported>Dicktater
m (redo to include possible missing parts)
Line 1: Line 1:
__TOC__
= CUSTOM ACTIONS FOR PCmanFM-Qt =
<p style="background-color:#ddddff">
<p style="background-color:#ddddff">
<b>NOTE:</b> Taken from, and all credit goes to, <a href="http://madebits.com/blog/?x=entry:entry140317-141947;comments:1">MadeBits</a>. For more detailed examples and explanation see that web page and for a complete explanation of all the parameters see <a href="http://www.nautilus-actions.org/?q=node/377">DES-EMA</a>.
<b>NOTE:</b> Taken from, and all credit goes to, <a href="http://madebits.com/blog/?x=entry:entry140317-141947;comments:1">MadeBits</a>. For more detailed examples and explanation see that web page and for a complete explanation of all the parameters see <a href="http://www.nautilus-actions.org/?q=node/377">DES-EMA</a>.
Line 10: Line 14:
The last two directories in the above line have now been created recursively. You can as well create them one inside the other by file manager. If you prefer this method and can’t see the first hidden directory (.local) in your Home (~/) press <code>Ctrl+h</code> to make it (and all hidden files and directories) appear.
The last two directories in the above line have now been created recursively. You can as well create them one inside the other by file manager. If you prefer this method and can’t see the first hidden directory (.local) in your Home (~/) press <code>Ctrl+h</code> to make it (and all hidden files and directories) appear.


=== “Edit as root” custom action ===
== “Edit as root” custom action ==


Create and edit the action file (rootedit.desktop) either by using file manager or by issuing these terminal commands one at a time (replace <code>juffed</code> with your text editor if it’s different):
Create and edit the action file (rootedit.desktop) either by using file manager or by issuing these terminal commands one at a time (replace <code>juffed</code> with your text editor if it’s different):
Line 29: Line 33:
Replace <code>juffed</code> with your text editor if it’s different and replace <code>gksu</code> with <code>kdesu</code> or <code>ssx</code> if you use one of them.
Replace <code>juffed</code> with your text editor if it’s different and replace <code>gksu</code> with <code>kdesu</code> or <code>ssx</code> if you use one of them.


=== “Set as wallpaper” custom action ===
== “Set as wallpaper” custom action ==


Create and edit the action file (wallpaper.desktop) either by using file manager or by issuing these terminal commands one at a time (replace <code>juffed</code> with your text editor if it’s different):
Create and edit the action file (wallpaper.desktop) either by using file manager or by issuing these terminal commands one at a time (replace <code>juffed</code> with your text editor if it’s different):

Revision as of 19:23, 22 July 2014

CUSTOM ACTIONS FOR PCmanFM-Qt

NOTE: Taken from, and all credit goes to, <a href="http://madebits.com/blog/?x=entry:entry140317-141947;comments:1">MadeBits</a>. For more detailed examples and explanation see that web page and for a complete explanation of all the parameters see <a href="http://www.nautilus-actions.org/?q=node/377">DES-EMA</a>.

Below actions are just examples. You can use them and create your owns based on them.

Before creating the actions (which are desktop files), first create its directory/folder by copy-pasting the below command in terminal:

mkdir -p ~/.local/share/file-manager/actions

The last two directories in the above line have now been created recursively. You can as well create them one inside the other by file manager. If you prefer this method and can’t see the first hidden directory (.local) in your Home (~/) press Ctrl+h to make it (and all hidden files and directories) appear.

“Edit as root” custom action

Create and edit the action file (rootedit.desktop) either by using file manager or by issuing these terminal commands one at a time (replace juffed with your text editor if it’s different):

touch ~/.local/share/file-manager/actions/rootedit.desktop
juffed ~/.local/share/file-manager/actions/rootedit.desktop

Paste the below content in “rootedit.desktop”:

[Desktop Entry]
Type=Action
Name=Edit as Root
Icon=dialog-password
Profiles=profile-zero;

[X-Action-Profile profile-zero]
Exec=gksu juffed %f
Name=Default profile

Replace juffed with your text editor if it’s different and replace gksu with kdesu or ssx if you use one of them.

“Set as wallpaper” custom action

Create and edit the action file (wallpaper.desktop) either by using file manager or by issuing these terminal commands one at a time (replace juffed with your text editor if it’s different):

touch ~/.local/share/file-manager/actions/wallpaper.desktop
juffed ~/.local/share/file-manager/actions/wallpaper.desktop

Paste the below content in “wallpaper.desktop”:

[Desktop Entry]
Type=Action
Name[en]=Set As Wallpaper
Icon=user-desktop
Profiles=profile-zero;

[X-Action-Profile profile-zero]
MimeTypes=image/*;
Exec=pcmanfm-qt -w %f
Name[en]=Default profile
SelectionCount==1
Cookies help us deliver our services. By using our services, you agree to our use of cookies.