How to have the same cursors on every window program?

on my laptop CLEVO L141AU 14inch magnesium running LEAP 15.5 KDE Argon
https://en.opensuse.org/SDB:Argon_and_Krypton
with these KDE repositries
https://en.opensuse.org/SDB:KDE_repositories#KDE_Frameworks_5.2C_Plasma_5_and_Applications
when I am on the title bar of signal (the messenger) desktop I have a big yellow cursor
signal different pointer-Screenshot_20240127_200006

when I am on the window of signal (the messenger) desktop I have a black and small cursor
different cursor-signal small-Screenshot_20240127_200036

when I am on telegram (the messenger) desktop I have a black big cursor
different cursor-telegram blackScreenshot_20240127_200315

when I am on other windows like dolphin or firefox or chome or chromium I have what I set in systemsettings, the yellow big cursor,
how can I have the same big yellow cursor on every window program?

I too have the same problem.
(Opensuse tumbleweed
DE : KDE Plasma
with breeze theme)

That means, Signal (however and from wherever you installed it as it is not available in any official openSUSE repo) does not follow the systemsettings rules.

hi and manythanks, yes also brave browser, I installed them from opensuse discover flatpack, isn’t it official?
is there a way to make that software to follow systemsettings rules?

It is a flatpak problem…

https://www.reddit.com/r/linux/comments/ihsyf7/if_you_have_problems_with_mouse_pointer_size_in/

You need to report this to the relevant flatpak devs for your affected applications…

is there any way to know which rules these programs follow so to gchange that cursor?

manythanks, how ca I to find what name I have to use for signal, telegram, brave istead of
com.spotify.Client?
to use in the commands
sudo flatpak override --env=XCURSOR_THEME=Adwaita com.spotify.Client
sudo flatpak override --env=XCURSOR_SIZE=72 com.spotify.Client

Signal:
org.signal.Signal

Telegram:
org.telegram.desktop

Brave:
com.brave.Browser

Can be found by searching for the app on flathub and hit the small triangle next to the download button…

I tried

pla@plaTW:~> sudo flatpak override --env=XCURSOR_THEME=Breeze org.signal.Signal
pla@plaTW:~> sudo flatpak override --env=XCURSOR_SIZE=48 org.signal.Signal

also for org.telegram.desktop and com.brave.Browser
logout and login
but it didn’t work, suggestions?