Summary: | When changing the Keyword delimiter from colon to space or space to colon , change does not come into effect immediately and web search does not work for changed value. | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Subham Poddar <raninepaths> |
Component: | webshortcuts | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, p.r.worrall, plasma-bugs, raninepaths |
Priority: | NOR | Keywords: | usability |
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/f956c2364e22c63b1eb0d240cee43726db5f5e99 | Version Fixed In: | 5.24.6 |
Sentry Crash Report: |
Description
Subham Poddar
2022-05-30 05:23:29 UTC
Set status to Confirmed. Can reproduce on: Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.4 Kernel Version: 5.13.0-41-generic (64-bit) Graphics Platform: X11 Processors: 2 × AMD A6-6400K APU with Radeon(tm) HD Graphics Memory: 7.7 GiB of RAM Graphics Processor: AMD CEDAR A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1792 Git commit a5378b5282954a7f6143bfdd5c4702e010a84312 by Alexander Lohnau. Committed on 01/06/2022 at 15:45. Pushed by alex into branch 'master'. runners/webshortcuts: Do not use static regex for normal webshortcuts query The delimiter might change if the settings are changed. By having a member variable, we still avoid re-creating the same regex for every time the runner is queried. M +2 -2 runners/webshortcuts/webshortcutrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/a5378b5282954a7f6143bfdd5c4702e010a84312 Git commit 5f4c7097348bdb6c01d7dd5206699fd18ecbcadf by Alexander Lohnau. Committed on 01/06/2022 at 15:54. Pushed by alex into branch 'Plasma/5.25'. runners/webshortcuts: Do not use static regex for normal webshortcuts query The delimiter might change if the settings are changed. By having a member variable, we still avoid re-creating the same regex for every time the runner is queried. (cherry picked from commit a5378b5282954a7f6143bfdd5c4702e010a84312) M +2 -2 runners/webshortcuts/webshortcutrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/5f4c7097348bdb6c01d7dd5206699fd18ecbcadf Git commit f956c2364e22c63b1eb0d240cee43726db5f5e99 by Alexander Lohnau. Committed on 01/06/2022 at 15:55. Pushed by alex into branch 'Plasma/5.24'. runners/webshortcuts: Do not use static regex for normal webshortcuts query The delimiter might change if the settings are changed. By having a member variable, we still avoid re-creating the same regex for every time the runner is queried. (cherry picked from commit a5378b5282954a7f6143bfdd5c4702e010a84312) M +2 -2 runners/webshortcuts/webshortcutrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/f956c2364e22c63b1eb0d240cee43726db5f5e99 |