diff options
author | Alex Kent Hajnal <[email protected]> | 2024-05-21 17:10:47 -0400 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-22 17:05:02 +0900 |
commit | 6ae95b80d70ccb5a188ffcba102a468b7f0addce (patch) | |
tree | badd173b56b30efdb445e947a3ff6debe8650060 | |
parent | 9b92ae02b2526ea4c4349f24fbc810399c28c7ac (diff) | |
download | digikam-6ae95b80d70ccb5a188ffcba102a468b7f0addce.tar.gz digikam-6ae95b80d70ccb5a188ffcba102a468b7f0addce.zip |
Advertise WebP read support for showfoto via .desktop file
Signed-off-by: Alex Kent Hajnal <[email protected]>
(cherry picked from commit ec8d2e6413910b92a64144dd8c79a21caddad6f3)
-rw-r--r-- | digikam/showfoto/showfoto.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/showfoto/showfoto.desktop b/digikam/showfoto/showfoto.desktop index 9e5b770b..a4492c35 100644 --- a/digikam/showfoto/showfoto.desktop +++ b/digikam/showfoto/showfoto.desktop @@ -145,7 +145,7 @@ Comment[zh_TW]=運用開放原始碼的力量像專業人士般管理您的照� Exec=showfoto %i -caption "%c" %U Icon=showfoto Type=Application -MimeType=image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-psd;image/x-eim;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-greymap;image/x-raw; +MimeType=image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/png;image/webp;image/tiff;image/x-bmp;image/x-psd;image/x-eim;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-greymap;image/x-raw; Terminal=false Categories=Qt;TDE;Graphics; X-DocPath=showfoto/index.html |