diff --git a/desktop/kde/plasma/sddm/actions.py b/desktop/kde/plasma/sddm/actions.py index 18eccf9ba0..dca128ee8f 100644 --- a/desktop/kde/plasma/sddm/actions.py +++ b/desktop/kde/plasma/sddm/actions.py @@ -9,6 +9,10 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): + shelltools.system("sed -e '/UPOWER_SERVICE)/ s:^://:' \ + -i src/daemon/PowerManager.cpp") + shelltools.system("sed -e 's/eval exec/& ck-launch-session /' \ + -i data/scripts/Xsession") shelltools.makedirs("build") shelltools.cd("build")