Bug 406814 - Hide "Assign tags" feature when baloo is disabled
Summary: Hide "Assign tags" feature when baloo is disabled
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 19.04.0
Platform: Arch Linux Linux
: NOR task
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2019-04-23 15:03 UTC by Patrick Silva
Modified: 2019-05-03 01:44 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2019-04-23 15:03:57 UTC
SUMMARY
Dolphin hides both "Recently saved" and "Search for" sections of its places panel
when baloo is disabled because such sections depend on baloo.
However the same does not occur with "Assign tags" feature which also depends on baloo. It is still available in the context menu even when baloo is disabled.

STEPS TO REPRODUCE
1. run "balooctl disable" to disable baloo
2. open dolphin, right click on any file/folder
3. 

OBSERVED RESULT
"Assign tags" feature is still available in the context menu
and it does not work

EXPECTED RESULT
"Assign tags" feature is hidden

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.13.0 beta2
Comment 1 Stefan Brüns 2019-04-27 00:03:40 UTC
Tags are dependent on XAttrs, but baloo is only auxiliary. You can not search for tags (at least not very efficiently), but you can still add or remove tags.
Comment 2 Nate Graham 2019-05-03 01:44:31 UTC
The relevant features have now been made available when Baloo isn't active (in Frameworks 5.58 and Apps 19.08.0), so there's no longer a need for the original request to be implemented.