.
This commit is contained in:
20
salt/states/remote-desktop/files/custom.conf
Normal file
20
salt/states/remote-desktop/files/custom.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# GDM configuration storage
|
||||
#
|
||||
# Note: settings from /etc/sysconfig/displaymanager have a higher priority
|
||||
#
|
||||
|
||||
[daemon]
|
||||
InitialSetupEnable=False
|
||||
# Uncomment the line below to force the login screen to use Xorg
|
||||
WaylandEnable=false
|
||||
|
||||
[security]
|
||||
|
||||
[xdmcp]
|
||||
|
||||
[chooser]
|
||||
|
||||
[debug]
|
||||
# Uncomment the line below to turn on debugging
|
||||
#Enable=true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=x0vncserver -passwordfile /home/{{ pillar['user'] }}/.vnc/passwd
|
||||
Exec=x0vncserver -passwordfile /home/{{ pillar['username'] }}/.vnc/passwd
|
||||
Hidden=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Name=x0vncserver
|
||||
|
Reference in New Issue
Block a user