You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in this issue comment (flathub/com.discordapp.Discord#29 (comment)), some programs use the sock file located in /run/user/1000/, but Snap places it in another location (I don't know about Flatpak).
Snap creates a file called snap.<app-name> inside /run/user/1000/ with the files for the app (ex: snap.discord). So, maybe using the path /run/user/1000/snap.discord/discord-ipc-0 instead default may work.
I made a symbolic link /run/user/1000/snap.discord/discord-ipc-0 --> /run/user/1000/discord-ipc-0 and the extension worked normally .
Is it possible to fall back from the standard location to snap's location if it fails to connect? Or add an rpc.ipcPath to config?
The text was updated successfully, but these errors were encountered:
That's a well-known issue described by @iCrawl in his discord-vscode#troubleshooting. But maybe I encountered a workaround to this.
As described in this issue comment (flathub/com.discordapp.Discord#29 (comment)), some programs use the sock file located in
/run/user/1000/
, but Snap places it in another location (I don't know about Flatpak).Snap creates a file called
snap.<app-name>
inside/run/user/1000/
with the files for the app (ex:snap.discord
). So, maybe using the path/run/user/1000/snap.discord/discord-ipc-0
instead default may work.I made a symbolic link
/run/user/1000/snap.discord/discord-ipc-0 --> /run/user/1000/discord-ipc-0
and the extension worked normally .Is it possible to fall back from the standard location to snap's location if it fails to connect? Or add an
rpc.ipcPath
to config?The text was updated successfully, but these errors were encountered: