Cross Reference: 07-account-settings.patch
xref
: /
solaris-userland
/
components
/
gnome
/
gnome-shell
/
patches
/
07-account-settings.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
7301
N/A
Remove "Account Settings" from the status menu in the top right of the screen
7301
N/A
since we aren't shipping the gnome-user-accounts-panel on Solaris due to
7301
N/A
..
/gnome-control-center/patches
/
01-user-accounts.patch
.
7301
N/A
7301
N/A
---
gnome-shell-3.18.3/js/ui/status/system.js
7301
N/A
+++
gnome-shell-3.18.3/js/ui/status/system.js
7301
N/A
@@ -350,8 +350,9 @@
7301
N/A
this._switchUserSubMenu.menu.addMenuItem
(item);
7301
N/A
this._logoutItem = item;
7301
N/A
7301
N/A
-
this._switchUserSubMenu.menu.addSettingsAction
(_("Account Settings"),
7301
N/A
- '
gnome-user-accounts-panel.desktop
');
7301
N/A
+// gnome-user-accounts-panel is not currently available on Solaris
7301
N/A
+//
this._switchUserSubMenu.menu.addSettingsAction
(_("Account Settings"),
7301
N/A
+// '
gnome-user-accounts-panel.desktop
');
7301
N/A
7301
N/A
this._user.connect
('notify::is-loaded',
Lang.bind
(this, this._updateSwitchUserSubMenu));
7301
N/A
this._user.connect
('changed',
Lang.bind
(this, this._updateSwitchUserSubMenu));