Fixed xrdp
This commit is contained in:
@@ -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="<Super>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
|
||||
Reference in New Issue
Block a user