Hello,
Im developer of GitHub - AstralVixen/GeForce-Infinity: GeForce Infinity is a next-gen application designed to enhance the GeForce NOW experience. Originally created to address the lack of native GeForce NOW support on Linux, this app also provides functionality for macOS and Windows users. Our goal is to refine the user interface and offer custom features for an improved experience. we are on flathub: Install GeForce Infinity on Linux | Flathub
My issue is that if I run GeForce Infinity using Flatpak and Discord using flatpak then Discord Rich Presence is not working, but when I run GeForce Infinity and Discord from system repositories then it is working, I wonder why.
I would like to fix it, but I don’t know how.
These are our permissions in flatpak:
finish-args:
- --share=network
- --share=ipc
- --socket=x11
- --socket=pulseaudio
- --filesystem=xdg-run/discord-ipc-0
- --device=all
- --filesystem=/run/udev:ro
We have access to filesystem=xdg-run/discord-ipc-0, but it looks like flatpak version of Discord uses different filesystem.