https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #26 from Tom Crider <gloriouseggr...@gmail.com> --- (In reply to Bug Janitor Service from comment #25) > A possibly relevant merge request was started @ > https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/99 Tested MR 99 on kde5, modified for thunderlinks and slack: + if ((url.startsWith(QLatin1String("thunderlink://"))) || (url.startsWith(QLatin1String("slack://")))) { + // :// -> :/// so QUrl doesn't break the payload's It's working well here. Will test on kde6 shortly -- You are receiving this mail because: You are watching all bug changes.