Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED] After latest d-u dolphin fails to search (kdenext)  (Read 4171 times)

Crust

  • Guest
1. I am using kdenext
2. I successfully d-u 2 days ago and had a fully working system but the graphics were sluggish (have intel HD 4000  graphics) so I decided to d-u again today
3. baloo search is working
Code: [Select]
$ balooctl status
Baloo File Indexer is running
Indexer state: Idle
Indexed 40724 / 40724 files
Current size of index is 540.11 MiB
4. using baloosearch from the commandline works
5. searching for anything in dolphin results in  no files found.
« Last Edit: 2015/10/13, 22:55:16 by Crust »

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.846
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #1 on: 2015/10/10, 21:05:45 »
You could try to delete the old index'.  They are stored under ~/.local/share/baloo/. Then restart the service. There will also be a new version coming in that will discard your index anyway.


greetz
devil



Offline jure

  • User
  • Posts: 635
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #2 on: 2015/10/10, 21:50:08 »
Quote
apt-cache policy baloo
baloo:
  Installiert:           4:5.15.0-siduction1
  Installationskandidat: 4:5.15.0-siduction1
  Versionstabelle:
 *** 4:5.15.0-siduction1 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:5.14.0-2 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
Gruss Juergen

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.846
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #3 on: 2015/10/10, 21:51:34 »
Oh, Kdenext altready has it. Well, I would expect the index being rebuilt automaticaly. So, if it's not working, do it manualy.


greetz
devil

Santa

  • Guest
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #4 on: 2015/10/11, 21:12:38 »
Oh, Kdenext altready has it. Well, I would expect the index being rebuilt automaticaly. So, if it's not working, do it manualy.


greetz
devil


I have just pushed a new baloo version with a couple of upstream fixes:
Code: [Select]

# apt-cache policy baloo-kf5
baloo-kf5:
  Instalados: 5.15.0a-siduction1
  Candidato:  5.15.0a-siduction1
  Tabla de versión:
 *** 5.15.0a-siduction1 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     5.14.0-2 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages


In any case seraching in dolphin worked out of the box for me with the older 5.15 and 5.14 versions.


Also note that dolphin was ported to frameworks recently, so in addition to what devil said you can also try if it  old dolphin based on kdelibs 4; it's possible to install it with "apt-get install dolphin4" and you can execute it just typing dolphin4 in the console or the plasma launcher. It's co-installable with the new frameworks based dolphin.

Crust

  • Guest
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #5 on: 2015/10/13, 18:30:34 »
It does indeed work with dolphin4.

It must be a framework thing, but I am confused.

1. The index is correctly built and does exist in  ~/.local/share/baloo/ and works perfectly with dolphin4
2. It does not work with the new dolphin.  Is the index stored somewhere else?  How does baloo work with baloo-kf5?
3. I've installed konqueror and it's still based on framework 4.  It's missing the icons in the startup page.  Which package includes those icons?

How do I correctly enable baloo-kf5 and the new dolphin  to work together properly?

Thanks.

Code: [Select]
$ apt-cache policy dolphin
dolphin:
  Installed: 4:15.08.1-siduction2
  Candidate: 4:15.08.1-siduction2
  Version table:
 *** 4:15.08.1-siduction2 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:15.08.1-1 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages


$ apt-cache policy dolphin4
dolphin4:
  Installed: 4:15.08.1-siduction1.3
  Candidate: 4:15.08.1-siduction1.3
  Version table:
 *** 4:15.08.1-siduction1.3 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status


$ apt-cache policy baloo
baloo:
  Installed: 4:5.15.0a-siduction1
  Candidate: 4:5.15.0a-siduction1
  Version table:
 *** 4:5.15.0a-siduction1 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:5.15.0-1 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages


$ apt-cache policy baloo-kf5
baloo-kf5:
  Installed: 5.15.0a-siduction1
  Candidate: 5.15.0a-siduction1
  Version table:
 *** 5.15.0a-siduction1 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     5.15.0-1 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages

Thank you very much for your help.

Crust

  • Guest
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #6 on: 2015/10/13, 18:56:07 »
One note:

I noticed in my ~/.kde/share/config/baloorc file that I have agentIndexingVersion=4.  Do I need to change this to 5?

Code: [Select]
$ cat baloorc     
[Akonadi]
agentIndexingVersion=4
initialIndexingDone=true

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.846
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #7 on: 2015/10/13, 19:21:27 »
I don't have a baloorc anymore. Instead I have baloofileinformationrc, and yes, it says: Version=5


greetz
devil

Crust

  • Guest
Re: After latest d-u dolphin fails to search (kdenext)
« Reply #8 on: 2015/10/13, 19:28:04 »
devil,

Thanks.  I also have that file and it shows version 5.

I have 3 baloo configuration files.

Code: [Select]
~/.kde/share/config$ ls baloo*
baloofileinformationrc  baloofilerc  baloorc

Should I remove any of them?

Crust

  • Guest
Re: [SOLVED] After latest d-u dolphin fails to search (kdenext)
« Reply #9 on: 2015/10/13, 22:55:52 »
I've solved this by removing all config files, deleting the index, then having baloo re-index.