wok diff mtpaint/stuff/mtpaint.patch @ rev 18120

mesa-wayland: update PROVIDE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 08 11:00:29 2015 +0200 (2015-06-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mtpaint/stuff/mtpaint.patch	Mon Jun 08 11:00:29 2015 +0200
     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"},