Cursor theme not being applied in 4 edge cases

I followed this guide to resolve most issues I was having but there are 4 edge cases where my theme isn’t applying, all are drag to resize window cursors not showing up on the top, and right sides, and the top-right, and top-left corners of certain windows but not others.

The Adwaita cursors show on terminal, thunar, kde connect, Minecraft, filezilla, cubiomes, discord, obs, kdenlive, vlc, gimp, viewpoint, xcursor viewer, and kde connect sms even when I have my theme selected, but they won’t show the top corner cursors at all

The theme cursors show up properly on gedit and chromium

Using comprehensive preinstalled themes such as Adwaita, Breeze, Breeze Light, DMZ (Black), or elementary works as expected

Wondering if anyone has run into this and how to fix

neofetch

OS: Manjaro Linux
Host: TUF Gaming FX505GT_FX505GT 1.0
Kernel: 6.12.25-1-MANJARO
Uptime: 1 min
Packages: 1367 (pacman), 10 (flatpak), 9 (snap)
Shell: bash 5.2.37
Resolution: 1920x1080
DE: Xfce 4.20
WM: Xfwm4
WM Theme: Matcha-dark-sea
Theme: Matcha-dark-sea [GTK2]
Icons: Papirus-Maia [GTK2]
Terminal: xfce4-terminal
Terminal Font: Monospace 12
CPU: Intel i5-9300H (8) @ 4.100GHz
GPU: NVIDIA GeForce GTX 1650 Mobile / Max-Q
GPU: Intel CoffeeLake-H GT2 [UHD Graphics 630]
Memory: 916MiB / 7791MiB

Please provide system information as described (below) and also note the comments about *-fetch type apps.

Aside:- I understand that neofetch is no longer being maintained. In the official repositories is a similar app called fastfetch which is proving quite popular.

sudo pacman -S fastfetch

Regards.


Welcome to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit:


Update Announcements

The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.

System Information

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command with appropriate parameters will achieve this (naturally, formatted according to forum guidelines) and will generally be more useful for those wishing to help:

inxi --filter --verbosity=8

or the short form:

inxi -zv8

Be prepared to provide output from other commands whenever asked. It’s equally important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem.

Highly Recommended
Required Reading
Technical Resources

Thank you for the information! I am relatively new to Linux and was not aware that the inxi -zv8 command would be more useful.

when I used that command I got the output seen in the following pastebin.

You can try permanently setting the default cursor theme in /usr/share/icons/default/index.theme .

That was one of the steps in the guide that I tried, it got most of the cases where it wasn’t applying working, and adding ln -sr links to the appropriate files such that my custom theme matched breeze’s file structure got everything but these 4 edge cases working.