Skip to content

Instantly share code, notes, and snippets.

@robinsk
Created December 5, 2009 22:46
Show Gist options
  • Save robinsk/249893 to your computer and use it in GitHub Desktop.
Save robinsk/249893 to your computer and use it in GitHub Desktop.
#!/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