Skip to content

Instantly share code, notes, and snippets.

@ubunteroz
Created January 20, 2019 22:17
Show Gist options
  • Save ubunteroz/376552f76949e918c87809f36bdfcb00 to your computer and use it in GitHub Desktop.
Save ubunteroz/376552f76949e918c87809f36bdfcb00 to your computer and use it in GitHub Desktop.
KDE5 service menu for crushing PNG file to save space
[Desktop Entry]
Type=Service
Icon=image-png
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=image/png;
Actions=pngcrush;
Encoding=UTF-8
[Desktop Action pngcrush]
Name=Crush PNG
Icon=image-png
Exec=pngcrush -ow "%f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment