bing-wallpaper-gnome-extension
bing-wallpaper-gnome-extension copied to clipboard
[BUG] Can't access extension settings
Describe the bug When opening extension settings dialog there is a crash message displayed.
Screenshots
To Reproduce Steps to reproduce the behavior:
- Open 'Extensions' app
- Click extension 'Settings'
- See error
Desktop (please complete the following information):
- OS: Debian Trixie/Sid
- Extension Version: 45
- GNOME Version: 44.5
Additional context Technical details copied from error dialog:
The settings of extension [email protected] had an error:
Error: Requiring Soup, version 2.4: Typelib file for namespace 'Soup', version '2.4' not found
Stack trace:
@/home/ask/.local/share/gnome-shell/extensions/[email protected]/prefs.js:12:48
_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:23:33
ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
OpenExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:124:33
async*_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:373:35
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
it is the same issue in Kali
And extension version 45 from EOG on GNOME 44?
Noting that this is now a legacy branch issue, I've got fixes in a branch that haven't been sent to EGO. I will see if I can push a legacy version (will likely be the final unless there's a huge issue here).
Editei o arquivo /home/$usuario/.local/share/gnome-shell/extensions/[email protected]/prefs.js. Modifiquei a linha imports.gi.versions.Soup = "2.4" para imports.gi.versions.Soup = "3.0" e voltou a funcionar para mim. Utilizo Debian 12
Translated for english I edited the file /home/$usuario/.local/share/gnome-shell/extensions/[email protected]/prefs.js. I changed the line imports.gi.versions.Soup = "2.4" to imports.gi.versions.Soup = "3.0" and it worked for me again. I use Debian 12