Summary: | Nepomuk fails finding file in folder named "Årspraktik - ansøgninger" | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Anders Lund <anderslund> |
Component: | kioslave - nepomuksearch | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | me |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/nepomuk-core/7e852d7974bd91a6d9994f47dc6a603e183d3fe7 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Anders Lund
2012-12-20 07:57:30 UTC
A bit weird, this partly works today, pdf files are found, but not all of the corresponding odt files :$ I'm not confident it finds all the pdfs either. In dolphin. the KRunner plugin finds not those files, but a bunch of events and a few files. is there a limit in the krunner results number? Anyway, better than a few days ago. Hopefully reliable (not that it should not become better)! Had two reboots, but the pc has had lots of idle time before that it did not appear use, judging from results. Git commit 7e852d7974bd91a6d9994f47dc6a603e183d3fe7 by Vishesh Handa. Committed on 22/12/2012 at 13:04. Pushed by vhanda into branch 'KDE/4.10'. OptimizedByteArray: Ignore the empty parts when the bytearray is split Not ignoring the empty parts resulted in an extra '\' at the start of the string when converting it back to one byte array. This completely screwed up the real time indexing. FIXED-IN: 4.10 M +7 -1 services/filewatch/optimizedbytearray.h http://commits.kde.org/nepomuk-core/7e852d7974bd91a6d9994f47dc6a603e183d3fe7 (In reply to comment #1) > A bit weird, this partly works today, pdf files are found, but not all of > the corresponding odt files :$ I'm not confident it finds all the pdfs > either. In dolphin. the KRunner plugin finds not those files, but a bunch of > events and a few files. is there a limit in the krunner results number? The problem was that I accidentally broke the real-time indexing of files. So the files would get indexed when the system was restarted but not otherwise. Also, we index the basic information of all the files ( filename, mimetype, etc ), but the contents + metadata are only indexed of those files who we have indexers for. We currently do not have indexers for odt files. I'm still working on it. PDF files are supported, so they shouldn't be a problem. > > Anyway, better than a few days ago. Hopefully reliable (not that it should > not become better)! > > Had two reboots, but the pc has had lots of idle time before that it did not > appear use, judging from results. |