Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Settings (prefs.js) won't open in Gnome 40 #24

Open
webmastak opened this issue Jul 13, 2021 · 1 comment
Open

Settings (prefs.js) won't open in Gnome 40 #24

webmastak opened this issue Jul 13, 2021 · 1 comment

Comments

@webmastak
Copy link

webmastak commented Jul 13, 2021

Fix settings for Gnome 40

In logs when opening settings:

failed to add UI from file /home/andrew/.local/share/gnome-shell/extensions/[email protected]/ui/settings.glade: /home/andrew/.local/share/gnome-shell/extensions/[email protected]/ui/settings.glade:21:43 Invalid property: GtkBox.margin_left

If you delete:

            <property name="margin_left">10</property>
            <property name="margin_right">10</property>
            <property name="margin_top">10</property>
            <property name="margin_bottom">10</property>

Error:

failed to add UI from file /home/andrew/.local/share/gnome-shell/extensions/[email protected]/ui/settings.glade: /home/andrew/.local/share/gnome-shell/extensions/[email protected]/ui/settings.glade:30:1 Unhandled tag: <packing>

As I understand it is necessary to redo settings.glade for GTK 4.0

Workaround to add applications via Dconf-Editor 😟

@webmastak
Copy link
Author

webmastak commented Sep 4, 2021

It is a pity that the author abandoned the extension. 😟

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant