wok view mtpaint/stuff/mtpaint.patch @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
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"},