Fix GNOME extension DBus environment

This commit is contained in:
Fabio Scotto di Santolo
2026-03-24 23:12:37 +01:00
parent c3e94db565
commit 53044a3463

View File

@@ -138,6 +138,7 @@
workstation_gnome_environment:
HOME: "{{ user_home }}"
XDG_RUNTIME_DIR: "/run/user/{{ ansible_facts.getent_passwd[username][1] }}"
DBUS_SESSION_BUS_ADDRESS: "unix:path=/run/user/{{ ansible_facts.getent_passwd[username][1] }}/bus"
- name: Download workstation GNOME extension archives
tags: [packages, gnome]