diff --git a/desktop/kde/plasma/sddm/actions.py b/desktop/kde/plasma/sddm/actions.py
index 18eccf9ba0..2523edda7d 100644
--- a/desktop/kde/plasma/sddm/actions.py
+++ b/desktop/kde/plasma/sddm/actions.py
@@ -31,5 +31,3 @@ def install():
shelltools.cd("build")
cmaketools.install()
-
- pisitools.dodoc("../COPYING")
diff --git a/desktop/kde/plasma/sddm/files/sddm-0.14.0-consolekit.patch b/desktop/kde/plasma/sddm/files/sddm-0.14.0-consolekit.patch
new file mode 100644
index 0000000000..64ea064828
--- /dev/null
+++ b/desktop/kde/plasma/sddm/files/sddm-0.14.0-consolekit.patch
@@ -0,0 +1,9 @@
+--- a/data/scripts/Xsession 2016-08-28 14:52:04.910181422 +0200
++++ b/data/scripts/Xsession 2016-08-28 14:53:07.157184480 +0200
+@@ -91,5 +91,5 @@
+ if [ -z "$@" ]; then
+ exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session."
+ else
+- exec $@
++ exec ck-launch-session $@
+ fi
diff --git a/desktop/kde/plasma/sddm/pspec.xml b/desktop/kde/plasma/sddm/pspec.xml
index 583e5a8fc9..333df1e7f2 100644
--- a/desktop/kde/plasma/sddm/pspec.xml
+++ b/desktop/kde/plasma/sddm/pspec.xml
@@ -14,7 +14,7 @@
app:console
QML based X11 display manager
KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings
- https://github.com/sddm/sddm/releases/download/v0.14.0/sddm-0.14.0.tar.xz
+ https://github.com/sddm/sddm/releases/download/v0.14.0/sddm-0.14.0.tar.xz
qt5-base-devel
qt5-linguist
@@ -26,7 +26,7 @@
docutils
- sddm-0.11.0-consolekit.patch
+ sddm-0.14.0-consolekit.patch
sddm-respect-user-flags.patch
ecb903e4.patch
@@ -106,4 +106,4 @@
yusuf.aydemir@pisilinux.org
-
+
\ No newline at end of file