Summary: | Falkon's location bar and web search bar don't work with Fcitx5 on Wayland | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Anna <cyber+kde> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | jurajoravec |
Priority: | NOR | ||
Version First Reported In: | 24.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to comment out the lines causing this bug
Patch to comment out the most offending places in locationcompleter.cpp |
Description
Anna
2025-03-05 13:06:41 UTC
Created attachment 179142 [details]
Patch to comment out the lines causing this bug
I found two lines in the code (one in locationbar.cpp, another in websearchbar.cpp), commenting them out completely fixes the problem for me.
Created attachment 179143 [details]
Patch to comment out the most offending places in locationcompleter.cpp
I tried to investigate more in locationcompleter.cpp, and this problem almost disappears if I comment out these two places.
If I leave QTimer even with an empty lambda, the issue persists. So my guess is that it's some concurrency/threading kind of issue.
Hello, Have you tried to disable the incline completion and search suggestions? (In reply to Juraj from comment #3) > Hello, > Have you tried to disable the incline completion and search suggestions? Yes, I've tried disabling everything. |