mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Fix GNOME extension DBus environment
This commit is contained in:
@@ -138,6 +138,7 @@
|
|||||||
workstation_gnome_environment:
|
workstation_gnome_environment:
|
||||||
HOME: "{{ user_home }}"
|
HOME: "{{ user_home }}"
|
||||||
XDG_RUNTIME_DIR: "/run/user/{{ ansible_facts.getent_passwd[username][1] }}"
|
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
|
- name: Download workstation GNOME extension archives
|
||||||
tags: [packages, gnome]
|
tags: [packages, gnome]
|
||||||
|
|||||||
Reference in New Issue
Block a user