]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/init/templates/pam_environment.j2
Add gio unwrapper
[perso/Immae/Config/Ansible.git] / roles / init / templates / pam_environment.j2
index 65b92e7d428edfbf416d72a25441546f60c4ac2c..5bb88950c0ab69916286c96f8e9ccc84ea82e253 100644 (file)
@@ -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"