Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Windows 8.1 Association for irc:// urls unavailable #1277

Open
skovacs1 opened this issue Jan 23, 2015 · 6 comments
Open

Windows 8.1 Association for irc:// urls unavailable #1277

skovacs1 opened this issue Jan 23, 2015 · 6 comments
Labels

Comments

@skovacs1
Copy link

Not sure where to put this issue so please direct me in getting this where it belongs in order to see the light of day.

Simply put, Hexchat does not present itself to Windows as an option for association with the irc:// url protocol. Per this answer, the necessary registry keys would be something like:

HKLM\SOFTWARE\Classes
    Hexchat //this is the ProgID, subkeys are its properties
        (Default) = URL:IRC Protocol //name of any type passed to this
        DefaultIcon
            (Default) = %ProgramFiles%\HexChat\hexchat.exe,0 //for example
        shell
            open
                command
                    (Default) = %ProgramFiles%\HexChat\hexchat.exe --url="%1" //for example

and

HKLM\SOFTWARE\
    Hexchat //or wherever appropriate to define capabilities
        Capabilities
            (ApplicationDescription) = Hexchat is an IRC client //for example
            (ApplicationIcon) = %ProgramFiles%\HexChat\hexchat.exe,0 //other apps list this here too
            (ApplicationName) = Hexchat //for example
            URLAssociations
                (irc) = Hexchat //ProgID from above

and

HKLM\SOFTWARE
    RegisteredApplications
        (Hexchat) = HKLM\SOFTWARE\Hexchat\Capabilities //Where capabilities were defined

I noticed that hexchat registers the appropriate keys under HKLM\SOFTWARE\Classes\irc and I just set up the remaining keys using that as the ProgID described above. Doing this has it behaving as desired and being an available option under the protocol association for the IRC protocol in Windows 8.1.

@wolfy1339
Copy link

This issue is present on Windows 10

@ash663
Copy link

ash663 commented Aug 16, 2017

Is the issue still persistent? I have the problem on the beta version of Hexchat

@learn-more
Copy link
Contributor

@ash663 is the issue still open?
Did you encounter it?

@ash663
Copy link

ash663 commented Aug 25, 2017

Yes! I'm facing this issue on Windows 10 Creators Update.

@hexchat hexchat deleted a comment from Dlay2017 Sep 3, 2017
@hexchat hexchat deleted a comment from s7jones Nov 15, 2017
@jeroenev
Copy link

jeroenev commented Jun 8, 2019

still facing this issue on win10 :(

@hexchat hexchat deleted a comment from Asimov500 Dec 17, 2019
@vhns
Copy link

vhns commented Oct 26, 2022

Same issue on Windows 10.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

7 participants