https://bugzilla.redhat.com/show_bug.cgi?id=2149834
--- Comment #14 from Benson Muite benson_muite@emailplus.org --- See https://github.com/louis77/tuner/blob/master/src/Widgets/Window.vala#L33 Perhaps use a patch or sed to change: { ACTION_DISABLE_TRACKING, on_action_disable_tracking, null, "false" } to { ACTION_DISABLE_TRACKING, on_action_disable_tracking, null, "true" }
It seems to affect: https://github.com/louis77/tuner/blob/master/src/Controllers/DirectoryContro...