From 61e9e019780cf1e1d7c683ded6eab81d87cdde22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Thu, 2 Oct 2025 12:20:53 +0200 Subject: [PATCH] Fix dconf so it works on network-mounted homes --- roles/fri_base/files/user.dconf | 1 + roles/fri_base/tasks/main_lin.yml | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 roles/fri_base/files/user.dconf diff --git a/roles/fri_base/files/user.dconf b/roles/fri_base/files/user.dconf new file mode 100644 index 0000000..9cef8c7 --- /dev/null +++ b/roles/fri_base/files/user.dconf @@ -0,0 +1 @@ +service-db:keyfile/user diff --git a/roles/fri_base/tasks/main_lin.yml b/roles/fri_base/tasks/main_lin.yml index 84b92ed..fd34a57 100644 --- a/roles/fri_base/tasks/main_lin.yml +++ b/roles/fri_base/tasks/main_lin.yml @@ -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 }}"