Created
January 20, 2019 22:17
-
-
Save ubunteroz/376552f76949e918c87809f36bdfcb00 to your computer and use it in GitHub Desktop.
KDE5 service menu for crushing PNG file to save space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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