Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
gnome-shell.15842
gnome-shell-jscSLE9267-Remove-sessionList-of-en...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch of Package gnome-shell.15842
diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js index f51eb7b..5abad41 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js @@ -327,11 +327,11 @@ class EndSessionDialog extends ModalDialog.ModalDialog { this._inhibitorSection.add_actor(this._applicationList); this._sessionHeader = new St.Label({ style_class: 'end-session-dialog-list-header', - text: _("Other users are logged in.") }); + text: _("Other users are logged in. You can list these users by 'who' command.") }); this._sessionList = new St.BoxLayout({ style_class: 'end-session-dialog-session-list', vertical: true }); this._inhibitorSection.add_actor(this._sessionHeader); - this._inhibitorSection.add_actor(this._sessionList); + //this._inhibitorSection.add_actor(this._sessionList); Hide _sessionList for jsc#SLE-9267 this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(EndSessionDialogIface, this); this._dbusImpl.export(Gio.DBus.session, '/org/gnome/SessionManager/EndSessionDialog');
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor