summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm-theme-bwlp/data/etc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kdm-theme-bwlp/data/etc')
-rw-r--r--core/modules/kdm-theme-bwlp/data/etc/kde4/kdm/kdmrc55
-rw-r--r--core/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service9
l---------core/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service1
3 files changed, 0 insertions, 65 deletions
diff --git a/core/modules/kdm-theme-bwlp/data/etc/kde4/kdm/kdmrc b/core/modules/kdm-theme-bwlp/data/etc/kde4/kdm/kdmrc
deleted file mode 100644
index 4fa3b427..00000000
--- a/core/modules/kdm-theme-bwlp/data/etc/kde4/kdm/kdmrc
+++ /dev/null
@@ -1,55 +0,0 @@
-[General]
-PidFile=/run/kdm.pid
-ServerVTs=-7
-# Always spawn :0 (this is the default but it won't hurt)
-StaticServers=:0
-GreeterUID=kdm
-
-[X-*-Greeter]
-UseTheme=true
-Theme=/usr/share/desktop/themes/kdm/bwlehrpool
-UseBackground=false
-GreetString=bwLehrpool Workstation (%h)
-SelectedUsers=
-UserList=false
-AuthComplain=true
-AntiAliasing=true
-
-[X-:*-Greeter]
-AllowClose=false
-UseAdminSession=true
-
-[X-:0-Greeter]
-LogSource=/dev/xconsole
-PreselectUser=None
-UseAdminSession=false
-
-[X-*-Core]
-AllowRootLogin=true
-AllowShutdown=All
-AutoLoginEnable=false
-AutoLoginAgain=true
-AutoLoginDelay=5
-ServerAttempts=2
-# Custom directory so kdm never sees any other sessions - it's up to the vmchooser to list them
-SessionsDirs=/opt/openslx/xsessions
-TerminateServer=true
-
-# Session is executed to start the user's session (as the user)
-# "One of the keywords failsafe, default or custom, or a string to eval by a Bourne-compatible shell is passed as the first argument."
-Session=/etc/X11/Xsession
-# Reset is run after a session terminates (as root)
-Reset=/etc/X11/Xreset
-# Setup is executed once before the greeter starts (as root)
-Setup=/etc/X11/Xsetup
-# Startup is executed on successful authentication, before the session is opened (as root)
-Startup=/etc/X11/Xstartup
-
-[Shutdown]
-AllowFifo=false
-HaltCmd=/usr/bin/systemctl poweroff
-RebootCmd=/usr/bin/systemctl reboot
-
-[Xdmcp]
-Enable=false
-
diff --git a/core/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service b/core/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service
deleted file mode 100644
index 39f101c8..00000000
--- a/core/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Patch warnings into KDM theme
-After=hardware-stats.service mount-vm-store.service
-Before=kdm.service
-
-[Service]
-Type=oneshot
-ExecStart=/opt/openslx/scripts/systemd-kdm_hwinfo_warnings
-RemainAfterExit=yes
diff --git a/core/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service b/core/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service
deleted file mode 120000
index e6de5e15..00000000
--- a/core/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service
+++ /dev/null
@@ -1 +0,0 @@
-../kdm-hwinfo-warnings.service \ No newline at end of file