Solved QT6 is not finding/ignoring my mouse theme

The QT6 interface of the dolphin-emu program is ignoring my Breeze-Hacked-Red cursor theme.
I did not install it officially through fresh ports nor did I build it through ports.
Instead I have downloaded an archive, uncompressed it, and put the directory locally into ~/.local/share/icons.
I installed qt6ct and could change font, background-color, etc, but under the "Icon Theme" tab I only found Adwaita as a cursor theme to enable.

I tried to put the directory system wide into /usr/local/share/icons, where Adwaita is, but the cursor theme still did not get recognized.
Are there any ideas or solutions how to make qt6ct recognize my cursor theme?
 
I solved this problem right now by renaming Breeze-Hacked-Red into default, and setting two variables before starting dolphin-emu.
XCURSOR_PATH=$HOME/.local/share/icons
XCURSOR_THEME=default

If someone have a similar problem, hopefully this answer helps.
 
Back
Top