frankenstein91 / Arch-Ansible-Install

Install a fresh nice Arch with Ansible
1 stars 1 forks source link

Another attempt to fix the dconf default settings #25

Closed TimL20 closed 3 years ago

TimL20 commented 3 years ago

This is another attempt to fix the issues regarding the dconf default settings. The approach is entirely different - instead of setting the defaults indirectly via the dconf (CLI-) tool, a "user" profile and a dconf database called "local" is used, as described here.

If it works, it fixes the issue #19, #20 and #21

I wasn't able to fully test this yet