Add xsession on FreeBSD
This commit is contained in:
parent
fb83d12d67
commit
b716f21964
2 changed files with 7 additions and 0 deletions
2
roles/home-gui/files/xsession
Normal file
2
roles/home-gui/files/xsession
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PATH=/usr/bin:/bin:/usr/local/bin
|
||||||
|
exec ck-launch-session mate-session
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue