NoPaste

lightdm.conf autostart4

von paul1234
SNIPPET_DESC:
lightdm.conf autostart4
SNIPPET_CREATION_TIME:
07.09.2019 17:45:07
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. #
  2. # General configuration
  3. #
  4. # start-default-seat = True to always start one seat if none are defined in the configuration
  5. # greeter-user = User to run greeter as
  6. # minimum-display-number = Minimum display number to use for X servers
  7. # minimum-vt = First VT to run displays on
  8. # lock-memory = True to prevent memory from being paged to disk
  9. # user-authority-in-system-dir = True if session authority should be in the system location
  10. # guest-account-script = Script to be run to setup guest account
  11. # logind-load-seats = True to automatically set up multi-seat configuration from logind
  12. # logind-check-graphical = True to on start seats that are marked as graphical by logind
  13. # log-directory = Directory to log information to
  14. # run-directory = Directory to put running state in
  15. # cache-directory = Directory to cache to
  16. # sessions-directory = Directory to find sessions
  17. # remote-sessions-directory = Directory to find remote sessions
  18. # greeters-directory = Directory to find greeters
  19. #
  20. [LightDM]
  21. #start-default-seat=true
  22. #greeter-user=lightdm
  23. #minimum-display-number=0
  24. #minimum-vt=7
  25. #lock-memory=true
  26. #user-authority-in-system-dir=false
  27. #guest-account-script=guest-account
  28. #logind-load-seats=false
  29. #logind-check-graphical=false
  30. #log-directory=/var/log/lightdm
  31. #run-directory=/var/run/lightdm
  32. #cache-directory=/var/cache/lightdm
  33. #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
  34. #remote-sessions-directory=/usr/share/lightdm/remote-sessions
  35. #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
  36.  
  37. #
  38. # Seat defaults
  39. #
  40. # type = Seat type (xlocal, xremote)
  41. # xdg-seat = Seat name to set pam_systemd XDG_SEAT variable and name to pass to X server
  42. # pam-service = PAM service to use for login
  43. # pam-autologin-service = PAM service to use for autologin
  44. # pam-greeter-service = PAM service to use for greeters
  45. # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
  46. # xserver-layout = Layout to pass to X server
  47. # xserver-config = Config file to pass to X server
  48. # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
  49. # xserver-share = True if the X server is shared for both greeter and session
  50. # xserver-hostname = Hostname of X server (only for type=xremote)
  51. # xserver-display-number = Display number of X server (only for type=xremote)
  52. # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
  53. # xdmcp-port = XDMCP UDP/IP port to communicate on
  54. # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
  55. # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
  56. # unity-compositor-timeout = Number of seconds to wait for compositor to start
  57. # greeter-session = Session to load for greeter
  58. # greeter-hide-users = True to hide the user list
  59. # greeter-allow-guest = True if the greeter should show a guest login option
  60. # greeter-show-manual-login = True if the greeter should offer a manual login option
  61. # greeter-show-remote-login = True if the greeter should offer a remote login option
  62. # user-session = Session to load for users
  63. # allow-user-switching = True if allowed to switch users
  64. # allow-guest = True if guest login is allowed
  65. # guest-session = Session to load for guests (overrides user-session)
  66. # session-wrapper = Wrapper script to run session with
  67. # greeter-wrapper = Wrapper script to run greeter with
  68. # guest-wrapper = Wrapper script to run guest sessions with
  69. # display-setup-script = Script to run when starting a greeter session (runs as root)
  70. # display-stopped-script = Script to run after stopping the display server (runs as root)
  71. # greeter-setup-script = Script to run when starting a greeter (runs as root)
  72. # session-setup-script = Script to run when starting a user session (runs as root)
  73. # session-cleanup-script = Script to run when quitting a user session (runs as root)
  74. # autologin-guest = True to log in as guest by default
  75. # autologin-user = User to log in with by default (overrides autologin-guest)
  76. # autologin-user-timeout = Number of seconds to wait before loading default user
  77. # autologin-session = Session to load for automatic login (overrides user-session)
  78. # autologin-in-background = True if autologin session should not be immediately activated
  79. # exit-on-failure = True if the daemon should exit if this seat fails
  80. #
  81.  
  82. [SeatDefaults]
  83. #type=xlocal
  84. #xdg-seat=seat0
  85. #pam-service=lightdm
  86. #pam-autologin-service=lightdm-autologin
  87. #pam-greeter-service=lightdm-greeter
  88. #xserver-command=X
  89. #xserver-layout=
  90. #xserver-config=
  91. #xserver-allow-tcp=false
  92. #xserver-share=true
  93. #xserver-hostname=
  94. #xserver-display-number=
  95. #xdmcp-manager=
  96. #xdmcp-port=177
  97. #xdmcp-key=
  98. #unity-compositor-command=unity-system-compositor
  99. #unity-compositor-timeout=60
  100. #greeter-session=example-gtk-gnome
  101. #greeter-hide-users=false
  102. #greeter-allow-guest=true
  103. #greeter-show-manual-login=false
  104. #greeter-show-remote-login=true
  105. #user-session=default
  106. #allow-user-switching=true
  107. #allow-guest=true
  108. #guest-session=
  109. #session-wrapper=lightdm-session
  110. #greeter-wrapper=
  111. #guest-wrapper=
  112. #display-setup-script=
  113. #display-stopped-script=
  114. #greeter-setup-script=
  115. #session-setup-script=
  116. #session-cleanup-script=
  117. #autologin-guest=false
  118. #autologin-in-background=false
  119. #autologin-session=UNIMPLEMENTED
  120. #exit-on-failure=false
  121. autologin-user=ecki63
  122. autologin-user-timeout=0
  123.  
  124. #
  125. # Seat configuration
  126. #
  127. # Each seat must start with "Seat:".
  128. # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
  129. #
  130. #[Seat:0]
  131.  
  132. #
  133. # XDMCP Server configuration
  134. #
  135. # enabled = True if XDMCP connections should be allowed
  136. # port = UDP/IP port to listen for connections on
  137. # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
  138. #
  139. # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
  140. # it can be a word and the first 7 characters are used as the key.
  141. #
  142. [XDMCPServer]
  143. #enabled=false
  144. #port=177
  145. #key=
  146.  
  147. #
  148. # VNC Server configuration
  149. #
  150. # enabled = True if VNC connections should be allowed
  151. # command = Command to run Xvnc server with
  152. # port = TCP/IP port to listen for connections on
  153. # width = Width of display to use
  154. # height = Height of display to use
  155. # depth = Color depth of display to use
  156. #
  157. [VNCServer]
  158. #enabled=false
  159. #command=Xvnc
  160. #port=5900
  161. #width=1024
  162. #height=768
  163. #depth=8
  164.  

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN