summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/kde/patch/kde-workspace.patch
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64-current/source/kde/patch/kde-workspace.patch')
-rw-r--r--slackware64-current/source/kde/patch/kde-workspace.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/slackware64-current/source/kde/patch/kde-workspace.patch b/slackware64-current/source/kde/patch/kde-workspace.patch
index 27eab8742..eb5657928 100644
--- a/slackware64-current/source/kde/patch/kde-workspace.patch
+++ b/slackware64-current/source/kde/patch/kde-workspace.patch
@@ -3,3 +3,8 @@ zcat $CWD/patch/kde-workspace/kde-workspace.kdm.server.timeout.diff.gz | patch -
# Always show 'remaining time' in the popup of the battery plasmoid:
zcat $CWD/patch/kde-workspace/kde-workspace.batteryapplet.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix problem where the screensaver locks the screen when configured not to:
+zcat $CWD/patch/kde-workspace/kde-screensaver-rb108425.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+