# Don't include Discover or Konqueror launchers on the taskbar (thanks to alienBOB): cat $CWD/patch/plasma-desktop/plasma-desktop.default_launcher_tasks.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } # Don't leave an .orig file to be packaged: rm -f ./applets/taskmanager/package/contents/config/main.xml.orig # [PATCH] Desktop as folder: restore functionality of the "delete" action: cat $CWD/patch//plasma-desktop/b893a37fd9b3b5c28173c68ba963fb866a5ac0ed.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }