Accepting request 208288 from M17N

- Better way to fix cursor following problem (on_the_spot bug) 
  under libreoffice-kde4 (bnc#851982). (forwarded request 208285 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/208288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2013-11-26 05:10:07 +00:00 committed by Git OBS Bridge
commit 7685b74674
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}}}