Description: I've always found Ark to be limited/restrictive, and preferred file-roller. So, after a bit of tinkering and seeing how they did the job for Ark menu integration, I created my own servicemenu that calls file-roller instead.
What you need to do is to copy both .desktop files to /usr/share/kde4/services/ServiceMenus or HOME/.kde/share/apps/konqueror/servicemenus, or whatever folder your distro uses to store KDE servicemenus. You can also add .old or something to the ark servicemenu files, so you don't end up with a cluttered menu.
You will have to also install file-roller or course, for this to work.
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
First avail Congratulations works so far well.
But, found error by Extract Here.
Here my fix for it
http://min.us/mbl6EhURpR
A RPM will be available soon in PCLinuxOS
Regards
Leiche
Thank you Leiche. Before I uploaded this I decided to remove the various language translations in the files, and apparently I mistakenly removed one of the functions it performed as well. :blush:
I'll correct it soon.
Ratings & Comments
5 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
I like roller. Thanks you so much.
First avail Congratulations works so far well. But, found error by Extract Here. Here my fix for it http://min.us/mbl6EhURpR A RPM will be available soon in PCLinuxOS Regards Leiche
Thank you Leiche. Before I uploaded this I decided to remove the various language translations in the files, and apparently I mistakenly removed one of the functions it performed as well. :blush: I'll correct it soon.