thinlinc: Disable running gnome-initial-setup
This commit is contained in:
parent
df76b8f7e7
commit
6a1f0a7870
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
||||||
regexp: "^order=.*"
|
regexp: "^order=.*"
|
||||||
line: order=gnome
|
line: order=gnome
|
||||||
|
|
||||||
|
- name: disable gnome-initial-setup run
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/xdg/autostart/gnome-initial-setup-first-login.desktop
|
||||||
|
regexp: "^X-GNOME-Autostart-enabled=.*"
|
||||||
|
line: X-GNOME-Autostart-enabled==false
|
||||||
|
|
||||||
- name: disable introduction message
|
- name: disable introduction message
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /opt/thinlinc/etc/conf.d/profiles.hconf
|
path: /opt/thinlinc/etc/conf.d/profiles.hconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue