Created
December 1, 2021 17:31
-
-
Save jishanshaikh4/1d95eb0eb7d6e624d83ba28c4190ac1c to your computer and use it in GitHub Desktop.
Desktop application file for Spotify (Ubuntu)
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
[Desktop Entry] | |
Type=Application | |
Name=Spotify Pro | |
GenericName=Music Player | |
Icon=spotify-client | |
TryExec=spotify | |
Exec=env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify %U | |
Terminal=false | |
MimeType=x-scheme-handler/spotify; | |
Categories=Audio;Music;Player;AudioVideo; | |
StartupWMClass=spotify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment