Summary: | Overview does not trigger KRunner's webrunners and open browser favorite | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Thiago Sueto <herzenschein> |
Component: | effects-overview | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, nate, nicolas.fella |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/966ac0320bc743c4ee707786a61c748ef40af2a3 | Version Fixed In: | 5.24.1 |
Sentry Crash Report: |
Description
Thiago Sueto
2021-11-27 00:51:55 UTC
Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:03 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: QObject::connect: signal not found in OrgKdeActivityManagerResourcesLinkingInterface Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:04 lithium kwin_wayland_wrapper[1080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found Feb 10 00:37:06 lithium kwin_wayland_wrapper[1080]: The platform plugin does not support services. I see this in kwin_wayland log. Not sure what the issue can be. CC'ing Alexander Not sure, unfortunately my shortcuts are kindof broken ATM (not sure why). I will see at the weekend if I can debug this further. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1446 > kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found
this looks like it's trying to open a d:foobar URL?
(In reply to Nicolas Fella from comment #4) > > kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/d" not found > > this looks like it's trying to open a d:foobar URL? This is the match logic in the locations runner and unrelated to the bookmarks/webshortcuts runners. What's your browser? I currently have firefox as my default browser set. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2005 Git commit a2ebad760fefe015c46e8bc649e38b6ecd6093bf by Nicolas Fella. Committed on 12/02/2022 at 23:41. Pushed by vladz into branch 'master'. Implement services in our QPA This is required for QDesktopServices to work. Use QGenericUnixServices like the xcb and wayland QPA M +1 -0 CMakeLists.txt M +1 -0 src/plugins/qpa/CMakeLists.txt M +6 -0 src/plugins/qpa/integration.cpp M +3 -0 src/plugins/qpa/integration.h https://invent.kde.org/plasma/kwin/commit/a2ebad760fefe015c46e8bc649e38b6ecd6093bf Git commit 966ac0320bc743c4ee707786a61c748ef40af2a3 by Vlad Zahorodnii, on behalf of Nicolas Fella. Committed on 13/02/2022 at 09:17. Pushed by vladz into branch 'Plasma/5.24'. Implement services in our QPA This is required for QDesktopServices to work. Use QGenericUnixServices like the xcb and wayland QPA (cherry picked from commit a2ebad760fefe015c46e8bc649e38b6ecd6093bf) M +1 -0 CMakeLists.txt M +1 -0 src/plugins/qpa/CMakeLists.txt M +6 -0 src/plugins/qpa/integration.cpp M +3 -0 src/plugins/qpa/integration.h https://invent.kde.org/plasma/kwin/commit/966ac0320bc743c4ee707786a61c748ef40af2a3 |