Skip to content

Commit 418df41

Browse files
UTsweetyfishZeno-sole
authored andcommitted
Set NoDisplay=true for vim.desktop
1 parent 3a1c6d3 commit 418df41

3 files changed

Lines changed: 35 additions & 0 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
vim (2:9.1.0777-1deepin1) unstable; urgency=medium
2+
3+
* Set NoDisplay=true for vim.desktop
4+
5+
-- Tianyu Chen <sweetyfish@deepin.org> Mon, 18 Nov 2024 15:23:32 +0800
6+
17
vim (2:9.1.0777-1) unstable; urgency=medium
28

39
* Merge upstream patch v9.1.0777
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Description: Set NoDisplay=true for vim.desktop
2+
Author: Tianyu Chen <sweetyfish@deepin.org>
3+
Origin: vendor
4+
Bug-deepin: https://pms.uniontech.com/bug-view-285241.html
5+
Forwarded: not-needed
6+
Last-Update: 2024-11-18
7+
---
8+
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
9+
--- a/src/po/vim.desktop.in
10+
+++ b/src/po/vim.desktop.in
11+
@@ -70,6 +70,7 @@
12+
TryExec=vim
13+
Exec=vim %F
14+
Terminal=true
15+
+NoDisplay=true
16+
Type=Application
17+
# Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
18+
Keywords=Text;editor;
19+
--- a/runtime/vim.desktop
20+
+++ b/runtime/vim.desktop
21+
@@ -111,6 +111,7 @@
22+
TryExec=vim
23+
Exec=vim %F
24+
Terminal=true
25+
+NoDisplay=true
26+
Type=Application
27+
# Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
28+
Keywords[ca]=Text;editor;

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
22
debian/Detect-the-rst-filetype-using-the-contents-of-the-file.patch
33
debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
44
debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
5+
Set-NoDisplay-true-for-vim-desktop.patch

0 commit comments

Comments
 (0)