flathub/com.viber.Viber

Strange cursor with the latest flatpak version

Opened this issue · 5 comments

Hello,
I have a strange cursor with the latest update. The package was updated to solve this issue:
#84
After I updated it installs fine but it's with a strange cursor which don't respect my Oxygen White theme. I tried to change the theme but the cursor in Viber is always the same and it's different in the body and in the stickers area:
Screenshot_20240221_121146
Screenshot_20240221_121130

My Oxygen White theme looks like this:
Screenshot_20240221_121519

I'm with KDE Plasma 5 and Arch Linux. There's no such problem with the Appimage or AUR version.

I found flatpak/flatpak#709 which might help you. As I don't use KDE it's up to you to figure it out - if you do and open a PR for it I'll happily review it.

Thanks!
I'm not a developer so I can't figure it out but it's strange it was ok until now.

The claim the problem is fixed:
flatpak/flatpak#3247
I tried different solution given like:
flatpak --user override --filesystem=/home/$USER/.icons/:ro flatpak --user override --filesystem=/usr/share/icons/:ro

But it doesn't help.
I have other flatpak packages but this problem is only with the Viber flatpak.

flatpak override --user --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons
Helped :)

flatpak override --user --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons Helped :)

Thanks, that worked!