Bug 1062907
| Summary: | Gnome Music fails to start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Grey Nicholson <fedora> |
| Component: | gnome-music | Assignee: | Mathieu Bridon <bochecha> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | bochecha, vrutkovs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-music-3.10.4-1.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-11 12:49:00 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: | |||
gnome-music-3.10.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gnome-music-3.10.4-1.fc20 gnome-music-3.10.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Music fails to start. Version-Release number of selected component (if applicable): gnome-music-3.10.1-1.fc20.i686 1:dbus-1.6.12-8.fc20.i686 python-2.7.5-9.fc20.i686 tracker-0.16.4-2.fc20.i686 How reproducible: Every time. Steps to Reproduce: 1. Install Music using Software. 2. Open Music from the Activities overview. 3. Open Terminal and run `gnome-music`. Actual results: Music fails to start. Terminal says: $ gnome-music Traceback (most recent call last): File "/usr/bin/gnome-music", line 32, in <module> from gnomemusic.application import Application File "/usr/lib/python3.3/site-packages/gnomemusic/application.py", line 36, in <module> from gnomemusic.window import Window File "/usr/lib/python3.3/site-packages/gnomemusic/window.py", line 39, in <module> import gnomemusic.view as Views File "/usr/lib/python3.3/site-packages/gnomemusic/view.py", line 45, in <module> import gnomemusic.widgets as Widgets File "/usr/lib/python3.3/site-packages/gnomemusic/widgets.py", line 43, in <module> tracker = Tracker.SparqlConnection.get(None) gi._glib.GError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Expected results: Music should start.