From 304475a5775e3bd73cccaeb618276e1a91e77252 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Thu, 19 Oct 2017 17:32:40 -0400
Subject: [PATCH] vim.desktop: Set NoDisplay=true

Closes: #879157
---
 .../debian/vim.desktop-Set-NoDisplay-true.patch    | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)
 create mode 100644 debian/patches/debian/vim.desktop-Set-NoDisplay-true.patch

diff --git a/debian/patches/debian/vim.desktop-Set-NoDisplay-true.patch b/debian/patches/debian/vim.desktop-Set-NoDisplay-true.patch
new file mode 100644
index 000000000..e818532a6
--- /dev/null
+++ b/debian/patches/debian/vim.desktop-Set-NoDisplay-true.patch
@@ -0,0 +1,22 @@
+From 1527f15b6b5b9bd73b400d404ccb6fbaec262f7e Mon Sep 17 00:00:00 2001
+From: Jeremy Bicha <jbi...@ubuntu.com>
+Date: Mon, 16 Oct 2017 00:36:18 -0400
+Subject: vim.desktop: Set NoDisplay=true
+
+Closes: #879157
+---
+ runtime/vim.desktop | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/runtime/vim.desktop b/runtime/vim.desktop
+index d4ab844e7..03be3dfa2 100644
+--- a/runtime/vim.desktop
++++ b/runtime/vim.desktop
+@@ -73,6 +73,7 @@ Comment[zh_TW]=編輯文字檔
+ TryExec=vim
+ Exec=vim %F
+ Terminal=true
++NoDisplay=true
+ Type=Application
+ Keywords=Text;editor;
+ Icon=gvim
diff --git a/debian/patches/series b/debian/patches/series
index 600d04b4a..44736f660 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
 debian/Detect-the-rst-filetype-using-the-contents-of-the-file.patch
 debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
 debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
+debian/vim.desktop-Set-NoDisplay-true.patch

Reply via email to