Remove "Account Settings" from the status menu in the top right of the screen
since we aren't shipping the gnome-user-accounts-panel on Solaris due to
@@ -350,8 +350,9 @@
this._logoutItem = item;
- this._switchUserSubMenu.menu.addSettingsAction(_("Account Settings"),
+// gnome-user-accounts-panel is not currently available on Solaris
+// this._switchUserSubMenu.menu.addSettingsAction(_("Account Settings"),
this._user.connect('notify::is-loaded', Lang.bind(this, this._updateSwitchUserSubMenu));
this._user.connect('changed', Lang.bind(this, this._updateSwitchUserSubMenu));