]> git.madduck.net Git - etc/geeqie.git/blobdiff - .config/geeqie/applications/reduce.desktop

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

new apps
[etc/geeqie.git] / .config / geeqie / applications / reduce.desktop
diff --git a/.config/geeqie/applications/reduce.desktop b/.config/geeqie/applications/reduce.desktop
new file mode 100644 (file)
index 0000000..3521c49
--- /dev/null
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Reduce image size for mail sending (1000×1000)
+
+# call the helper script
+Exec=mogrify -sample 1000x1000 %F
+
+# Desktop files that are usable only in Geeqie should be marked like this:
+Categories=X-Geeqie;
+OnlyShowIn=X-Geeqie;
+
+# Show in menu "Edit/Orientation"
+X-Geeqie-Menu-Path=EditMenu
+
+# It can be made verbose
+#X-Geeqie-Verbose=true