Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 4531  / 2 Years ago, mon, october 31, 2022, 11:39:48

I want to open channels in servers specified in irc:// links in XChat, but directly pointing to XChat binary (in Firefox) did not work - the window to choose servers appears as usual. I don't know how to associate irc:// links with XChat in Chromium.


More From » firefox

 Answers
5

One possible solution is to make a little script to open the irc chanel in an existing xchat, and pass that to Firefox.



For example - make a file in /usr/bin called xchat-firefox and put in it:



#!/bin/bash
xchat --existing --url=$@


Add executable permission to the script:



sudo chmod +x xchat-firefox


Now using the menu option Edit-Preferences-Applications Tab in Firefox select "xchat-firefox" for the "irc" content-type.



source 1 & source 2


[#43988] Wednesday, November 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
measord

Total Points: 259
Total Questions: 131
Total Answers: 106

Location: Venezuela
Member since Sun, Oct 2, 2022
2 Years ago
measord questions
Wed, Jul 14, 21, 21:39, 3 Years ago
Mon, May 16, 22, 21:12, 2 Years ago
Mon, Oct 11, 21, 03:11, 3 Years ago
Sun, Apr 17, 22, 21:22, 2 Years ago
;