Fix "too many open files" on Xorg restart

This commit is contained in:
jderose9
2017-03-22 09:53:24 -04:00
parent 8192ad84c6
commit 3bf1bffa25

View File

@@ -185,6 +185,8 @@ const dtpOverview = new Lang.Class({
},
_checkHotkeyPrefix: function() {
this._dtpSettings.delay();
let hotkeyPrefix = this._dtpSettings.get_string('hotkey-prefix-text');
if (hotkeyPrefix == 'Super')
hotkeyPrefix = '<Super>';
@@ -230,6 +232,8 @@ const dtpOverview = new Lang.Class({
}, this);
}
}
this._dtpSettings.apply();
},
_enableHotKeys: function() {