status: use Shell.AppSystem to launch settings panels
Different methos are being used to launch the control-center panels of each status icon. Standarize on Shell.AppSystem. This also fixes the network icon using a non-existant Util.spawnDesktop() method. Bug #645091
This commit is contained in:
@ -74,7 +74,8 @@ XKBIndicator.prototype = {
|
||||
Util.spawn(['gkbd-keyboard-display', '-g', String(this._config.get_current_group() + 1)]);
|
||||
}));
|
||||
this.menu.addAction(_("Localization Settings"), function() {
|
||||
Util.spawn(['gnome-control-center', 'region']);
|
||||
let app = Shell.AppSystem.get_default().get_app('gnome-region-panel.desktop');
|
||||
app.activate(-1);
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user