Accepting request 87000 from home:stecue

OBS-URL: https://build.opensuse.org/request/show/87000
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=11
This commit is contained in:
Xing Yin
2011-10-07 03:01:48 +00:00
committed by Git OBS Bridge
parent 34cbdb64ce
commit e3e6b2adc7
4 changed files with 84 additions and 17 deletions

View File

@@ -33,7 +33,10 @@ __END
;;
esac
eval `dbus-launch --sh-syntax --exit-with-session`
# Avoid relying on autolaunch to improvise D-Bus sessions for each process
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
export LC_CTYPE=$LANG
# So you can use either zh_CN.UTF-8 or zh_CN.GB2312
export XMODIFIERS="@im=fcitx"