wok-6.x diff mtpaint/stuff/mtpaint.patch @ rev 21493
updated mspdebug (0.17 -> 8.25)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 11:28:38 2019 +0100 (2019-05-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mtpaint/stuff/mtpaint.patch Thu May 02 11:28:38 2019 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +--- src/spawn.c.orig 1.5 ++++ src/spawn.c 1.6 +@@ -411,8 +411,8 @@ 1.7 + {"View EXIF data (leafpad)", "exif %f | leafpad"}, 1.8 + {"View filesystem data (xterm)", "xterm -hold -e ls -l %f"}, 1.9 + {"Edit in Gimp", "gimp %f"}, 1.10 +- {"View in GQview", "gqview %f"}, 1.11 +- {"Print image", "kprinter %f"}, 1.12 ++ {"View in GPicView", "gpicview %f"}, 1.13 ++ {"Print image", "yad --print --type=IMAGE --print-add-preview --filename=%f"}, 1.14 + {"Email image", "seamonkey -compose attachment=file://%f"}, 1.15 + {"Send image to Firefox", "firefox %f"}, 1.16 + {"Send image to OpenOffice", "soffice %f"},