Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-music gnome-music
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 105
    • Issues 105
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnome-musicgnome-music
  • Merge requests
  • !335

display an empty view when Tracker cannot be found

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jean Felder requested to merge wip/jfelder/tracker-not-found-view into master Jan 31, 2019
  • Overview 15
  • Commits 2
  • Pipelines 10
  • Changes 7

tracker_not_found

I do not get the same tracker error if I run Music from source or from flatkpak:

from sources, Tracker.SparqlConnection.get(None) in tracker.py raises an Exception

Running from source tree, using local files.
11:18:52 ERROR	Cannot connect to tracker, error tracker_sparql_error-quark: Failed to load SPARQL backend: Unable to find default domain ontology rule /usr/share/tracker/domain-ontologies/default.rule (6)

from flatpak, Tracker.SparqlConnection.get(None) succeeds, but all query fail:

11:24:36 WARNING	Error: <class 'gi.repository.GLib.GError'>, g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Tracker1 was not provided by any .service files (2)
Edited Feb 08, 2019 by Jean Felder
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/jfelder/tracker-not-found-view