]> git.sven.stormbind.net Git - sven/vym.git/blob - debian/patches/desktop.patch
rename desktop patch and add keywords
[sven/vym.git] / debian / patches / desktop.patch
1 Description: Add %f in Exec field to allow opening vym files and some keywords.
2 Author: Sven Hoexter <hoexter@debian.org>
3 Last-Update: 2024-05-03
4 Forwarded: not-needed
5 Index: vym/config/vym.desktop
6 ===================================================================
7 --- vym.orig/config/vym.desktop
8 +++ vym/config/vym.desktop
9 @@ -1,6 +1,6 @@
10  [Desktop Entry]
11  Type=Application
12 -Exec=vym
13 +Exec=vym %f
14  Name=VYM - View Your Mind
15  Name[de]=VYM - View Your Mind
16  Name[zh_TW]=心智檢視
17 @@ -36,5 +36,4 @@ X-AppInstall-Popcon=430
18  X-AppInstall-Section=universe
19  X-Ubuntu-Gettext-Domain=app-install-data
20  Categories=Qt;KDE;Office;
21 -
22 -
23 +Keywords=mindmap;taskmanager;
24 \ No newline at end of file