Add xsession on FreeBSD

This commit is contained in:
Anthony Rose 2019-11-01 15:17:07 +00:00
parent fb83d12d67
commit b716f21964
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
PATH=/usr/bin:/bin:/usr/local/bin
exec ck-launch-session mate-session

View file

@ -32,3 +32,8 @@
key: /org/mate/panel/objects/clock/prefs/expand-locations key: /org/mate/panel/objects/clock/prefs/expand-locations
value: 'true' value: 'true'
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
- name: Create xsession file
copy:
src: xsession
dest: "{{ ansible_env.HOME }}/.xsession"
when: ansible_system == "FreeBSD"