summaryrefslogtreecommitdiffstats
path: root/kde/patch/kde-workspace.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:16:30 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:16:30 +0100
commit1461355df207fe0e1c07825b094c1ed5ada8dc3a (patch)
tree02df64760eb792fcdda30919925e8bcf0f1a8255 /kde/patch/kde-workspace.patch
parent461526492a07104c04835226b97f36f8d5aefc19 (diff)
downloadktown-1461355df207fe0e1c07825b094c1ed5ada8dc3a.tar.gz
ktown-1461355df207fe0e1c07825b094c1ed5ada8dc3a.tar.xz
KDE 4.12.5 for Slackware 14.1 (27apr2014)4.12.5
Diffstat (limited to 'kde/patch/kde-workspace.patch')
-rw-r--r--kde/patch/kde-workspace.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde/patch/kde-workspace.patch b/kde/patch/kde-workspace.patch
index d86c11a..270c10a 100644
--- a/kde/patch/kde-workspace.patch
+++ b/kde/patch/kde-workspace.patch
@@ -4,3 +4,6 @@ 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 crash when DesktopNames isn't set (fixed in 4.11.10):
+zcat $CWD/patch/kde-workspace/kde-workspace.desktopnames.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+