flathub / com.discordapp.Discord

https://flathub.org/apps/details/com.discordapp.Discord
128 stars 41 forks source link

Different cursor theme only on Discord #375

Closed Yoru-cyber closed 1 month ago

Yoru-cyber commented 8 months ago

I know this is a common problem on flatpak because of the sandbox and i already fixed it in all apps except Discord. I fixed globally by using: flatpak --user override --filesystem=/home/$USER/.icons/:ro flatpak --user override --filesystem=/usr/share/icons/:ro But on Discord this solution doesn't work and i can't imagine why. I have already tried: flatpak --user override com.discordapp.Discord --filesystem=/home/$USER/.icons/:ro And it hasn't worked either. My system: OS: openSUSE Tumbleweed 20240225 x86_64 DE: KDE Plasma 5.27.10 Kernel: 6.7.6-1-default Flatpak 1.15.6 com.discordapp.Discord 0.0.43 stable

samjong05 commented 2 months ago

remove XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

adpawr commented 2 months ago

I have configured cursor theme just for me, so adding this ENV worked: XCURSOR_PATH=/run/host/user-share/icons:/home/me/.icons:ro

Yoru-cyber commented 1 month ago

@samjong05 i did and now it works perfect, thank you!!