Add make-xchat helper
This commit is contained in:
parent
b0f4fe3578
commit
801484e5ff
2 changed files with 46 additions and 0 deletions
16
helpers/DATA/xchat/35865_open_link_fix.patch
Normal file
16
helpers/DATA/xchat/35865_open_link_fix.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Description: Changes default browser from Opera (which is non-free) to Epiphany.
|
||||
Author: Marek Buras <cyfr0n@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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue