summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/plasma-workspace.patch
blob: 4a298cf179367b9615c0b04d49604561150ca128 (plain) (blame)
1
2
3
4
5
# Set GTK_BACKEND=x11 in a wayland session
# Works around missing window decorations and broken config file reading
cat $CWD/patch/plasma-workspace/0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
# Fix issue where USB storage devices are only detected once per session:
cat $CWD/patch/plasma-workspace/update-qml-files.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }