]> git.madduck.net Git - etc/geeqie.git/commitdiff

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
authormartin f. krafft <madduck@madduck.net>
Fri, 11 Oct 2024 07:56:29 +0000 (09:56 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 11 Oct 2024 07:56:29 +0000 (09:56 +0200)
.config/geeqie/applications/file-pdf.desktop [new file with mode: 0644]
.config/geeqie/applications/reduce.desktop [new file with mode: 0644]

diff --git a/.config/geeqie/applications/file-pdf.desktop b/.config/geeqie/applications/file-pdf.desktop
new file mode 100644 (file)
index 0000000..bc20a52
--- /dev/null
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=File PDF
+Terminal=true
+TryExec=pdftool
+Exec=pdftool --file %F
+
+# Desktop files that are usable only in Geeqie should be marked like this:
+Categories=X-Geeqie;
+OnlyShowIn=X-Geeqie;
+
+X-Geeqie-Menu-Path=PluginsMenu
+
+# It can be made verbose
+#X-Geeqie-Verbose=true
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