wok view mtpaint/stuff/mtpaint.patch @ rev 23201

updated mtr (0.87 -> 0.93)
author Hans-G?nter Theisgen
date Fri Mar 20 17:01:22 2020 +0100 (2020-03-20)
parents
children
line source
1 --- src/spawn.c.orig
2 +++ src/spawn.c
3 @@ -411,8 +411,8 @@
4 {"View EXIF data (leafpad)", "exif %f | leafpad"},
5 {"View filesystem data (xterm)", "xterm -hold -e ls -l %f"},
6 {"Edit in Gimp", "gimp %f"},
7 - {"View in GQview", "gqview %f"},
8 - {"Print image", "kprinter %f"},
9 + {"View in GPicView", "gpicview %f"},
10 + {"Print image", "yad --print --type=IMAGE --print-add-preview --filename=%f"},
11 {"Email image", "seamonkey -compose attachment=file://%f"},
12 {"Send image to Firefox", "firefox %f"},
13 {"Send image to OpenOffice", "soffice %f"},