From: martin f. krafft Date: Fri, 11 Oct 2024 07:56:29 +0000 (+0200) Subject: new apps X-Git-Url: https://git.madduck.net/etc/geeqie.git/commitdiff_plain/2e8af506e81c1a4c6b2acc3d41772851c1a30690?ds=sidebyside new apps --- diff --git a/.config/geeqie/applications/file-pdf.desktop b/.config/geeqie/applications/file-pdf.desktop new file mode 100644 index 0000000..bc20a52 --- /dev/null +++ b/.config/geeqie/applications/file-pdf.desktop @@ -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 index 0000000..3521c49 --- /dev/null +++ b/.config/geeqie/applications/reduce.desktop @@ -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