ibus client tries to get $HOME/.config/ibus/bus/$MACHINE_ID-unix-$DISPLAY which is generated by ibus-daemon.
If you change $HOME in the client side, you could set $IBUS_ADDRESS or symlink the address file into $TMP above. % grep IBUS_ADDRESS $HOME/.config/ibus/bus/.... IBUS_ADDRESS=unix:abstract=/tmp/dbus-1234,guid=5678 % env HOME=/tmp IBUS_ADDRESS=unix:abstract=/tmp/dbus-1234,guid=5678 gedit On Thu, Nov 27, 2014 at 10:56 AM, yamato dick <[email protected]> wrote: > Hi, > I am not sure this is the right place to ask question related to user's > experience. > > When I do, for example : > > $ export HOME=/tmp > $ gedit > > Then I cannot type CJK languagues in gedit application.( or other > applications too) > I can type CJK if I dont' change $HOME to /tmp ( or any other location). > How would I solve this? > Thanks. > > > -- > -- > You received this message because you are subscribed to the Google > Groups "ibus-devel" group. > iBus project web page: http://code.google.com/p/ibus/ > iBus dev group: http://groups.google.com/group/ibus-devel?hl=en > --- > You received this message because you are subscribed to the Google Groups > "ibus-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en --- You received this message because you are subscribed to the Google Groups "ibus-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
