VRCX
VRCX copied to clipboard
[Bug] Opening a VRCX link on the Linux Electron build opens a new instance of VRCX
Describe the bug When opening a link, instead of appearing in the current instance of VRCX, an new one is created with the link opened.
To Reproduce
- Open a VRCX link on the Linux build, for example vrcx://world/wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b
- Watch a new VRCX instance be created.
Expected behavior
The link should be opened in the current VRCX instance.
What version you are running
VRCX (Linux) 2025.03.01
This has already been brought up in the linux help channel in the VRCX discord, VRCX doesn't have an equivalent implementation of IPC to pass the arguments along to the running instance of VRCX. running idea was to use a Unix socket instead.