2013-12-07 04:47:55 +00:00
|
|
|
#make sure set these vars before dbus-launch
|
2012-06-12 08:16:02 +00:00
|
|
|
export LC_CTYPE=$LANG
|
|
|
|
export XMODIFIERS="@im=fcitx"
|
|
|
|
export GTK_IM_MODULE=fcitx
|
|
|
|
export QT_IM_SWITCHER=imsw-multi
|
|
|
|
export QT_IM_MODULE=fcitx
|
2013-12-07 04:47:55 +00:00
|
|
|
|
|
|
|
# Avoid relying on autolaunch to improvise D-Bus sessions for each process
|
2015-08-10 15:48:07 +00:00
|
|
|
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] ; then
|
|
|
|
eval $(dbus-launch --sh-syntax --exit-with-session)
|
2013-12-07 04:47:55 +00:00
|
|
|
fi
|
|
|
|
|
2012-06-12 08:16:02 +00:00
|
|
|
fcitx -d
|
2011-06-14 06:03:57 +00:00
|
|
|
|
|
|
|
# success:
|
2015-10-02 02:58:54 +00:00
|
|
|
return 0
|