Bug 1889505

Summary: nautilus depends on tracker3 & tracker3-miners
Product: [Fedora] Fedora Reporter: Marius Andreiana <marius.andreiana>
Component: nautilusAssignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: caillon+fedoraproject, cosimo.cecchi, gnome-sig, john.j5live, klember, mclasen, philip.wyett, rhughes, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-21 09:13:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marius Andreiana 2020-10-19 19:33:49 UTC
Description of problem:

Remove trackers from system to improve performace.

dnf remove tracker3
will remove nautilus too


Expected results:
nautilus shouldn't depend on trackers, so one can remove those

Comment 1 Kalev Lember 2020-10-21 09:13:38 UTC
The deps are necessary because otherwise nautilus doesn't start:

$ sudo rpm -e tracker3-miners --nodeps
$ nautilus

(org.gnome.Nautilus:1651298): GLib-GIO-ERROR **: 11:08:07.341: Settings schema 'org.freedesktop.Tracker3.Miner.Files' is not installed
Trace/breakpoint trap (core dumped)


I'd be happy to change the Requires to Recommends in the future if anything changes (if nautilus actually works without tracker3-miners installed). If you want this to happen, I'd suggest working with upstream getting this changed.

Let's close this ticket for now as the packaging is correct here (but feel free to file a new one or reopen this if anything changes upstream and nautilus actually works without tracker miners installed).