53 | 54 | ``` 55 | [Desktop Entry] 56 | Type=Application 57 | Name=Spotify (adblock) 58 | GenericName=Music Player 59 | Icon=spotify-client 60 | TryExec=spotify 61 | Exec=env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify %U 62 | Terminal=false 63 | MimeType=x-scheme-handler/spotify; 64 | Categories=Audio;Music;Player;AudioVideo; 65 | StartupWMClass=spotify 66 | ``` 67 |
68 |73 | 74 | ``` 75 | [Desktop Entry] 76 | Type=Application 77 | Name=Spotify (adblock) 78 | GenericName=Music Player 79 | Icon=com.spotify.Client 80 | Exec=flatpak run --file-forwarding --command=sh com.spotify.Client -c 'eval "$(sed s#LD_PRELOAD=#LD_PRELOAD=$HOME/.spotify-adblock/spotify-adblock.so:#g /app/bin/spotify)"' @@u %U @@ 81 | Terminal=false 82 | MimeType=x-scheme-handler/spotify; 83 | Categories=Audio;Music;Player;AudioVideo; 84 | StartupWMClass=spotify 85 | ``` 86 |
87 |