tags 489650 + patch thanks Attached is a patch that could resolve this issue.
-- Regards, Andres
--- qiv-2.1~pre12/qiv-command.example.old 2008-12-01 21:42:02.000000000 -0500
+++ qiv-2.1~pre12/qiv-command.example 2008-12-01 21:43:58.000000000 -0500
@@ -51,12 +51,12 @@
# exiftool "$filename"
# jhead "$filename"
- echo -ne "0 was pushed.\nStart your own programs by editing the\n\"$0\" file!";
+ printf "0 was pushed.\nStart your own programs by editing the\n\"$0\" file!\n";
;;
1|2|3|4|5|6|7)
- echo -ne "$pressed_key was pushed.\nStart your own programs by editing the\n\"$0\" file!";
+ printf "$pressed_key was pushed.\nStart your own programs by editing the\n\"$0\" file!\n";
;;
8) # lossless rotation of JPG, without losing EXIF tags
signature.asc
Description: This is a digitally signed message part.

