statusMenu: Fix launching gnome-control-center with an option
This isn't how you launch an app with an option...
This commit is contained in:
parent
b7c1400eb3
commit
f67ad23033
@ -153,7 +153,7 @@ StatusMenuButton.prototype = {
|
||||
|
||||
_onMyAccountActivate: function() {
|
||||
Main.overview.hide();
|
||||
this._spawn(['gnome-control-center user-accounts']);
|
||||
this._spawn(['gnome-control-center', 'user-accounts']);
|
||||
},
|
||||
|
||||
_onPreferencesActivate: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user