summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/data
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kdm/data')
-rw-r--r--core/modules/kdm/data/etc/branding.svg22
l---------core/modules/kdm/data/etc/kde1
-rw-r--r--core/modules/kdm/data/etc/kde4/kdm/kdmrc53
-rw-r--r--core/modules/kdm/data/etc/pam.d/kdm10
-rw-r--r--core/modules/kdm/data/etc/pam.d/kdm-np11
l---------core/modules/kdm/data/etc/systemd/system/display-manager.service1
-rw-r--r--core/modules/kdm/data/etc/systemd/system/kdm.service10
-rw-r--r--core/modules/kdm/data/etc/tmpfiles.d/kdm.conf2
l---------core/modules/kdm/data/usr/share/config/kdm1
-rwxr-xr-xcore/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/KdmGreeterTheme.desktop8
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/color.pngbin177 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter.pngbin2642 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter_inactive.pngbin2527 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/environment.pngbin3215 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/main-runner.pngbin153 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo-main.pngbin69575 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo.pngbin6770 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions.pngbin2653 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions_inactive.pngbin2529 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system.pngbin2639 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system_inactive.pngbin2532 -> 0 bytes
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/theme.xml235
-rw-r--r--core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/welcome-time-shadowed.pngbin1199 -> 0 bytes
l---------core/modules/kdm/data/usr/share/kde4/config/kdm1
-rw-r--r--core/modules/kdm/data/var/lib/kdm/.placeholder1
25 files changed, 0 insertions, 356 deletions
diff --git a/core/modules/kdm/data/etc/branding.svg b/core/modules/kdm/data/etc/branding.svg
deleted file mode 100644
index 4891fb58..00000000
--- a/core/modules/kdm/data/etc/branding.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- version="1.1"
- width="149.62437"
- height="92.827499"
- id="svg2985"
- xml:space="preserve">
-<metadata
- id="metadata2991"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
-<g
- id="g2993">
-</g>
-</svg> \ No newline at end of file
diff --git a/core/modules/kdm/data/etc/kde b/core/modules/kdm/data/etc/kde
deleted file mode 120000
index 5a94165b..00000000
--- a/core/modules/kdm/data/etc/kde
+++ /dev/null
@@ -1 +0,0 @@
-kde4 \ No newline at end of file
diff --git a/core/modules/kdm/data/etc/kde4/kdm/kdmrc b/core/modules/kdm/data/etc/kde4/kdm/kdmrc
deleted file mode 100644
index a5953c2f..00000000
--- a/core/modules/kdm/data/etc/kde4/kdm/kdmrc
+++ /dev/null
@@ -1,53 +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/openslx
-UseBackground=false
-GreetString=OpenSLX 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
-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/data/etc/pam.d/kdm b/core/modules/kdm/data/etc/pam.d/kdm
deleted file mode 100644
index e6a4ec9b..00000000
--- a/core/modules/kdm/data/etc/pam.d/kdm
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# /etc/pam.d/kdm - specify the PAM behaviour of kdm
-#
-auth required pam_nologin.so
-auth required pam_env.so readenv=1
-auth required pam_env.so readenv=1 envfile=/etc/default/locale
-auth include common-auth
-account include common-account
-password include common-password
-session include common-session
diff --git a/core/modules/kdm/data/etc/pam.d/kdm-np b/core/modules/kdm/data/etc/pam.d/kdm-np
deleted file mode 100644
index dc10e5b5..00000000
--- a/core/modules/kdm/data/etc/pam.d/kdm-np
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# /etc/pam.d/kdm-np - specify the PAM behaviour of kdm for passwordless logins
-#
-auth required pam_nologin.so
-auth required pam_env.so readenv=1
-auth required pam_env.so readenv=1 envfile=/etc/default/locale
-session required pam_limits.so
-account include common-account
-password include common-password
-session include common-session
-auth required pam_permit.so
diff --git a/core/modules/kdm/data/etc/systemd/system/display-manager.service b/core/modules/kdm/data/etc/systemd/system/display-manager.service
deleted file mode 120000
index 640910e3..00000000
--- a/core/modules/kdm/data/etc/systemd/system/display-manager.service
+++ /dev/null
@@ -1 +0,0 @@
-kdm.service \ No newline at end of file
diff --git a/core/modules/kdm/data/etc/systemd/system/kdm.service b/core/modules/kdm/data/etc/systemd/system/kdm.service
deleted file mode 100644
index 97749a16..00000000
--- a/core/modules/kdm/data/etc/systemd/system/kdm.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=KDM Display Manager
-Conflicts=getty@tty7.service
-After=systemd-user-sessions.service getty@tty7.service load-gfx-driver.service setup-slx-addon@vmware.service setup-slx-addon@virtualbox.service
-
-[Service]
-ExecStartPre=-/opt/openslx/bin/killall fbsplash
-ExecStart=/usr/bin/kdm -nodaemon
-Restart=always
-IgnoreSIGPIPE=no
diff --git a/core/modules/kdm/data/etc/tmpfiles.d/kdm.conf b/core/modules/kdm/data/etc/tmpfiles.d/kdm.conf
deleted file mode 100644
index 4e85c5ae..00000000
--- a/core/modules/kdm/data/etc/tmpfiles.d/kdm.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-d /run/kdm 0755 root root
-
diff --git a/core/modules/kdm/data/usr/share/config/kdm b/core/modules/kdm/data/usr/share/config/kdm
deleted file mode 120000
index 8f0c47bd..00000000
--- a/core/modules/kdm/data/usr/share/config/kdm
+++ /dev/null
@@ -1 +0,0 @@
-/etc/kde4/kdm \ No newline at end of file
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/KdmGreeterTheme.desktop b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/KdmGreeterTheme.desktop
deleted file mode 100755
index 3cb9069d..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/KdmGreeterTheme.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[KdmGreeterTheme]
-Encoding=UTF-8
-Greeter=theme.xml
-Name=OpenSLX KDM theme
-Description=KDM Port of Daemonic KDM theme for FreeBSD
-Author=MJanc / KDM by aceph <aceph@ventcore.net>
-Copyright=Creative Commons
-Screenshot=screenshot.png
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/color.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/color.png
deleted file mode 100644
index 7a0feb03..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/color.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter.png
deleted file mode 100644
index b2912721..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter_inactive.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter_inactive.png
deleted file mode 100644
index c3efb2ea..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/enter_inactive.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/environment.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/environment.png
deleted file mode 100644
index 76a4768c..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/environment.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/main-runner.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/main-runner.png
deleted file mode 100644
index dde10cc8..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/main-runner.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo-main.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo-main.png
deleted file mode 100644
index dfae62d2..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo-main.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo.png
deleted file mode 100644
index a2ea7929..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/openslx-logo.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions.png
deleted file mode 100644
index fa5c52bf..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions_inactive.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions_inactive.png
deleted file mode 100644
index d9c11d93..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/sessions_inactive.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system.png
deleted file mode 100644
index 6e480364..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system_inactive.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system_inactive.png
deleted file mode 100644
index 28adad5a..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/system_inactive.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/theme.xml b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/theme.xml
deleted file mode 100644
index 8b4ca0f9..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/theme.xml
+++ /dev/null
@@ -1,235 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-<!--
-KDM-OpenSLX-Theme
--->
-<greeter id="theme">
- <style font="Sans 11" window-text-color="#f0f0f0" base-color="#f0f0f0" text-color="#000000"/>
-
- <!-- background -->
- <item type="pixmap" id="background" background="true">
- <normal file="color.png"/>
- <pos x="0" y="0" width="100%" height="100%"/>
- </item>
-
- <!-- top / welcome, clock and big logo -->
- <item type="rect" id="top" background="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="n" x="50%" y="0" width="100%" height="40%"/>
- <box orientation="vertical" homogeneous="true">
-
- <item type="pixmap" background="true">
- <normal file="welcome-time-shadowed.png"/>
- <pos anchor="n" x="50%" y="0" width="80%" height="44"/>
- <box orientation="horizontal" homogeneous="true">
- <!-- Welcome on ... -->
- <item type="label" background="true">
- <pos anchor="w" x="10%" y="30%"/>
- <normal color="#f0f0f0" font="Sans 11"/>
- <stock type="welcome-label"/>
- </item>
- <!-- clock -->
- <item type="label" id="clock">
- <pos anchor="e" x="90%" y="30%"/>
- <normal color="#f0f0f0" font="Sans 11"/>
- <text>%c</text>
- </item>
- </box>
- </item>
-
- <item type="rect" id="logo">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="c" x="50%" y="10%" width="100%" height="100%"/>
- <box orientation="vertical" homogeneous="true">
- <item type="pixmap">
- <normal file="openslx-logo-main.png"/>
- <pos anchor="c" x="50%" y="50%"/>
- </item>
- </box>
- </item>
-
- </box>
- </item>
-
- <!-- main part / login, session, menu, ... -->
- <item type="pixmap" id="main-runner" background="true">
- <normal file="main-runner.png"/>
- <pos anchor="c" x="50%" y="50%" width="100%" height="160"/>
- <box orientation="horizontal" homogeneous="true">
-
- <item type="rect" background="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="w" x="0%" y="50%" width="100%" height="100%"/>
- <box orientation="horizontal" homogeneous="true">
-
- <!-- left part / login -->
- <item type="rect" background="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="w" x="0" y="50%" width="100%" height="100%"/>
- <box orientation="horizontal">
-
- <!-- small logo -->
- <item type="pixmap" background="true">
- <normal file="openslx-logo.png"/>
- <pos anchor="w" x="30" y="50%"/>
- </item>
-
- <!-- login -->
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="w" x="70" y="50%" width="box" height="box"/>
- <box orientation="horizontal" spacing="10">
-
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="sw" x="0" y="100%" width="box" height="100%"/>
- <box homogeneous="true" spacing="10">
- <!-- username-label -->
- <item type="label">
- <pos anchor="nw" x="0" y="0"/>
- <normal color="#f0f0f0" font="Sans 11"/>
- <stock type="username-label"/>
- </item>
- <!-- password-label -->
- <item type="label">
- <pos anchor="sw" x="0" y="-0"/>
- <normal color="#f0f0f0" font="Sans 11"/>
- <stock type="password-label"/>
- </item>
- </box>
- </item>
-
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="nw" x="0" y="0" width="box" height="box"/>
- <box homogeneous="true" spacing="10">
- <!-- username-entry -->
- <item type="entry" id="user-entry">
- <pos anchor="w" x="0" y="50%" height="20" width="100"/>
- </item>
- <!-- password-entry -->
- <item type="entry" id="pw-entry">
- <pos anchor="w" x="0" y="50%" height="20" width="100"/>
- </item>
- </box>
- </item>
-
- <item type="pixmap" button="true" id="login_button">
- <pos anchor="sw" x="0" y="-0" height="20" width="20"/>
- <normal file="enter_inactive.png"/>
- <prelight file="enter.png"/>
- </item>
-
- </box>
- </item>
-
- </box>
- </item>
-
- <!-- middle part / errors, caps info, kdm logo -->
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="c" x="50%" y="50%" width="90%" height="100%"/>
- <box orientation="vertical">
-
- <!-- Login-Error -->
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="n" x="50%" y="10" width="100%" height="30"/>
- <box>
- <item type="label" id="pam-error">
- <normal color="#ff8b00" font="Sans 11"/>
- <pos anchor="c" x="50%" y="15"/>
- <text/>
- </item>
- </box>
- </item>
-
- <item type="pixmap">
- <normal file="environment.png"/>
- <pos anchor="c" x="50%" y="50%"/>
- </item>
-
- <!-- capslock-warning -->
- <item type="rect" id="caps-lock-warning">
- <normal color="#000000" alpha="0.4"/>
- <pos anchor="s" x="50%" y="-10" width="100%" height="30"/>
- <box>
- <item type="label">
- <normal color="#ff8b00" font="Sans 11"/>
- <pos anchor="c" x="50%" y="15"/>
- <stock type="caps-lock-warning"/>
- </item>
- </box>
- </item>
-
- </box>
- </item>
-
- <!-- right part / sessions, menu -->
- <item type="rect">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="e" x="100%" y="50%" width="100%" height="100%"/>
- <box orientation="vertical" homogeneous="true" spacing="10">
-
- <!-- session-button -->
- <item type="rect" id="session_button" button="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="se" x="-50" y="100%" width="box" height="box"/>
- <box orientation="horizontal">
- <item type="label">
- <normal color="#bbbbbb" font="Sans 11"/>
- <prelight color="#f0f0f0" font="Sans 11"/>
- <active color="#ff8b00" font="Sans 11"/>
- <pos anchor="e" x="100%" y="-24"/>
- <stock type="session"/>
- </item>
- <item type="rect" id="session_button" button="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="c" x="50%" y="50%" width="10"/>
- </item>
- <item type="pixmap" id="session_button" button="true">
- <normal file="sessions_inactive.png"/>
- <prelight file="sessions.png"/>
- <pos anchor="se" x="100%" y="100%"/>
- </item>
- </box>
- </item>
-
- <!-- menu-button -->
- <item type="rect" id="system_button" button="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="ne" x="-50" y="0" width="box" height="box"/>
- <box orientation="horizontal">
- <item type="label">
- <normal color="#bbbbbb" font="Sans 11"/>
- <prelight color="#f0f0f0" font="Sans 11"/>
- <active color="#ff8b00" font="Sans 11"/>
- <pos anchor="e" x="100%" y="24"/>
- <stock type="system"/>
- </item>
- <item type="rect" id="system_button" button="true">
- <normal color="#000000" alpha="0.0"/>
- <pos anchor="c" x="50%" y="50%" width="10"/>
- </item>
- <item type="pixmap" id="system_button" button="true">
- <normal file="system_inactive.png"/>
- <prelight file="system.png"/>
- <pos anchor="ne" x="100%" y="0%"/>
- </item>
- </box>
- </item>
-
- </box>
- </item>
-
- </box>
- </item>
-
- </box>
- </item>
- <item type="pixmap" id="distro_logo" button="false">
- <normal file="/etc/distro.png"/>
- <pos anchor="se" x="99%" y="99%"/>
- </item>
-</greeter>
diff --git a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/welcome-time-shadowed.png b/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/welcome-time-shadowed.png
deleted file mode 100644
index d908972e..00000000
--- a/core/modules/kdm/data/usr/share/desktop/themes/kdm/openslx/welcome-time-shadowed.png
+++ /dev/null
Binary files differ
diff --git a/core/modules/kdm/data/usr/share/kde4/config/kdm b/core/modules/kdm/data/usr/share/kde4/config/kdm
deleted file mode 120000
index 8f0c47bd..00000000
--- a/core/modules/kdm/data/usr/share/kde4/config/kdm
+++ /dev/null
@@ -1 +0,0 @@
-/etc/kde4/kdm \ No newline at end of file
diff --git a/core/modules/kdm/data/var/lib/kdm/.placeholder b/core/modules/kdm/data/var/lib/kdm/.placeholder
deleted file mode 100644
index 778fd62b..00000000
--- a/core/modules/kdm/data/var/lib/kdm/.placeholder
+++ /dev/null
@@ -1 +0,0 @@
-# Nothing to see here, just fooling git a bit