forked from pool/fcitx
0bfd314046
OBS-URL: https://build.opensuse.org/request/show/335645 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=123
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
#make sure set these vars before dbus-launch
|
|
export LC_CTYPE=$LANG
|
|
export XMODIFIERS="@im=fcitx"
|
|
export GTK_IM_MODULE=fcitx
|
|
export QT_IM_SWITCHER=imsw-multi
|
|
export QT_IM_MODULE=fcitx
|
|
|
|
# Avoid relying on autolaunch to improvise D-Bus sessions for each process
|
|
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] ; then
|
|
eval $(dbus-launch --sh-syntax --exit-with-session)
|
|
fi
|
|
|
|
fcitx -d
|
|
|
|
# success:
|
|
return 0
|