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

wireshark update: 2.0.0 (2015 Nov) -> 2.6.1
author Erkan Yilmaz <erkan@slitaz.org>
date Fri May 25 13:53:01 2018 +0000 (2018-05-25)
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"},