!48 bugfix this.bind_property is not a function
From: @beta_dz Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
0ff8263233
@ -22,7 +22,7 @@ index faecff8..29954f7 100644
|
|||||||
+ _bindOpacity() {
|
+ _bindOpacity() {
|
||||||
+ this._bindings = Main.layoutManager.uiGroup.get_children()
|
+ this._bindings = Main.layoutManager.uiGroup.get_children()
|
||||||
+ .filter(c => c != Main.layoutManager.screenShieldGroup)
|
+ .filter(c => c != Main.layoutManager.screenShieldGroup)
|
||||||
+ .map(c => this.bind_property('opacity', c, 'opacity', 0));
|
+ .map(c => this.actor.bind_property('opacity', c, 'opacity', 0));
|
||||||
+ },
|
+ },
|
||||||
+
|
+
|
||||||
+ _unbindOpacity() {
|
+ _unbindOpacity() {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 3.30.1
|
Version: 3.30.1
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Core user interface functions for the GNOME 3 desktop
|
Summary: Core user interface functions for the GNOME 3 desktop
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -135,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
|||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 01 2023 beta <beta@yfqm.date> - 3.30.1-13
|
||||||
|
- bugfix this.bind_property is not a function
|
||||||
|
|
||||||
* Mon Nov 27 2023 beta <beta@yfqm.date> - 3.30.1-12
|
* Mon Nov 27 2023 beta <beta@yfqm.date> - 3.30.1-12
|
||||||
- add mutter so path to /etc/ld.so.conf.d
|
- add mutter so path to /etc/ld.so.conf.d
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user