Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
gnome-shell.16456
gnome-shell-1007468-lock-screen-SUSE-logo-missi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-1007468-lock-screen-SUSE-logo-missing.patch of Package gnome-shell.16456
Index: gnome-shell-3.34.5/js/ui/unlockDialog.js =================================================================== --- gnome-shell-3.34.5.orig/js/ui/unlockDialog.js +++ gnome-shell-3.34.5/js/ui/unlockDialog.js @@ -23,6 +23,10 @@ var UnlockDialog = GObject.registerClass visible: false, }); + let path = '/usr/share/gnome-shell/theme/SLE-background.png'; + if (GLib.file_test(path, GLib.FileTest.EXISTS)) + this.style = 'background: url(' + path + ')'; + this.add_constraint(new Layout.MonitorConstraint({ primary: true })); parentActor.add_child(this);
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