| Summary: | media-sound/spotify-1.1.72 (r1/r2): app doesn't display on launch | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Henhawke <chris> |
| Component: | Current packages | Assignee: | Matthew Thode ( prometheanfire ) <prometheanfire> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | jstein, kfm |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Chris Henhawke
2022-01-16 04:46:26 UTC
Thank you for the report. We need to have all information at hand. This includes * the complete build.log as attachment and * paste the emerge info as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket Start spotify from the command line and check, if you get messages on SDTDERR. I get no errors. I'm sorry that I haven't provided much information, there was none to give. Not sure how a build log is relevant, this isn't a compilation error. I guess someone else can file a bug if this affects more people. The offending script is third-party [1]. Consider installing 1.1.72-r2 and replacing line #7 of /usr/bin/spotify with the following: python -m trace -t /usr/bin/spotify-dbus.py "$@" >"$HOME/spotify-dbus-trace.txt" 2>&1 Doing so should write out an execution trace that may help to determine why it isn't behaving as expected. [1] https://github.com/mrpdaemon/gnome-integration-spotify/blob/master/spotify-dbus.py |