SecUpwN / Spotify-AdKiller

Your Party with Spotify - without ads!
https://github.com/SecUpwN/Spotify-AdKiller
GNU General Public License v3.0
836 stars 83 forks source link

Parallel original spotify.desktop to enable device scaling #68

Closed nivekuil closed 8 years ago

nivekuil commented 8 years ago

My original spotify.desktop looked like this:

[Desktop Entry]
Name=Spotify
GenericName=Music Player
Comment=Spotify streaming music client
Icon=spotify-client
Exec=spotify --force-device-scale-factor=1.000001 %U
TryExec=spotify
Terminal=false
Type=Application
Categories=Audio;Music;Player;AudioVideo;
MimeType=x-scheme-handler/spotify;

However, appending --force-device-scale-factor to Exec=spotify-wrapper.sh did not have any effect. This change fixes that and also documents how to change the display scaling, which is necessary on high DPI displays.

OlegSmelov commented 8 years ago

👍