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

## Patch for the shutdown issue with KDE 4.6.2 (in Linux, only "halt"
## understands the '-p' parameter):
#sed -i -e 's/shutdown -p now/shutdown -h -P now/' kdm/config.def

# Fix a long-standing performance issue (since 4.0) in kwin (not needed for KDE >= 4.7.2):
#zcat $CWD/patch/kde-workspace/kde-workspace.kwin.effects.performance.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# 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 ; }