Difference between revisions of "PCmanFM-Qt"

no edit summary
imported>Aaditya
imported>Qanjaro
Line 1: Line 1:
__TOC__
__TOC__


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


<b>NOTE:</b> Taken from, and all credit goes to, [http://madebits.com/blog/?x=entry:entry140317-141947;comments:1 MadeBits]. For more detailed examples and explanation see that web page and for a complete explanation of all the parameters see [http://www.nautilus-actions.org/?q=node/377 DES-EMA].
</div>
Below actions are just examples. You can use them and create your owns based on them.
Below actions are just examples. You can use them and create your owns based on them.


Line 10: Line 11:


<pre>mkdir -p ~/.local/share/file-manager/actions</pre>
<pre>mkdir -p ~/.local/share/file-manager/actions</pre>
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 (<code>.local</code>) in your <code>Home</code> (<code>~/</code>) 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 ==
Line 18: Line 19:
<pre>touch ~/.local/share/file-manager/actions/rootedit.desktop
<pre>touch ~/.local/share/file-manager/actions/rootedit.desktop
juffed ~/.local/share/file-manager/actions/rootedit.desktop</pre>
juffed ~/.local/share/file-manager/actions/rootedit.desktop</pre>
Paste the below content in “rootedit.desktop”:
Paste the below content in <code>rootedit.desktop</code>:


<pre>[Desktop Entry]
<pre>[Desktop Entry]
Line 29: Line 30:
Exec=gksu juffed %f
Exec=gksu juffed %f
Name=Default profile</pre>
Name=Default profile</pre>
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> if you use <code>kdesu</code>.


== “Set as wallpaper” custom action ==
== “Set as wallpaper” custom action ==
Line 37: Line 38:
<pre>touch ~/.local/share/file-manager/actions/wallpaper.desktop
<pre>touch ~/.local/share/file-manager/actions/wallpaper.desktop
juffed ~/.local/share/file-manager/actions/wallpaper.desktop</pre>
juffed ~/.local/share/file-manager/actions/wallpaper.desktop</pre>
Paste the below content in “wallpaper.desktop”:
Paste the below content in <code>wallpaper.desktop</code>:


<pre>[Desktop Entry]
<pre>[Desktop Entry]
Anonymous user