Hexchat: Windows 8.1 Association for irc:// urls unavailable

Created on 23 Jan 2015  ·  5Comments  ·  Source: hexchat/hexchat

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 HKLMSOFTWAREClassesirc 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.

win32

Most helpful comment

still facing this issue on win10 :(

All 5 comments

This issue is present on Windows 10

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

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

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

still facing this issue on win10 :(

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blasphemy picture blasphemy  ·  13Comments

Krahazik picture Krahazik  ·  6Comments

invidian picture invidian  ·  14Comments

flotwig picture flotwig  ·  5Comments

AlannahDaw picture AlannahDaw  ·  7Comments