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 - kwrite
- kate - kate
- krita - krita
- blender
- inkscape - inkscape
- pcmanfm-qt - pcmanfm-qt
- qutebrowser - qutebrowser
@ -77,7 +76,6 @@
- wine32:i386 - wine32:i386
- wine-binfmt - wine-binfmt
- dosbox - dosbox
- snapper
- htop - htop
- btop - btop
- iotop - iotop
@ -227,6 +225,15 @@
dest: /etc/udev/rules.d/ dest: /etc/udev/rules.d/
src: 99-wakeonlan.rules 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 - name: Shorten PS1 prompt
replace: replace:
path: "{{ item }}" path: "{{ item }}"