Bug#691477: (no subject)

2013-01-29 Thread Marek Buras
On Tue, Jan 29, 2013 at 10:30:31AM +0100, Sebastian Ramacher wrote:
 
 Please use x-www-browser instead and respect the default browser. This
 would allow the user to open an URL even if epiphany is not installed
 but another webbrowser is.

Seems to be the most logical choice. I've attached updated version of the
patch. Thank you for this suggestion.

-- 
Marek Buras
cyfr0n (at) go2.pl
Description: Changes default browser from Opera (which is non-free) to Epiphany.
Author: Marek Buras cyf...@go2.pl
Origin: vendor
Forwarded: no
Last-Update: 2013-01-29
--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -604,7 +604,7 @@
 	NAME WII\n			CMD quote WHOIS %2 %2\n\n;
 
 static char defaultconf_urlhandlers[] =
-		NAME Open Link in Opera\n		CMD !opera -remote 'openURL(%s)'\n\n;
+		NAME Open Link in the default browser\n	CMD !x-www-browser '%s'\n\n;
 
 #ifdef USE_SIGACTION
 /* Close and open log files on SIGUSR1. Usefull for log rotating */


Bug#691477: (no subject)

2013-01-28 Thread Marek Buras
You are right. It wasn't the best idea to use Iceweasel ;)
I updated the patch, so now xchat will use Epiphany instead.
Sorry for the confusion.

-- 
Marek Buras
cyfr0n (at) go2.pl
Description: Changes default browser from Opera (which is non-free) to Epiphany.
Author: Marek Buras cyf...@go2.pl
Origin: vendor
Forwarded: no
Last-Update: 2013-01-29
--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -604,7 +604,7 @@
 	NAME WII\n			CMD quote WHOIS %2 %2\n\n;
 
 static char defaultconf_urlhandlers[] =
-		NAME Open Link in Opera\n		CMD !opera -remote 'openURL(%s)'\n\n;
+		NAME Open Link in Epiphany\n		CMD !epiphany '%s'\n\n;
 
 #ifdef USE_SIGACTION
 /* Close and open log files on SIGUSR1. Usefull for log rotating */


Bug#691477: Patch for #691477

2012-12-06 Thread Marek Buras
Hi there!

Here is very simple patch that solved this issue in gNewSense GNU/Linux
(Parkes). It suggests Iceweasel instead of Opera as optional URL handler.

--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -604,7 +604,7 @@
NAME WII\nCMD quote WHOIS %2 %2\n\n;
 
 static char defaultconf_urlhandlers[] =
-   NAME Open Link in Opera\n CMD !opera -remote 
'openURL(%s)'\n\n;
+   NAME Open Link in Iceweasel\n CMD !iceweasel 
'%s'\n\n;
 
 #ifdef USE_SIGACTION
 /* Close and open log files on SIGUSR1. Usefull for log rotating */

-- 
Marek Buras
cyfr0n (at) go2.pl


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org