Difference between revisions of "PCmanFM-Qt"
Views
Actions
Namespaces
Variants
Tools
Made more generic so the page could be used to hold any PCmanFM-Qt related content
imported>Dalto m (Dalto moved page Custom Actions for PCmanFM-Qt to PCmanFM-Qt: Make more general) |
imported>Dalto (Made more generic so the page could be used to hold any PCmanFM-Qt related content) |
||
Line 2: | Line 2: | ||
__TOC__ | __TOC__ | ||
=Overview= | |||
PCManFM-Qt is the Qt port of PCManFM, the file manager of LXDE. It is the official file manager of lxqt but has few dependencies and can be used as a drop-in file manager on any Window Manager or Desktop Environment. | |||
= | =Creating Custom Actions= | ||
Before creating the actions (which are desktop files), first create its directory/folder by copy-pasting the below command in terminal: | Before creating the actions (which are desktop files), first create its directory/folder by copy-pasting the below command in terminal: | ||
Line 14: | Line 15: | ||
Below actions are just examples. You can use them and create your | Below actions are just examples. You can use them and create your own actions based on them. | ||
= “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 39: | Line 40: | ||
= “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): | ||
Line 61: | Line 62: | ||
= “Compress” custom action = | == “Compress” custom action == | ||
If you don't have one of those archive applications listed in pcmanfm-qt's Preferences>Advanced, you can use a commandline archive utility like <code>atool</code> with custom actions. First install <code>atool</code> from the repo: | If you don't have one of those archive applications listed in pcmanfm-qt's Preferences>Advanced, you can use a commandline archive utility like <code>atool</code> with custom actions. First install <code>atool</code> from the repo: | ||
Line 89: | Line 90: | ||
= “Extract” custom action = | == “Extract” custom action == | ||
Line 118: | Line 119: | ||
= | =See also= | ||
You can find more pages about LXQt in the Manjaro Wiki [https://wiki.manjaro.org/index.php?title=Desktop_Environments#LXQt here]. | You can find more pages about LXQt in the Manjaro Wiki [https://wiki.manjaro.org/index.php?title=Desktop_Environments#LXQt here]. |