From: Sven Hoexter Date: Sat, 4 May 2024 14:32:56 +0000 (+0200) Subject: Improve desktop file patch further X-Git-Tag: debian/2.9.27-1~12 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=7554cd92f78596fc9ecebd1a9148327ef1910df1;p=sven%2Fvym.git Improve desktop file patch further --- diff --git a/debian/patches/desktop.patch b/debian/patches/desktop.patch index 56dde7c..9a8aa80 100644 --- a/debian/patches/desktop.patch +++ b/debian/patches/desktop.patch @@ -1,6 +1,6 @@ -Description: Add %f in Exec field to allow opening vym files and some keywords. +Description: Add %F in Exec field to allow opening vym files and some keywords. Author: Sven Hoexter -Last-Update: 2024-05-03 +Last-Update: 2024-05-04 Forwarded: not-needed Index: vym/config/vym.desktop =================================================================== @@ -10,7 +10,7 @@ Index: vym/config/vym.desktop [Desktop Entry] Type=Application -Exec=vym -+Exec=vym %f ++Exec=vym %F Name=VYM - View Your Mind Name[de]=VYM - View Your Mind Name[zh_TW]=心智檢視 @@ -20,5 +20,5 @@ Index: vym/config/vym.desktop Categories=Qt;KDE;Office; - - -+Keywords=mindmap;taskmanager; ++Keywords=mindmap;taskmanager;brainstorming; \ No newline at end of file