Accepting request 208285 from home:hillwood:branches:M17N

- Better way to fix cursor following problem (on_the_spot bug) 
  under libreoffice-kde4 (bnc#851982).

OBS-URL: https://build.opensuse.org/request/show/208285
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=87
This commit is contained in:
Hillwood Yang 2013-11-25 14:19:37 +00:00 committed by Git OBS Bridge
parent 59e501f5cb
commit 0240cdb775
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 25 21:50:12 CST 2013 - hillwood@linuxfans.org
- Better way to fix cursor following problem (on_the_spot bug)
under libreoffice-kde4 (bnc#851982).
-------------------------------------------------------------------
Sat Nov 16 06:57:33 UTC 2013 - jengelh@inai.de

View File

@ -92,10 +92,8 @@ Obsoletes: ibus-gnome-shell
Obsoletes: libibus-1_0-0
Recommends: %{name}-lang
#Fix cursor following problem in KDE4 for libreoffice, libreoffice-kde and libreoffice-kde4 can destroy cursor following, please don't install them with ibus.
#Fix cursor following problem in KDE4 for libreoffice.
Supplements: packageand(libreoffice:libreoffice-gnome)
Conflicts: libreoffice-kde
Conflicts: libreoffice-kde4
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)

View File

@ -33,6 +33,10 @@ __END
;;
esac
# Force OOo to use gtk-immodule
# Better way to fix cursor following problem (on_the_spot bug) under libreoffice-kde4
export OOO_FORCE_DESKTOP=gnome
# Determine the LC_CTYPE locale category setting
#tmplang=${LC_ALL-${LC_CTYPE-${LANG-en_US}}}