Blob Blame History Raw
diff -up nicotine+-1.2.14/pynicotine/config.py.orig nicotine+-1.2.14/pynicotine/config.py
--- nicotine+-1.2.14/pynicotine/config.py.orig	2009-09-27 23:26:45.000000000 +0200
+++ nicotine+-1.2.14/pynicotine/config.py	2010-01-01 23:04:32.438167886 +0100
@@ -289,8 +289,8 @@ class Config:
 	"trayicon": 1, \
 	"soundenabled": 1, \
 	"soundtheme": "", \
-	"soundcommand": "play -q", \
-	"filemanager": "rox $", \
+	"soundcommand": "Gstreamer (gst-python)", \
+	"filemanager": "xdg-open $", \
 	"enabletrans": 0, \
 	"speechenabled": 0, \
 	"speechprivate": "%(user)s told you.. %(message)s", \
@@ -312,7 +312,7 @@ class Config:
 \
 "urls":{
 	"urlcatching":1, \
-	"protocols":{"http":"", "https":""}, \
+	"protocols":{"http":"xdg-open \"%s\"", "https":"xdg-open \"%s\""}, \
 	"humanizeurls":1, \
 	}, \
 \
@@ -328,7 +328,7 @@ class Config:
 	}, \
 \
 "players": { \
-	"default": "xmms -e $", \
+	"default": "xdg-open $", \
 	"npothercommand": "", \
 	"npplayer": "infopipe", \
 	"npformatlist": [], \