Skip to content

Commit 3510e2e

Browse files
committed
Explicitly apply the primary layout at startup.
1 parent 8dd7ea7 commit 3510e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/misc/inputMethod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class InputMethod extends Clutter.InputMethod {
2727
this._sourceChangedId = this._inputSourceManager.connect('current-source-changed',
2828
this._onSourceChanged.bind(this));
2929
this._currentSource = this._inputSourceManager.currentSource;
30-
30+
this._currentSource.activate(true);
3131
if (this._ibus.is_connected())
3232
this._onConnected();
3333
}

js/ui/modalDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var ModalDialog = GObject.registerClass({
7272
y: 0,
7373
accessible_role: Atk.Role.DIALOG,
7474
});
75-
global.log("REACT", Main.virtualKeyboardManager.visible);
75+
7676
params = Params.parse(params, {
7777
cinnamonReactive: Main.virtualKeyboardManager.visible,
7878
styleClass: null,

0 commit comments

Comments
 (0)