summaryrefslogtreecommitdiffstats
path: root/kde/patch/kde-baseapps.patch
blob: a72107628dd57fc8b38015c2e941556135e4298a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Make sure that Control+click toggles the selection state (CCBUG: 292250)
# Only for KDE 4.8.0:
#cat $CWD/patch/kde-baseapps/dolphin-4.8.0_ctrlclick.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix for KDE bug 280896 (font display issue in konsole due to Qt 4.8):
# Fixed just in time for the KDE 4.8.2 source release:
#cat $CWD/patch/kde-baseapps/konsole-4.8.2_kdebug280896.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix for KDE bug 297458 and 297488
# Reduce the timeout in KItemListKeyboardSearchManager to 1 second
#cat $CWD/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }