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

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
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"},