From 1a48017dde54325c5619f45f925478e7c3143ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 18 Nov 2018 13:11:53 +0100 Subject: Add gio unwrapper --- roles/init/templates/pam_environment.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/init/templates/pam_environment.j2') diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2 index 65b92e7..5bb8895 100644 --- a/roles/init/templates/pam_environment.j2 +++ b/roles/init/templates/pam_environment.j2 @@ -16,6 +16,9 @@ VISUAL DEFAULT="vim" PAGER DEFAULT="less" BROWSER DEFAULT="firefox" +# replace GIO with xdg-open, see tools/files/gio_unwrapper.sh +GIO_LAUNCH_DESKTOP DEFAULT=gio_unwrapper + # Ansible ANSIBLE_CONFIG DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg" -- cgit v1.2.3