From dd79bf97d010da07d5692e36ec5136db4358a436 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Sun, 13 Sep 2020 10:49:05 +0200 Subject: [PATCH] README: fixed documentation error; fixes #8 --- README.org | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/README.org b/README.org index e2334cc..5028648 100644 --- a/README.org +++ b/README.org @@ -230,7 +230,7 @@ Using GNU/Linux, this is quite easy accomplished. The only thing that is not straight forward is the need for a wrapper script. The wrapper script does provide a shell window for entering the tags. -~vk-appendfilename-interactive-adding-wrapper-with-gnome-terminal.sh~ looks like: +~vk-appendfilename-interactive-wrapper-with-gnome-terminal.sh~ looks like: #+BEGIN_SRC sh #!/bin/sh @@ -243,19 +243,6 @@ script does provide a shell window for entering the tags. #end #+END_SRC -~vk-appendfilename-interactive-removing-wrapper-with-gnome-terminal.sh~ -looks like: -#+BEGIN_SRC sh -#!/bin/sh - -/usr/bin/gnome-terminal \ - --geometry=73x5+330+5 \ - --hide-menubar \ - -x /home/vk/src/appendfilename/appendfilename/__init__.py --remove "${@}" - -#end -#+END_SRC - In ~$HOME/.config/geeqie/applications~ I wrote two desktop files such that geeqie shows the wrapper scripts as external editors to its image files: @@ -265,21 +252,7 @@ image files: : Name=appendfilename : GenericName=appendfilename : Comment= -: Exec=/home/vk/src/misc/vk-appendfilename-interactive-adding-wrapper-with-gnome-terminal.sh %F -: Icon= -: Terminal=true -: Type=Application -: Categories=Application;Graphics; -: hidden=false -: MimeType=image/*;video/*;image/mpo;image/thm -: Categories=X-Geeqie; - -~$HOME/.config/geeqie/applications/remove-tags.desktop~ looks like: -: [Desktop Entry] -: Name=appendfilename -: GenericName=appendfilename -: Comment= -: Exec=/home/vk/src/misc/vk-appendfilename-interactive-removing-wrapper-with-gnome-terminal.sh %F +: Exec=/home/vk/src/misc/vk-appendfilename-interactive-wrapper-with-gnome-terminal.sh %F : Icon= : Terminal=true : Type=Application