Activity log for bug #1514544

Date Who What changed Old value New value Message
2015-11-09 18:21:03 Mitsuya Shibata bug added bug
2015-11-09 18:27:52 Mitsuya Shibata branch linked lp:~cosmos-door/unity-settings-daemon/lp1514544
2015-11-09 18:29:33 Mitsuya Shibata unity-settings-daemon (Ubuntu): status New In Progress
2015-11-10 09:08:27 Sebastien Bacher unity-settings-daemon (Ubuntu): importance Undecided Low
2015-11-14 10:17:26 Ikuya Awashiro bug added subscriber Ikuya Awashiro
2017-03-25 15:52:24 Mitsuya Shibata description When input-sources is empty, unity-settings-daemon try to fill input-sources/sources by DEFAULT_LAYOUT at get_sources_from_xkb_config(). Please use DEFAULT_LAYOUT only when doesn't other keyboard layout. How to reproduce: 1. set xkb layout other than us layout $ setxkbmap -layout jp 2. clear settings $ gsettings set org.gnome.desktop.input-sources sources "@as []" 3. restart unity-settings-daemon $ restart unity-settings-daemon unity-settings-daemon start/running, process 13518 Expected result: xkb,jp layout and input method settings $ gsettings get org.gnome.desktop.input-sources sources [('xkb', 'jp'), ('fcitx', 'mozc')] Actual result: xkb,us is always inserted. $ gsettings get org.gnome.desktop.input-sources sources [('xkb', 'jp'), ('xkb', 'us'), ('ibus', 'anthy')] When input-sources is empty, unity-settings-daemon try to fill input-sources/sources by DEFAULT_LAYOUT at get_sources_from_xkb_config(). Please use DEFAULT_LAYOUT only when doesn't other keyboard layout. How to reproduce: 1. set xkb layout other than us layout $ setxkbmap -layout jp 2. clear settings $ gsettings set org.gnome.desktop.input-sources sources "@as []" 3. restart unity-settings-daemon $ systemctl --user restart unity-settings-daemon.servic Expected result: xkb,jp layout and input method settings $ gsettings get org.gnome.desktop.input-sources sources [('xkb', 'jp'), ('fcitx', 'mozc')] Actual result: xkb,us is always inserted. $ gsettings get org.gnome.desktop.input-sources sources [('xkb', 'jp'), ('xkb', 'us'), ('ibus', 'anthy')]
2017-03-25 15:53:39 Mitsuya Shibata branch linked lp:~cosmos-door/unity-settings-daemon/lp1514544-zesty
2017-03-25 15:55:28 Mitsuya Shibata branch unlinked lp:~cosmos-door/unity-settings-daemon/lp1514544
2017-03-25 16:03:40 Mitsuya Shibata unity-settings-daemon (Ubuntu): status In Progress Confirmed