https://bugs.kde.org/show_bug.cgi?id=515897
Bug ID: 515897
Summary: Search is not fuzzy
Classification: Plasma
Product: krunner
Version First 6.5.5
Reported In:
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
I do not feel that current algorithm works good.
I have foot terminals which reports tmux's session name, windows name etc.
in tmux.conf:
```
# Set parent terminal title to reflect current window in tmux session
set -g set-titles on
set -g set-titles-string "tmux #{user}@#H #S:#I:#W:#P"
```
And assume, I have windows with next titles:
```
tmux donald@gentoo job_recs:4:nvim:1
tmux donald@gentoo job_jssdk:1:nvim:1
tmux donald@gentoo job_amp:1:nvim:1
```
If I type `job` it shows all of them.
but if I type `joba` I expect to get the one that has `job_amp`, but instead I
get no window in result at all.
What's more interesting is that if in bash type something like :
```
echo "
tmux donald@gentoo job_recs:4:nvim:1
tmux donald@gentoo job_jssdk:1:nvim:1
tmux donald@gentoo job_amp:1:nvim:1
" | fzf
```
and type `joba` it works as expected.
Operating System: Gentoo Linux 2.18
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.12.63-gentoo-dist (64-bit)
Graphics Platform: Wayland
Processors: 12 × 13th Gen Intel® Core™ i5-13420H
Memory: 32 GiB of RAM (31.0 GiB usable)
Graphics Processor: Intel® Graphics
--
You are receiving this mail because:
You are watching all bug changes.