Fix dconf so it works on network-mounted homes
This commit is contained in:
parent
d39dd739ca
commit
61e9e01978
2 changed files with 10 additions and 2 deletions
1
roles/fri_base/files/user.dconf
Normal file
1
roles/fri_base/files/user.dconf
Normal file
|
@ -0,0 +1 @@
|
|||
service-db:keyfile/user
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue