-
-
Save vspedr/2f5254ec26ce7fb8c2f5938be874a244 to your computer and use it in GitHub Desktop.
Fix Spotify stuck in full screen (Ubuntu) installed from snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!