File: 0001-dont-display-desktop-file.patch

package info (click to toggle)
fcitx-ui-light 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 448 kB
  • ctags: 284
  • sloc: ansic: 2,438; sh: 27; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: YunQiang Su <wzssyqa@gmail.com>
Date: Wed, 8 Feb 2012 02:43:06 +0800
Subject: dont display desktop file

---
 data/fcitx-light.desktop.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/data/fcitx-light.desktop.in b/data/fcitx-light.desktop.in
index 64f12ae..a14223b 100644
--- a/data/fcitx-light.desktop.in
+++ b/data/fcitx-light.desktop.in
@@ -7,6 +7,7 @@ Terminal=false
 Type=Application
 Categories=System;Utility;
 StartupNotify=false
+NoDisplay=true
 X-GNOME-Autostart-Phase=Applications
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=false
--