Bug 319642 - Filtered items list does not refresh if I remove files (from filtered items list)
Summary: Filtered items list does not refresh if I remove files (from filtered items l...
Status: RESOLVED DUPLICATE of bug 317971
Alias: None
Product: dolphin
Classification: Applications
Component: search (other bugs)
Version First Reported In: 2.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 22:02 UTC by Roland Pallai
Modified: 2013-05-12 08:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Pallai 2013-05-10 22:02:36 UTC
Filter bar settings: "Filename, From Here"

Message in .xsession-errors when I hit delete: dolphin(25123)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/dap/temp"
(The file path was /home/dap/temp/a1 and the search string is "a".)

Items are up-to-date if i close the filter bar, but the deleted file appears again if I typed the same search string into the reopened filter bar. They does not appear if I search for other parts of the removed file's name, as expected.

The Directory Watcher in Service manager's Load-on-Demand Services list is in Not running state even if I type into dolphin's filter bar. (I don't know if it's ok.)


Reproducible: Always

Steps to Reproduce:
1. touch "a"
2. ctrl+f in dolphin, type "a"
3. hit delete on file "a"
Actual Results:  
File "a" is still on filetered items list, but does not exists on file system.
Comment 1 Frank Reininghaus 2013-05-11 16:09:06 UTC
Thanks for the report. Your description sounds like the bug is actually related to searching, not for the filter bar (which you get by pressing Ctrl+I).

Is Nepomuk enabled or not? Sounds like bug 317971.
Comment 2 Roland Pallai 2013-05-11 16:40:43 UTC
My system settings:

Desktop Search/
 Enable Nepomuk Semantic Desktop ON
  details/
   File indexing service not running
   Indexed files: 0 files in index
 Enable Nepomuk File Indexer OFF
Service manager/
 Nepomuk Search Module OFF (not running)

"nepomuk" processes in ps:
 1857 /usr/bin/nepomukserver
 1859 /usr/bin/nepomukcontroller -session 1012a14e99d2000135913175100000028990008_1367966137_142867
 1861 /usr/bin/nepomukservicestub nepomukstorage
 6845 /usr/bin/nepomukservicestub nepomukfilewatch


Now I disabled Desktop Search/Enable Nepomuk Semantic Desktop but the problem still persist, but this time "KDirWatch" message does not appear in .xsession-errors.

"nepomuk" processes in ps now:
 1859 /usr/bin/nepomukcontroller -session 1012a14e99d2000135913175100000028990008_1367966137_142867

After a failed try I killed this nepomuk process with "kill", no success.

I also tried with enabled Service manager/Nepomuk Search Module (running), no success.
Comment 3 Frank Reininghaus 2013-05-12 08:45:06 UTC
Thanks for the update! It turns out that this is not a Nepomuk, but a Dolphin bug because it even happens if Nepomuk is disabled. This issue has been reported earlier, I'll mark it as a duplicate.

*** This bug has been marked as a duplicate of bug 317971 ***