| Summary: | Tags feature broken? | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Gregor Mi <codestruct> |
| Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugseforuns, nate, samrog131 |
| Priority: | NOR | ||
| Version First Reported In: | 17.03.80 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gregor Mi
2017-07-27 12:59:44 UTC
Confirmed. Is the file search (balloo) enabled ? At here, with the: - Dolphin 17.08.0 - Baloo 5.37.0 The tags are shown if the file search is enabled -> https://imgur.com/ETfcW8E If the file search is disabled (no baloo index available ) the tags are not shown. You're right! I was mis-remembering. Works for me too with those versions. That'll teach me to screen bugs from memory... Gregor, please try a later version of Dolphin. Should work there. 17.08.0: confirmed that original bug report is now fixed.
Some related observations:
- Adding and viewing tags also works without having baloo enabled.
- Click on a tag searches other files with the same tag. When baloo is not enabled or has not completed the indexing, the result might be empty or incomplete. WISH: It would be nice if there was a hint that the File Indexer is not enabled or still running.
- The File Indexer Monitor seems to not work: $ kcmshell5 kcm_fileindexermonitor
```
org.kde.kcoreaddons: Error loading plugin "kcm_fileindexermonitor" "The shared library was not found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
```
Probably a distribution problem (openSUSE Tumbleweed).
|