fix(gnome-extensions): Extensions can't see gschema.xml, even when it's present
Gschema needs to be compiled also. It worked for me initially, because I use `gschema-overrides` module after `gnome-extensions`, which does the same thing. So I missed this crucial step.
This commit is contained in:
parent
e4a9978658
commit
00204a1114
1 changed files with 4 additions and 0 deletions
|
|
@ -78,4 +78,8 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Compile gschema to include schemas from extensions
|
||||
echo "Compiling gschema to include extension schemas
|
||||
glib-compile-schemas "/usr/share/glib-2.0/schemas/" &>/dev/null
|
||||
|
||||
echo "Finished the installation of Gnome extensions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue