-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with arRPC/vesktop #44
Comments
Vesktop works for me, can you provide more details? Logs from the bridge, what game, distro. |
-that discord integration box looks just like the one from ULTRAKILL so that’s what i’d assume as the game it’s from -i’m also having issues with vesktop and nothing appearing BUT since it’s the flatpak it might have to be worked around with that first and then try to use this(?) the issue is, i’ve spent a solid amount of yesterday trying to get both or either working but haven’t had any luck i’m on steamos and will gladly post logs if you can direct me to their directory |
there's also a way to setup vesktop for native rpc (it worked with one of the options listed on this repository i forgot which one), yes the games ultrakill and i'm also using steamos (deck version) |
ooo, wait, so you were able to get rpc working on the deck? if you don’t mind do you think you might be able to check and jog your memory to see if you remember which one it is? i tried the rpc bridge but wasn’t able to get it working. i was working on it for a couple hours and eventually asked a linux friend if they could help, so they remoted in and tried to help, but we still couldn’t get it working :( been tryin to get rpc working on the deck for over a year now, it seems so close yet so far away lol |
i tried rpc bridge and that seems to work for me |
|
WAIT THAT HAS TO BE NATIVE, bc i didnt install it on ultrakill. but then i wonder why rpc-bridge isnt working..? |
is the game crashing right after it launches with rpc bridge |
It seems like for Vencord inside Flatpak it could work to add this to the paths in source code without making the symlink they mention in readme? char *paths[] = {
"%s/discord-ipc-%d",
"%s/app/com.discordapp.Discord/discord-ipc-%d",
"%s/snap.discord-canary/discord-ipc-%d",
"%s/snap.discord/discord-ipc-%d",
+ "%s/.flatpak/dev.vencord.Vesktop/xdg-run/discord-ipc-%d"
}; Someone would have to test (while making sure to remove symlink first)... |
i'm pretty sure that would still be the same as doing the readme steps, i've already tried that method with the flatpak like this and it didn't work iirc |
oh wait i got that wrong nvm |
self explanatory
The text was updated successfully, but these errors were encountered: