sunwxg / gnome-shell-extension-unlockDialogBackground

MIT License
44 stars 9 forks source link

Error on GNOME 3.36 #8

Closed AlexWayfer closed 4 years ago

AlexWayfer commented 4 years ago

Arc Linux

Mar 09 00:52:18 Alex-ArchMainPC gnome-shell[1316]: JS ERROR: Extension unlockDialogBackground@sun.wxg@gmail.com: TypeError: Main.screenShield._backgroundDialogGroup.lower_bottom is not a function
                                                   _switchChanged@/home/alex/.local/share/gnome-shell/extensions/unlockDialogBackground@sun.wxg@gmail.com/extension.js:138:54
                                                   DialogBackground@/home/alex/.local/share/gnome-shell/extensions/unlockDialogBackground@sun.wxg@gmail.com/extension.js:100:14
                                                   init@/home/alex/.local/share/gnome-shell/extensions/unlockDialogBackground@sun.wxg@gmail.com/extension.js:184:18
                                                   _callExtensionInit@resource:///org/gnome/shell/ui/extensionSystem.js:382:50
                                                   loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:308:27
                                                   _loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:536:18
                                                   collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:17
                                                   _loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:515:19
                                                   _enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:545:18
                                                   _sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:576:18
                                                   init@resource:///org/gnome/shell/ui/extensionSystem.js:54:14
                                                   _initializeUI@resource:///org/gnome/shell/ui/main.js:244:22
                                                   start@resource:///org/gnome/shell/ui/main.js:138:5
sunwxg commented 4 years ago

This extension will not support gnome 3.36 and the following version.

Now the gnome 3.36 removed the shield of lock screen, and you can change the background of lock screen at gnome-control-center -> background.

Thank you.

AlexWayfer commented 4 years ago

OK, thank you.