Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## Spotify scaling
  2.  
  3. When updating Spotify using a package manager (`apt` in this case), Spotify rewrites the `.desktop` file, removing scaling options.
  4.  
  5. ```bash
  6. sudo sed -i 's/Exec=spotify %U/Exec=spotify --force-device-scale-factor=2.1 %U/g' /usr/share/applications/spotify.desktop
  7. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement