Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vspedr/2f5254ec26ce7fb8c2f5938be874a244 to your computer and use it in GitHub Desktop.
Save vspedr/2f5254ec26ce7fb8c2f5938be874a244 to your computer and use it in GitHub Desktop.
Fix Spotify stuck in full screen (Ubuntu) installed from snap
Problem:
I experienced Spotify being stuck in full screen mode.
The title bar with minimize, maximize and close wasn't present and no keyboard shortcut I know about would exit full screen.
Solution
rm ~/snap/spotify/current/.config/spotify/prefs
Works both in 18.04.01 and 20.04.x
Source:
https://community.spotify.com/t5/Desktop-Linux/Full-screen-under-Ubuntu-18-04/m-p/4546981/highlight/true#M16717
(Even though this didn't fix the problem for the author, it worked for me)
@beunice
Copy link

beunice commented Sep 19, 2022

Fished around and found the apt package equivalent (Performed in Ubuntu 22.04.1 LTS) is

rm ~/.config/spotify/prefs

You may experience a crash or two as I did, this is just Spotify re-generating the prefs file, it should self-correct. Thanks for pointing out that prefs file!

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