Difference between revisions of "PCmanFM-Qt"

no edit summary
imported>Excalibur1234
(some edits)
imported>Excalibur1234
Line 6: Line 6:
<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].
<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>
</div>
Below actions are just examples. You can use them and create your owns based on them.




Line 15: Line 12:
<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 (<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.
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.
Below actions are just examples. You can use them and create your owns based on them.