VRCX icon indicating copy to clipboard operation
VRCX copied to clipboard

[Bug] Opening a VRCX link on the Linux Electron build opens a new instance of VRCX

Open AntiApple4life opened this issue 1 year ago • 1 comments

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

AntiApple4life avatar Apr 16 '25 20:04 AntiApple4life

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.

Myrkie avatar Apr 16 '25 21:04 Myrkie