]> git.sven.stormbind.net Git - sven/vym.git/commitdiff
Improve desktop file patch further
authorSven Hoexter <sven@stormbind.net>
Sat, 4 May 2024 14:32:56 +0000 (16:32 +0200)
committerSven Hoexter <sven@stormbind.net>
Sat, 4 May 2024 14:33:46 +0000 (16:33 +0200)
debian/patches/desktop.patch

index 56dde7c9b3ef2cdedc59e9b3e7d19e60511ffb2a..9a8aa80e7aa85cfcf3b725e5d854918bf3878bae 100644 (file)
@@ -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 <hoexter@debian.org>
-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