HOW TO REPRODUCE: 1. Press the super key. 2. Write a compressed file name. RESULT: - No compressed files are presented.
What is a compressed file name? Like file.zip?
Exactly.
Confirming the issue
I can not reproduce this - please check if the file is in the index: $> balooshow -x /path/to/file.zip $> balooctl status /path/to/file.zip If the file does not show up, please: 1. start "balooctl monitor" 2. in a different terminal, "touch" the file
I cannot longer check myself. Nevertheless I will ask my distro if they are experiencing the bug themselves.
https://forum.manjaro.org/t/could-you-confirm-this-kde-bug/63373
Strit was unable to reproduce it too.
I see the issue now. The problem is not in Baloo but rather in the files runner: $ balooshow -x ~/COS_-__the_Container_Ship.zip 56879428722033410 66306 13243274 /home/nate/COS_-__the_Container_Ship.zip Internal Info Terms: Mapplication Mzip T1 File Name Terms: Fcontainer Fcos Fship Fthe Fzip container cos ship the zip XAttr Terms: $ baloosearch Container_Ship.zip /home/nate/COS_-__the_Container_Ship.zip Elapsed: 2.08568 msecs Search for "Container_Ship.zip" or "Container_Ship" or "Container" in KRunner or Kickoff/Kicker/Application dashboard: no results
(In reply to Nate Graham from comment #8) > I see the issue now. The problem is not in Baloo but rather in the files > runner: > > $ balooshow -x ~/COS_-__the_Container_Ship.zip > 56879428722033410 66306 13243274 /home/nate/COS_-__the_Container_Ship.zip > > Internal Info > Terms: Mapplication Mzip T1 > File Name Terms: Fcontainer Fcos Fship Fthe Fzip container cos ship the zip > XAttr Terms: > > $ baloosearch Container_Ship.zip > /home/nate/COS_-__the_Container_Ship.zip > Elapsed: 2.08568 msecs > > > Search for "Container_Ship.zip" or "Container_Ship" or "Container" in > KRunner or Kickoff/Kicker/Application dashboard: no results Should be fixed since https://phabricator.kde.org/D10624 (5.12.2, 5.13.0)
(In reply to Stefan Brüns from comment #9) > Should be fixed since https://phabricator.kde.org/D10624 (5.12.2, 5.13.0) Than I guess that patch didn't work, since this is still broken for me on 5.12.7 and git master. Does it work for you? Can you find archives with KRunner that baloosearch sees? I can't.
Yes, works for me. Also try "type:archive" as a search term. Gives a bunch of zip files for me. Another possible check: qdbus-qt5 --session org.kde.krunner /App org.kde.krunner.App.querySingleRunner baloosearch type:archive Archives are "Type::Archive == 1", e.g. have a "T1" term from baloos point of view (as shown with "balooshow -x ..."). Note, I have plasma-workspace 5.14.2 here.
I'm unsubscribing now, but feel free to resubscribe me if you needed my help.
I had to blow away my Baloo index, but now it works on both 5.12.7 and git master. Looks like that commit worked after all, and its prior non-reproducibility was an artifact of another issue.