atatdotdot
atatdotdot
This might not be your problem, but whenever I've had a problem with media keys not working in Spotify on Ubuntu, I've tracked it down to Google Chrome eating the...
The issue is either with netstat or with sed. I believe sed is a bit variable between between systems. Can you paste the whole output of `netstat -lptn` and I'll...
Try this instead; should work on both Linux and Mac OS: `lsof -iTCP@localhost -sTCP:LISTEN |sed -n -e 's/^spotify.*localhost:\([[:digit:]]\+\)\s.*$/\1/p'`