Wrote a script to automate the workaround :

#!/bin/sh
sleep 5
if [ -n "$(dconf read /desktop/ibus/general/preload-engines | grep eng)" ]; then
   dconf write /desktop/ibus/general/preload-engines 
"['xkb:fr::fra','xkb:fr:oss:fra']" 
   sleep 0.5
   compiz --replace &
fi

Customise it with your own locale and add it in startup applications.
Run "dconf read /desktop/ibus/general/preload-engines" in a terminal to see 
what is your actual value.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1320456

Title:
  Wrong keyboard layout after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1320456/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to