status/keyboard: obtain keyboard variant from IBus
This will fix unable to show keyboard variant from IBus through menu. https://bugzilla.gnome.org/show_bug.cgi?id=735066
This commit is contained in:
parent
1e82d6edc2
commit
7026209eae
@ -747,7 +747,7 @@ const InputSourceIndicator = new Lang.Class({
|
||||
let engineDesc = IBusManager.getIBusManager().getEngineDesc(source.id);
|
||||
if (engineDesc) {
|
||||
xkbLayout = engineDesc.get_layout();
|
||||
xkbVariant = '';
|
||||
xkbVariant = engineDesc.get_layout_variant();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user