summaryrefslogtreecommitdiffstats
path: root/kde/patch/kde-workspace.patch
blob: a653e5c09a1bbd59c054313a4898e2ad88f88bd9 (plain)
1
2
3
4
5
6
7
8
9
# Increase the timeout to accomodate slow-to-initialize video chipset drivers:
cat $CWD/patch/kde-workspace/kde-workspace.kdm.server.timeout.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Always show 'remaining time' in the popup of the battery plasmoid:
cat $CWD/patch/kde-workspace/kde-workspace.batteryapplet.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix crash when DesktopNames isn't set (fixed in 4.11.10):
#cat $CWD/patch/kde-workspace/kde-workspace.desktopnames.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }