Fix dconf so it works on network-mounted homes

This commit is contained in:
Gašper Fele-Žorž 2025-10-02 12:20:53 +02:00
parent d39dd739ca
commit 61e9e01978
2 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1 @@
service-db:keyfile/user

View file

@ -62,7 +62,6 @@
- kwrite
- kate
- krita
- blender
- inkscape
- pcmanfm-qt
- qutebrowser
@ -77,7 +76,6 @@
- wine32:i386
- wine-binfmt
- dosbox
- snapper
- htop
- btop
- iotop
@ -227,6 +225,15 @@
dest: /etc/udev/rules.d/
src: 99-wakeonlan.rules
- name: Put dconf files in XDG_RUNTIME_DIR so dconf works on network-mounted homes
block:
- file:
path: /etc/dconf/profile
state: directory
- copy:
dest: /etc/dconf/profile/user
src: user.dconf
- name: Shorten PS1 prompt
replace:
path: "{{ item }}"