SHA256
1
0
forked from pool/fcitx

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
This commit is contained in:
Marguerite Su 2016-02-29 11:00:41 +00:00 committed by Git OBS Bridge
parent 949a80f3a4
commit 6e28420bbb
3 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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 Thu Feb 11 18:03:21 UTC 2016 - i@marguerite.su

View File

@ -36,6 +36,8 @@ Source99: baselibs.conf
Patch1: fcitx-use-basename-for-log.patch Patch1: fcitx-use-basename-for-log.patch
# PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576 # PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576
Patch2: fcitx-autostart-check-INPUT_METHOD.patch 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: cairo-devel
BuildRequires: dbus-1-devel BuildRequires: dbus-1-devel
BuildRequires: dbus-1-glib-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} %setup -q -n %{name}-%{version}
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
# hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860) # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
%if %suse_version < 1310 %if %suse_version < 1310
sed -i \ sed -i \