"run in xterm" (command, script etc)
s4ncho
Source i (link to git-repo or to original if based on someone elses unmodified work):
More Dolphin Service Menus from s4ncho:
Other Dolphin Service Menus:
© 2025 OpenDesktop.org - Libre Cloud Services
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
3 Comments
could you do this to? I have no problem with rpms but those tarballs are hell.
I would need a prog for the contrary, i.e. , for transform .deb and .rpm into .tgz
save this in the same place as eg deb2tgz.desktop [Desktop Action deb2tgz] Exec=xterm -title "%c" -e 'echo Converting package %U;echo Package will be created in your home directory;echo Please wait...;sudo alien --to-tgz %U; echo "Press to quit..."; read;' #Icon=deb Name=Convert deb to tgz Name[pl]=Konwertuj deb do tgz [Desktop Entry] Actions=deb2tgz ServiceTypes=application/x-deb #made by s4ncho & similary for rpm2tgz but slack based distros will probably need to install & configure "sudo" or chage it to "su -c" rpm2deb & tgz2deb are dedicated for kubuntu