Summary: | media-sound/spotify-1.0.64: No DBUS support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | gentoobugzilla |
Component: | Current packages | Assignee: | Matthew Thode ( prometheanfire ) <prometheanfire> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | gentoobugzilla |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
gentoobugzilla
2017-10-08 19:26:42 UTC
I just ran it in my install and it worked fine. these are the dbus packages I have installed [I] dev-libs/dbus-glib (0.108{xpak}@06/28/2017): D-Bus bindings for glib [I] dev-python/dbus-python (1.2.4{xpak}@06/28/2017): Python bindings for the D-Bus messagebus [I] dev-qt/qtdbus (5.7.1(5){xpak}@07/05/2017): Qt5 module for inter-process communication over the D-Bus protocol [I] dev-util/gdbus-codegen (2.50.3{xpak}@04/01/2017): GDBus code and documentation generator [I] sys-apps/dbus (1.10.18{xpak}@05/04/2017): A message bus system, a simple way for applications to talk to each other This is my list of dbus packages: [IP-] [ ] dev-libs/dbus-glib-0.108:0 [IP-] [ ] dev-python/dbus-python-1.2.4:0 [IP-] [ ] dev-qt/qtdbus-4.8.7:4 [IP-] [ ] dev-qt/qtdbus-5.9.2:5/5.9 [IP-] [ ] dev-util/gdbus-codegen-2.52.3:0 [IP-] [ ] sys-apps/dbus-1.10.24:0 When I start Spotify from the terminal I get the following messages: /opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify) /opt/spotify/spotify-client/spotify: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by /opt/spotify/spotify-client/spotify) /opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify) /opt/spotify/spotify-client/spotify: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by /opt/spotify/spotify-client/spotify) /proc/self/exe: /usr/lib64/libcurl.so.4: no version information available (required by /proc/self/exe) /proc/self/exe: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by /proc/self/exe) I have tried removing ~/.config/spotify, rebuilding dbus-python and dbus. I checked with dbus-monitor, but nothing shows up when I restart Spotify. I've got the same issue. Additionally to the usual library errors i also get the following error: (spotify:10450): GLib-GIO-CRITICAL **: g_dbus_connection_send_message: assertion 'G_IS_DBUS_CONNECTION (connection)' failed Normally I'm used to ignoring these GTK errors, but it might be related in this case. as part of my .xprofile I have this eval $(dbus-launch --auto-syntax) You could try running that in a shell before running spotify in the same shell to see if that works for you. I'm using awesomewm, which doesn't set stuff like that up automatically. Okay, after adding that line to my .xinitrc it started working. Apparently some previous version was starting automatically (or previous version of i3 was starting it). Thanks for your help and sorry for bugging you :) I'm going to close this as a wontfix as it's has to do with the user setup of their DE. |