Is gschema overrides not working

https://github.com/m3m3-0s/meme-os/blob/main/files/gschema-overrides/zz1-memeos.gschema.override

for some reason when I rebase a freshly installed bazzite, nothing changes except for the login screen icon, wallpaper doesn't get added, nor the themes, I've tried installing and reinstalling and testing a lot but nothing worked
GitHub
Contribute to m3m3-0s/meme-os development by creating an account on GitHub.
Solution
you just place dconf files in /etc/dconf/db/local.d/ & use dconf bling submodule

Make sure that your dconfs are named higher in number prefix than Bazzite's, to take advantage

This is already made in Bazzite, so no need, but if barebones base image is used, like -main, this also needs to be done:

Make /etc/dconf/profile/ folder
& add
user
file inside that folder with this content:
user-db:user
system-db:local
Was this page helpful?