-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not load in fedora 32, gnome 3.36 #69
Comments
by commenting this line out th eextension loads but the settings do not open and the icons look strange
|
the settings manager does not start because of gnome-shell[2992]: File "/usr/share/gnome-shell/extensions/[email protected]/connmgr.py", line 21, in there's no pygobject3, https://bugzilla.redhat.com/show_bug.cgi?id=1787247 |
F32, python3 (quick & dirty) :
|
This helped for my setup with rhel8.2. Just make sure to configure: alternatives --set python /usr/bin/python3 or use "python3" instead of "python" |
gnome-shell[5291]: JS ERROR: Extension [email protected]: TypeError: theme is null
:1:47init@/usr/share/gnome-shell/extensions/[email protected]/extension.js:356:5
_callExtensionInit@resource:///org/gnome/shell/ui/extensionSystem.js:406:50
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:332:27
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:568:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:17
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:547:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:577:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:608:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:54:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:254:22
start@resource:///org/gnome/shell/ui/main.js:143:5
@
I can't fix it, i just can report it, hopefully someone knows how to fix it.
The text was updated successfully, but these errors were encountered: