Accepting request 739034 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/739034 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=201
This commit is contained in:
parent
fc147c0d76
commit
77a6334bb6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 07:44:40 UTC 2019 - Xiaoguang Wang <xwang@suse.com>
|
||||||
|
|
||||||
|
- Update gse-sle-classic-ext.patch: Change panel background color
|
||||||
|
to transparent on lock screen and unlock screen.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 9 10:32:09 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Oct 9 10:32:09 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: gnome-shell-extensions-3.34.0/extensions/window-list/extension.js
|
Index: gnome-shell-extensions-3.34.1/extensions/window-list/extension.js
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-shell-extensions-3.34.0.orig/extensions/window-list/extension.js
|
--- gnome-shell-extensions-3.34.1.orig/extensions/window-list/extension.js
|
||||||
+++ gnome-shell-extensions-3.34.0/extensions/window-list/extension.js
|
+++ gnome-shell-extensions-3.34.1/extensions/window-list/extension.js
|
||||||
@@ -23,6 +23,9 @@ const GroupingMode = {
|
@@ -23,6 +23,9 @@ const GroupingMode = {
|
||||||
ALWAYS: 2,
|
ALWAYS: 2,
|
||||||
};
|
};
|
||||||
@ -82,10 +82,10 @@ Index: gnome-shell-extensions-3.34.0/extensions/window-list/extension.js
|
|||||||
Main.overview.hide = this._hideOverviewOrig;
|
Main.overview.hide = this._hideOverviewOrig;
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: gnome-shell-extensions-3.34.0/extensions/window-list/sle-classic.css
|
Index: gnome-shell-extensions-3.34.1/extensions/window-list/sle-classic.css
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ gnome-shell-extensions-3.34.0/extensions/window-list/sle-classic.css
|
+++ gnome-shell-extensions-3.34.1/extensions/window-list/sle-classic.css
|
||||||
@@ -0,0 +1,46 @@
|
@@ -0,0 +1,46 @@
|
||||||
+@import url("stylesheet.css");
|
+@import url("stylesheet.css");
|
||||||
+
|
+
|
||||||
@ -133,10 +133,10 @@ Index: gnome-shell-extensions-3.34.0/extensions/window-list/sle-classic.css
|
|||||||
+ color: #888;
|
+ color: #888;
|
||||||
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
|
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
|
||||||
+ }
|
+ }
|
||||||
Index: gnome-shell-extensions-3.34.0/extensions/places-menu/extension.js
|
Index: gnome-shell-extensions-3.34.1/extensions/places-menu/extension.js
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-shell-extensions-3.34.0.orig/extensions/places-menu/extension.js
|
--- gnome-shell-extensions-3.34.1.orig/extensions/places-menu/extension.js
|
||||||
+++ gnome-shell-extensions-3.34.0/extensions/places-menu/extension.js
|
+++ gnome-shell-extensions-3.34.1/extensions/places-menu/extension.js
|
||||||
@@ -133,13 +133,21 @@ function init() {
|
@@ -133,13 +133,21 @@ function init() {
|
||||||
|
|
||||||
let _indicator;
|
let _indicator;
|
||||||
@ -160,10 +160,10 @@ Index: gnome-shell-extensions-3.34.0/extensions/places-menu/extension.js
|
|||||||
}
|
}
|
||||||
|
|
||||||
function disable() {
|
function disable() {
|
||||||
Index: gnome-shell-extensions-3.34.0/extensions/apps-menu/extension.js
|
Index: gnome-shell-extensions-3.34.1/extensions/apps-menu/extension.js
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-shell-extensions-3.34.0.orig/extensions/apps-menu/extension.js
|
--- gnome-shell-extensions-3.34.1.orig/extensions/apps-menu/extension.js
|
||||||
+++ gnome-shell-extensions-3.34.0/extensions/apps-menu/extension.js
|
+++ gnome-shell-extensions-3.34.1/extensions/apps-menu/extension.js
|
||||||
@@ -27,6 +27,10 @@ const NAVIGATION_REGION_OVERSHOOT = 50;
|
@@ -27,6 +27,10 @@ const NAVIGATION_REGION_OVERSHOOT = 50;
|
||||||
Gio._promisify(Gio._LocalFilePrototype, 'query_info_async', 'query_info_finish');
|
Gio._promisify(Gio._LocalFilePrototype, 'query_info_async', 'query_info_finish');
|
||||||
Gio._promisify(Gio._LocalFilePrototype, 'set_attributes_async', 'set_attributes_finish');
|
Gio._promisify(Gio._LocalFilePrototype, 'set_attributes_async', 'set_attributes_finish');
|
||||||
@ -214,10 +214,23 @@ Index: gnome-shell-extensions-3.34.0/extensions/apps-menu/extension.js
|
|||||||
}
|
}
|
||||||
|
|
||||||
function disable() {
|
function disable() {
|
||||||
Index: gnome-shell-extensions-3.34.0/data/gnome-classic.scss
|
Index: gnome-shell-extensions-3.34.1/data/gnome-classic.scss
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-shell-extensions-3.34.0.orig/data/gnome-classic.scss
|
--- gnome-shell-extensions-3.34.1.orig/data/gnome-classic.scss
|
||||||
+++ gnome-shell-extensions-3.34.0/data/gnome-classic.scss
|
+++ gnome-shell-extensions-3.34.1/data/gnome-classic.scss
|
||||||
|
@@ -62,9 +62,9 @@ $variant: 'light';
|
||||||
|
&.lock-screen,
|
||||||
|
&.unlock-screen,
|
||||||
|
&.login-screen {
|
||||||
|
- background-color: transparentize($bg_color, 0.5);
|
||||||
|
- background-gradient-start: transparentize($bg_color, 0.5);
|
||||||
|
- background-gradient-end: transparentize($bg_color, 0.5);
|
||||||
|
+ background-color: transparent;
|
||||||
|
+ background-gradient-direction: none;
|
||||||
|
+ background-gradient-end: none;
|
||||||
|
border-bottom: none;
|
||||||
|
.panel-button { color: $osd_fg_color; }
|
||||||
|
}
|
||||||
@@ -93,3 +93,5 @@ $variant: 'light';
|
@@ -93,3 +93,5 @@ $variant: 'light';
|
||||||
background-image: url("calendar-today.svg");
|
background-image: url("calendar-today.svg");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user