layout: Hide the message tray and OSK during the startup animation
https://bugzilla.gnome.org/show_bug.cgi?id=694227
This commit is contained in:
parent
905c4932d1
commit
1188b1be36
@ -556,6 +556,9 @@ const LayoutManager = new Lang.Class({
|
|||||||
if (Main.sessionMode.isGreeter) {
|
if (Main.sessionMode.isGreeter) {
|
||||||
this.panelBox.translation_y = -this.panelBox.height;
|
this.panelBox.translation_y = -this.panelBox.height;
|
||||||
} else {
|
} else {
|
||||||
|
this.trayBox.hide();
|
||||||
|
this.keyboardBox.hide();
|
||||||
|
|
||||||
let monitor = this.primaryMonitor;
|
let monitor = this.primaryMonitor;
|
||||||
let x = monitor.x + monitor.width / 2.0;
|
let x = monitor.x + monitor.width / 2.0;
|
||||||
let y = monitor.y + monitor.height / 2.0;
|
let y = monitor.y + monitor.height / 2.0;
|
||||||
@ -605,6 +608,9 @@ const LayoutManager = new Lang.Class({
|
|||||||
this._consoleBackgroundGroup.destroy();
|
this._consoleBackgroundGroup.destroy();
|
||||||
this._startingUp = false;
|
this._startingUp = false;
|
||||||
|
|
||||||
|
this.trayBox.show();
|
||||||
|
this.keyboardBox.show();
|
||||||
|
|
||||||
if (!Main.sessionMode.isGreeter)
|
if (!Main.sessionMode.isGreeter)
|
||||||
this._createSecondaryBackgrounds();
|
this._createSecondaryBackgrounds();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user