Difference between revisions of "PCmanFM-Qt"
→“Extract” custom action
imported>Qanjaro |
imported>Qanjaro |
||
Line 89: | Line 89: | ||
= “Extract” custom action = | = “Extract” 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: | |||
sudo pacman -S atool | |||
Create and edit the action file (extract.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 (extract.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 110: | Line 115: | ||
This will uncompress the selected archive into the current directory. (You may need to change the icon in the above code if you don't have oxygen icons.) | This will uncompress the selected archive into the current directory. (You may need to change the icon in the above code if you don't have oxygen icons.) | ||
=Links= | =Links= |