Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:6244
gnome-shell.openSUSE_Leap_42.2_Update
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.openSUSE_Leap_42.2_Update
Index: gnome-shell-3.20.4/data/gnome-shell-theme.gresource.xml =================================================================== --- gnome-shell-3.20.4.orig/data/gnome-shell-theme.gresource.xml +++ gnome-shell-3.20.4/data/gnome-shell-theme.gresource.xml @@ -38,5 +38,6 @@ <file>toggle-on-hc.svg</file> <file>ws-switch-arrow-up.png</file> <file>ws-switch-arrow-down.png</file> + <file>sle-background.png</file> </gresource> </gresources> Index: gnome-shell-3.20.4/data/theme/gnome-shell.css =================================================================== --- gnome-shell-3.20.4.orig/data/theme/gnome-shell.css +++ gnome-shell-3.20.4/data/theme/gnome-shell.css @@ -1544,6 +1544,9 @@ StScrollBar { padding-top: 24px; max-width: 23em; } +.login-dialog-sle { + background: #2e3436 url(sle-background.png); } + .login-dialog { border: none; background-color: transparent; } Index: gnome-shell-3.20.4/js/ui/unlockDialog.js =================================================================== --- gnome-shell-3.20.4.orig/js/ui/unlockDialog.js +++ gnome-shell-3.20.4/js/ui/unlockDialog.js @@ -37,6 +37,7 @@ const UnlockDialog = new Lang.Class({ layout_manager: new Clutter.BoxLayout(), visible: false }); + this.actor.add_style_class_name('login-dialog-sle'); this.actor.add_constraint(new Layout.MonitorConstraint({ primary: true })); parentActor.add_child(this.actor);
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