Created
December 4, 2024 09:19
-
-
Save dmitriysafronov/d2075d9186b9ec4a80fc1831bb534eec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p "$HOME/.local/share/glib-2.0/schemas | |
find $HOME/.local/share/gnome-shell/extensions/ -name '*.gschema.xml' -exec cp "{}" "$HOME/.local/share/glib-2.0/schemas" \; | |
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment