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

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-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"},