Skip to content

Instantly share code, notes, and snippets.

@aequabit
Last active December 17, 2021 10:46
Show Gist options
  • Save aequabit/8453bce09e708b3a8c8f371aaad95ce4 to your computer and use it in GitHub Desktop.
Save aequabit/8453bce09e708b3a8c8f371aaad95ce4 to your computer and use it in GitHub Desktop.
Desktop Setup

Spotify

Fix "This song is not available, if you have the file on your computer you can import it"

https://medium.com/@felladrin/solving-spotify-problem-this-song-is-not-available-if-you-have-the-file-on-your-computer-you-can-889e1c5ae7ca

sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavcodec.so.54.71.100 -O /usr/lib/x86_64-linux-gnu/libavcodec.so.54 && sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavformat.so.54.36.100 -O /usr/lib/x86_64-linux-gnu/libavformat.so.54 && sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavutil.so.52.6.100 -O /usr/lib/x86_64-linux-gnu/libavutil.so.52 && sudo ldconfig

Fix muting in GNOME

Comment out load-module module-role-cork in /etc/pulse/default.pa

Fix audio spiking

Set flat-volumes = no in /etc/pulse/daemon.conf and restart the system

SteelSeries Rival Drivers

https://github.com/flozz/rivalcfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment