
Note: If you're using the Flatpak version of Spotify or Spotify Launcher rather than Spotify directly, this article might not fully solve your problem. Hit me up on my Discord server for assistance, as I haven't had time to update this article for those situations yet.
This is going to be a super short article because this is a really easy fix! I've been using Arch Linux with Gnome and recently noticed an annoying blue titlebar on Spotify that doesn't match the default Gnome design. I'm using the spotify Arch Linux package. Based on my research, this has to do with the Chromium Embed Framework's design, along with Gnome famously not supporting Server-Side Decorations in apps.
Before
Fix
- Close Spotify.
- Open a bash terminal. Run:
nano ~/.config/spotify-flags.conf
- An interactive editor should appear. Paste this content (press
CTRL + Shift + V):
--ozone-platform=x11
--disable-features=UseOzonePlatform
- Save the file (press
CTRL + O, thenEnter, thenCTRL + X). - Reopen Spotify.
After
Not working for you? Hit me up on my Discord server!
United States
NORTH AMERICA
Related News
What Does "Building in Public" Actually Mean in 2026?
20h ago
The Agentic Headless Backend: What Vibe Coders Still Need After the UI Is Done
20h ago
Why Iβm Still Learning to Code Even With AI
22h ago
I gave Claude a persistent memory for $0/month using Cloudflare
1d ago
NYT: 'Meta's Embrace of AI Is Making Its Employees Miserable'
1d ago

