Solved LXQT ignore cursor theme.

I moved from XFCE to LXQT to try new thing out.
For some reason LXQT don't respect any cursor theme I try.
I tried some things with the LXQT community before come here.

What I did so far:
Code:
beastie@BattleStar-Lat54 --> ~
Ψ cat /usr/local/share/icons/default/index.theme                                                                           < 1:29 >  < 11,724-11-05 >  < 0 >
[Icon Theme]
Name=Default
Comment=Default cursor theme
Inherits=redglass
Size=32
beastie@BattleStar-Lat54 --> ~
Ψ cat .icons/default/index.theme                                                                                           < 1:29 >  < 11,724-11-05 >  < 0 >
[Icon Theme]
Name=Default
Comment=Default cursor theme
Inherits=redglass
Size=32
beastie@BattleStar-Lat54 --> ~
Ψ grep cursor .Xdefaults                                                                                                   < 1:29 >  < 11,724-11-05 >  < 0 >
URxvt.cursorBlink: true
xterm*cursorBlink: false
xterm*cursorColor: red
Xmessage*Text.?.cursorColor:            rgb:d/5/5
Xcursor.theme: redglass
Xcursor.size: 32
beastie@BattleStar-Lat54 --> ~
Ψ cat .gtkrc-2.0                                                                                                           < 1:29 >  < 11,724-11-05 >  < 0 >

# Created by lxqt-config-appearance (DO NOT EDIT!)
gtk-theme-name = "Flat-Remix-GTK-Red-Darkest"
gtk-icon-theme-name = "candy-icons-master"
gtk-font-name = "Hack Nerd Font 11"
gtk-button-images = 1
gtk-menu-images = 1
gtk-toolbar-style = GTK_TOOLBAR_BOTH
gtk-cursor-theme-name = redglass
gtk-cursor-theme-size = 32
beastie@BattleStar-Lat54 --> ~
Ψ grep cursor /usr/local/etc/X11/xdm/Xresources                                                                            < 1:30 >  < 11,724-11-05 >  < 0 >
Xcursor.theme: redglass
In the desktop:
1730766962556.png

It is like this in every QT app, OpenBox Config app and telegram. Basically it only works in GTK apps and Firefox.

In Firefox:
1730767097628.png


What else can I do? (I'm even whiling to compile FBSD with the redglass as the only option if I need to).
 
Last edited:
Back
Top