Description: Nothing special here , this is just a simple servicemenu to "extract here" using file-roller
I was having trouble with certain compressed formats (like .cpio) and got tired of using Konsole everytime
This obviously depends on file-roller being installed and I'm using this with konqueror in Mint 5 CE which is KDE3 (not sure if it works with KDE4 or not)
-- put File-roller_extract.desktop in HOME/.kde/share/apps/konqueror/servicemenus and make sure that is't executable -- that's it
For new users on KDE5: copy the .desktop files into /usr/share/kservices5/ServiceMenus/ or ~/.local/share/kservices5/ServiceMenus/ For Autodetection of the directory, add this to the end of the file fileroller_servicemenu.desktop
Ratings & Comments
3 Comments
For new users on KDE5: copy the .desktop files into /usr/share/kservices5/ServiceMenus/ or ~/.local/share/kservices5/ServiceMenus/ For Autodetection of the directory, add this to the end of the file fileroller_servicemenu.desktop
[Desktop Action filerollerExtractAutodetect] Name=Extract Archive Autodetect Directory Icon=utilities-file-archiver Exec=file-roller --force -e "$(echo %U | cut -d '.' -f 1)" %U
and format properly