Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2017-05-18 20:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Thu May 18 20:39:03 2017 rev:55 rq:494261 version:3.24.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-04-29 10:51:29.105512607 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
2017-05-18 20:39:08.996908948 +0200
@@ -50,0 +51,7 @@
+Tue Nov 1 02:28:56 UTC 2016 - [email protected]
+
+- Add SUSE logo on lock screen when auth is requested (bsc#1007468)
+ + sle-classic-lock-screen-background.patch
+ + SLE-theme.tar.gz
+
+-------------------------------------------------------------------
@@ -54,0 +62,12 @@
+
+-------------------------------------------------------------------
+Tue Oct 11 05:06:17 UTC 2016 - [email protected]
+
+- Enable SLE-Classic for Leap 42.2 (bnc#999655)
+ + add workspace indicator back for LEAP 42.2
+
+-------------------------------------------------------------------
+Tue Sep 20 18:35:46 CST 2016 - [email protected]
+
+- Enable SLE-Classic for Leap 42.2 (bnc#999655)
+ + modify SPEC to re-enable SLE-Classic for Leap 42.2
New:
----
SLE-theme.tar.gz
sle-classic-lock-screen-background.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.m1MzU7/_old 2017-05-18 20:39:10.524693342 +0200
+++ /var/tmp/diff_new_pack.m1MzU7/_new 2017-05-18 20:39:10.528692778 +0200
@@ -29,10 +29,13 @@
Source:
http://download.gnome.org/sources/gnome-shell-extensions/3.24/%{name}-%{version}.tar.xz
Source1: README.SUSE
Source2: sle-classic.desktop
+Source3: SLE-theme.tar.gz
# PATCH-FEATURE-SLE gnome-shell-add-app-to-desktop.patch bnc#870580
[email protected] -- allow adding app shortcut to desktop easily.
Patch1: gnome-shell-add-app-to-desktop.patch
# PATCH-FEATURE-SLE sle-classic-favorites-menu-at-end.patch bnc#890989
[email protected] -- put the favorites at the end of the app catogories for
accessibility reason -- [email protected] bnc#890989
Patch2: sle-classic-favorites-menu-at-end.patch
+# PATCH-FEATURE-SLE sle-classic-lock-screen-background.patch bsc#1007468
[email protected] -- add SUSE logo on lock screen when auth is requested
+Patch3: sle-classic-lock-screen-background.patch
## NOTE keep SLE Classic patch at the bottom
# PATCH-FIX-SLE gse-sle-classic-ext.patch Fate#318572 [email protected] -- add
sle classic support
Patch1000: gse-sle-classic-ext.patch
@@ -98,6 +101,7 @@
gnome-patch-translation-prepare
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%patch1000 -p1
%endif
##gnome-patch-translation-update
@@ -123,6 +127,10 @@
%find_lang %{name} %{?no_lang_C}
%if !0%{?is_opensuse}
install -m0644 %{S:2} %{buildroot}/%{_datadir}/xsessions/sle-classic.desktop
+# Install SLE theme
+tar xzvf %{SOURCE3}
+install -d %{buildroot}%{_datadir}/gnome-shell/theme
+cp SLE-theme/theme/* %{buildroot}%{_datadir}/gnome-shell/theme
%endif
%post -n gnome-shell-classic
@@ -163,6 +171,7 @@
%{_datadir}/xsessions/gnome-classic.desktop
%if !0%{?is_opensuse}
%{_datadir}/xsessions/sle-classic.desktop
+%{_datadir}/gnome-shell/theme/sle-background.png
%endif
%files common-lang -f %{name}.lang
++++++ sle-classic-lock-screen-background.patch ++++++
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 7e1b253..a12ea67 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -1471,7 +1471,8 @@ StScrollBar {
.login-dialog {
border: none;
- background-color: transparent; }
+ background-color: transparent;
+ background: #2e3436 url(sle-background.png); }
.login-dialog .modal-dialog-button-box {
spacing: 3px; }
.login-dialog .modal-dialog-button {