Skip to content

Instantly share code, notes, and snippets.

@dmitriysafronov
Created December 4, 2024 09:19
Show Gist options
  • Save dmitriysafronov/d2075d9186b9ec4a80fc1831bb534eec to your computer and use it in GitHub Desktop.
Save dmitriysafronov/d2075d9186b9ec4a80fc1831bb534eec to your computer and use it in GitHub Desktop.
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