From 6e28420bbbd1ef6a2c239a63f81d35ccef245b575ff1dedb940272786ac68f41 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Mon, 29 Feb 2016 11:00:41 +0000 Subject: [PATCH] Accepting request 362840 from home:tiwai:branches:M17N - Add NoDisplay=true in autostart desktop file so that it won't be shown (boo#968486): fcitx-autostart-desktop-no-display.patch OBS-URL: https://build.opensuse.org/request/show/362840 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=134 --- fcitx-autostart-desktop-no-display.patch | 14 ++++++++++++++ fcitx.changes | 7 +++++++ fcitx.spec | 3 +++ 3 files changed, 24 insertions(+) create mode 100644 fcitx-autostart-desktop-no-display.patch diff --git a/fcitx-autostart-desktop-no-display.patch b/fcitx-autostart-desktop-no-display.patch new file mode 100644 index 0000000..f97e399 --- /dev/null +++ b/fcitx-autostart-desktop-no-display.patch @@ -0,0 +1,14 @@ +--- + data/fcitx-autostart.desktop.in | 1 + + 1 file changed, 1 insertion(+) + +--- a/data/fcitx-autostart.desktop.in ++++ b/data/fcitx-autostart.desktop.in +@@ -8,6 +8,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 diff --git a/fcitx.changes b/fcitx.changes index 5b81fc5..5684e02 100644 --- a/fcitx.changes +++ b/fcitx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 28 09:25:28 CET 2016 - tiwai@suse.de + +- Add NoDisplay=true in autostart desktop file so that it won't be + shown (boo#968486): + fcitx-autostart-desktop-no-display.patch + ------------------------------------------------------------------- Thu Feb 11 18:03:21 UTC 2016 - i@marguerite.su diff --git a/fcitx.spec b/fcitx.spec index df2a604..a7f11d1 100644 --- a/fcitx.spec +++ b/fcitx.spec @@ -36,6 +36,8 @@ Source99: baselibs.conf Patch1: fcitx-use-basename-for-log.patch # PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576 Patch2: fcitx-autostart-check-INPUT_METHOD.patch +# PATCH-FIX-OPENSUSE fcitx-autostart-desktop-no-display.patch boo#968486 +Patch3: fcitx-autostart-desktop-no-display.patch BuildRequires: cairo-devel BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel @@ -360,6 +362,7 @@ You can either use this package for download from kde-look.org using knewstaff i %setup -q -n %{name}-%{version} %patch1 -p1 %patch2 -p1 +%patch3 -p1 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860) %if %suse_version < 1310 sed -i \