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:
parent
59e501f5cb
commit
0240cdb775
@ -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
|
Sat Nov 16 06:57:33 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -92,10 +92,8 @@ Obsoletes: ibus-gnome-shell
|
|||||||
Obsoletes: libibus-1_0-0
|
Obsoletes: libibus-1_0-0
|
||||||
Recommends: %{name}-lang
|
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)
|
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 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)
|
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
||||||
|
@ -33,6 +33,10 @@ __END
|
|||||||
;;
|
;;
|
||||||
esac
|
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
|
# Determine the LC_CTYPE locale category setting
|
||||||
#tmplang=${LC_ALL-${LC_CTYPE-${LANG-en_US}}}
|
#tmplang=${LC_ALL-${LC_CTYPE-${LANG-en_US}}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user