More Fun with KDE Service Menus

Productivity Sauce
Using the service menus feature in KDE, you can add all kinds of useful commands to the Actions entry of the context menu. The previous post demonstrated how you can add Déjà Dup-related commands to restore missing files and revert a file to a previous version. Of course, you can put the service menus feature to other clever uses, too. For example, I usually resize photos before publishing them on the web using the convert tool in ImageMagick. But instead of switching to terminal and running the convert foo.jpg -resize 1600x1600> foo.jpg command manually every time I need to shrink a photo, I created a service menu that allows me to quickly resize images from the convenience of the Dolphin file manager. I created the ~/.kde4/share/kde4/services/ServiceMenus/resize-large.desktop file and added the service menu definition below:
[Desktop Entry] Type=Service ServiceTypes=KonqPopupMenu/Plugin MimeType=image/png;image/jpeg;image/png;image/JPG;image/png;image/jpg; Actions=ResizeLarge [Desktop Action ResizeLarge] Name= Resize 1600x1600> Exec=convert %f -resize "1600x1600>" %f Icon=image-x-applix-graphics
To limit the menu to specific image formats, I specified them in the MimeType part. I also assigned an icon to the menu entry using the Icon variable.
If you are interested in learning more about how to create service menus, the Creating Konqueror Service Menus article on KDE TechBase and the Create Your Own Custom KDE Service Menu tutorial offers a lot of useful info on the subject.
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
Gnome’s Dash to Panel Extension Gets a Massive Update
If you're a fan of the Gnome Dash to Panel extension, you'll be thrilled to hear that a new version has been released with a dock mode.
-
Blender App Makes it to the Big Screen
The animated film "Flow" won the Oscar for Best Animated Feature at the 97th Academy Awards held on March 2, 2025 and Blender was a part of it.
-
Linux Mint Retools the Cinnamon App Launcher
The developers of Linux Mint are working on an improved Cinnamon App Launcher with a better, more accessible UI.
-
New Linux Tool for Security Issues
Seal Security is launching a new solution to automate fixing Linux vulnerabilities.
-
Ubuntu 25.04 Coming Soon
Ubuntu 25.04 (Plucky Puffin) has been given an April release date with many notable updates.
-
Gnome Developers Consider Dropping RPM Support
In a move that might shock a lot of users, the Gnome development team has proposed the idea of going straight up Flatpak.
-
openSUSE Tumbleweed Ditches AppArmor for SELinux
If you're an openSUSE Tumbleweed user, you can expect a major change to the distribution.
-
Plasma 6.3 Now Available
Plasma desktop v6.3 has a couple of pretty nifty tricks up its sleeve.
-
LibreOffice 25.2 Has Arrived
If you've been hoping for a release that offers more UI customizations, you're in for a treat.
-
TuxCare Has a Big AlmaLinux 9 Announcement in Store
TuxCare announced it has successfully completed a Security Technical Implementation Guide for AlmaLinux OS 9.