wok-current
annotate mtpaint/stuff/mtpaint.patch @ rev 25692
Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author |
Stanislas Leduc <shann@slitaz.org> |
date |
Fri Mar 22 16:28:42 2024 +0000 (7 months ago) |
parents |
|
children |
|
rev |
line source |
al@17979
|
1 --- src/spawn.c.orig
|
al@17979
|
2 +++ src/spawn.c
|
al@17979
|
3 @@ -411,8 +411,8 @@
|
al@17979
|
4 {"View EXIF data (leafpad)", "exif %f | leafpad"},
|
al@17979
|
5 {"View filesystem data (xterm)", "xterm -hold -e ls -l %f"},
|
al@17979
|
6 {"Edit in Gimp", "gimp %f"},
|
al@17979
|
7 - {"View in GQview", "gqview %f"},
|
al@17979
|
8 - {"Print image", "kprinter %f"},
|
al@17979
|
9 + {"View in GPicView", "gpicview %f"},
|
al@17979
|
10 + {"Print image", "yad --print --type=IMAGE --print-add-preview --filename=%f"},
|
al@17979
|
11 {"Email image", "seamonkey -compose attachment=file://%f"},
|
al@17979
|
12 {"Send image to Firefox", "firefox %f"},
|
al@17979
|
13 {"Send image to OpenOffice", "soffice %f"},
|