legacyTray: Stack tray below modal dialogs
System modal dialogs should disable other UI while open, so make sure the legacy tray does not appear on top of them. https://bugzilla.gnome.org/show_bug.cgi?id=746323
This commit is contained in:
parent
c0d224e200
commit
2ce7a3baa6
@ -100,6 +100,7 @@ const LegacyTray = new Lang.Class({
|
||||
|
||||
Main.layoutManager.addChrome(this.actor, { affectsInputRegion: false });
|
||||
Main.layoutManager.trackChrome(this._slider, { affectsInputRegion: true });
|
||||
Main.uiGroup.set_child_below_sibling(this.actor, Main.layoutManager.modalDialogGroup);
|
||||
Main.ctrlAltTabManager.addGroup(this.actor,
|
||||
_("Status Icons"), 'focus-legacy-systray-symbolic',
|
||||
{ sortGroup: CtrlAltTab.SortGroup.BOTTOM });
|
||||
|
Loading…
Reference in New Issue
Block a user