Created
December 5, 2009 22:46
-
-
Save robinsk/249893 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
gconftool-2 -t string -s /desktop/gnome/url-handlers/spotify/command "env WINEPREFIX=\"$HOME/.wine\" wine \"C:\Program Files\Spotify\spotify.exe\" /uri %s" | |
gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/needs_terminal false | |
gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/enabled true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment