Fixed xrdp

This commit is contained in:
2018-07-01 22:03:32 -04:00
parent 557941ed80
commit 68a7669ac1
5 changed files with 196 additions and 8 deletions

View File

@@ -124,8 +124,13 @@
- name: Set xrdp session
command: echo "xfce4-session" > /home/{{ standard_user }}/.xsession
- name: Fix tabbing in xrdp
lineinfile: dest=/home/{{ standard_user }}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
regexp=name="<Super>Tab"
state=present
line=<property name="&lt;Super&gt;Tab" type="string" value="empty"/>
- name: Set up xrdp.ini
template: src=../roles/developer-machine/templates/xrdp.ini.j2 dest=/etc/xrdp/xrdp.ini
- name: Fix xrdp tabbing
template: src=../roles/developer-machine/templates/xfce4-keyboard-shortcuts.xml.j2 dest=/home/{{ standard_user }}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
become: yes
become_user: "{{ standard_user }}"
- name: Restart xrdp
shell: service xrdp restart