Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
gnome-shell.15842
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.15842
Index: gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml =================================================================== --- gnome-shell-3.34.1+7.orig/data/gnome-shell-theme.gresource.xml +++ gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml @@ -31,5 +31,6 @@ <file>toggle-on.svg</file> <file>toggle-on-dark.svg</file> <file>toggle-on-hc.svg</file> + <file>sle-background.png</file> </gresource> </gresources> Index: gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss =================================================================== --- gnome-shell-3.34.1+7.orig/data/theme/gnome-shell-sass/_common.scss +++ gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss @@ -1919,6 +1919,9 @@ StScrollBar { max-width: 23em; } +.login-dialog-sle { + background: #2e3436 url(sle-background.png); } + .login-dialog { //reset border: none; Index: gnome-shell-3.34.1+7/js/ui/unlockDialog.js =================================================================== --- gnome-shell-3.34.1+7.orig/js/ui/unlockDialog.js +++ gnome-shell-3.34.1+7/js/ui/unlockDialog.js @@ -23,6 +23,7 @@ var UnlockDialog = GObject.registerClass visible: false, }); + this.add_style_class_name('login-dialog-sle'); 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