Karl Goetz wrote:
On Sun, 26 Sep 2010 22:24:07 +0200
Sam Geeraerts <[email protected]> wrote:

Some new proposed additions for the non-FSDG list:

* Audacious plugins: more specifically the PSF plugin. It contains
code released under the MAME license [1].

The debian bug doesn't give any idea how hard this will be to fix, so i
won't comment on the potential ease of fixing this or not.

From a quick look at the source I'd say (not tested):

rm -r src/psf/
sed 's/\(INPUT_PLUGINS=.*\) psf/\1/' configure.ac

* Xchat: has one URL handler by default, to open URLs with the Opera browser. Only visible in context menu if Opera is installed, but
always visible in the settings. Upstream bug report [2].

any idea if this will be something like the cia scripts, or something a
bit more in depth?

Just a one-liner for the version in gNewSense deltah (see attached patch).
--- orig/xchat-2.8.4/src/common/xchat.c	2010-09-26 11:21:12.000000000 +0200
+++ clean/xchat-2.8.4/src/common/xchat.c	2010-09-26 11:46:48.000000000 +0200
@@ -589,7 +589,7 @@
 
 #if 1
 static char defaultconf_urlhandlers[] =
-		"NAME Open Link in Opera\n"		"CMD !opera -remote 'openURL(%s)'\n\n";
+		""		"";
 #else
 #ifdef WIN32
 static char defaultconf_urlhandlers[] =

Reply via email to