Summary: | [Wayland] Search using clipboard content doesn't work | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Ismael Asensio <isma.af> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs |
Priority: | NOR | Keywords: | wayland |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/c1465ef57452d0f3878b757bd2a628f0de48fb36 | Version Fixed In: | 6 |
Sentry Crash Report: |
Description
Ismael Asensio
2022-03-20 22:42:47 UTC
Confirmed. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2902 Git commit 8a247dd620a85b4d7f2cf8d6fed4f4e43fe24718 by Ismael Asensio. Committed on 07/05/2023 at 13:32. Pushed by iasensio into branch 'master'. krunner: Fix query with clipboard contents on Wayland On Wayland we cannot retrieve the clipboard contents unless we get the focus, so let's just delay the request until we get it. FIXED-IN: 6 M +12 -2 krunner/view.cpp M +1 -0 krunner/view.h https://invent.kde.org/plasma/plasma-workspace/commit/8a247dd620a85b4d7f2cf8d6fed4f4e43fe24718 Git commit c1465ef57452d0f3878b757bd2a628f0de48fb36 by Ismael Asensio. Committed on 07/05/2023 at 14:24. Pushed by iasensio into branch 'Plasma/5.27'. krunner: Fix query with clipboard contents on Wayland On Wayland we cannot retrieve the clipboard contents unless we get the focus, so let's just delay the request until we get it. FIXED-IN: 6 (cherry picked from commit 8a247dd620a85b4d7f2cf8d6fed4f4e43fe24718) M +12 -2 krunner/view.cpp M +1 -0 krunner/view.h https://invent.kde.org/plasma/plasma-workspace/commit/c1465ef57452d0f3878b757bd2a628f0de48fb36 |