7301N/ARemove "Account Settings" from the status menu in the top right of the screen
7301N/Asince we aren't shipping the gnome-user-accounts-panel on Solaris due to
7301N/A../gnome-control-center/patches/01-user-accounts.patch .
7301N/A
7301N/A--- gnome-shell-3.18.3/js/ui/status/system.js
7301N/A+++ gnome-shell-3.18.3/js/ui/status/system.js
7301N/A@@ -350,8 +350,9 @@
7301N/A this._switchUserSubMenu.menu.addMenuItem(item);
7301N/A this._logoutItem = item;
7301N/A
7301N/A- this._switchUserSubMenu.menu.addSettingsAction(_("Account Settings"),
7301N/A- 'gnome-user-accounts-panel.desktop');
7301N/A+// gnome-user-accounts-panel is not currently available on Solaris
7301N/A+// this._switchUserSubMenu.menu.addSettingsAction(_("Account Settings"),
7301N/A+// 'gnome-user-accounts-panel.desktop');
7301N/A
7301N/A this._user.connect('notify::is-loaded', Lang.bind(this, this._updateSwitchUserSubMenu));
7301N/A this._user.connect('changed', Lang.bind(this, this._updateSwitchUserSubMenu));