Help Wizard

Step 1

NEXT STEP

Spotify Scaling Broken [4K] [Ubuntu]

Spotify Scaling Broken [4K] [Ubuntu]

Plan

Premium

Country

USA

 

Device

HP Spectre

Operating System

Ubuntu 18.04.2 LTS

 

My Question or Issue

I have a 4K laptop, and I cannot use Spotify. The UI is so horrendously small, its impossible for me to see anything. There should be automatic GUI scaling (or it should talk to the system to see the system default scaling). How do I fix this?

Screenshot from 2019-07-25 15-04-22.png
Reply
2 Replies

spotify --force-device-scale-factor=2

You can find some more threads on this if you search for "hidpi linux"

 

Two solutions:

 

i) startup using:

spotify --force-device-scale-factor=2.0

 

ii) Edit the following file:

/usr/share/applications/spotify.desktop

 

Replace:

Exec=spotify %U

 

With:

Exec=spotify --force-device-scale-factor=2.0 %U

 

Suggested posts