Chromium has different cursor theme

With the latest updates, the cursor theme changes when it’s hovering over chromium.Chromium seems to be the only application that’s affected.This is extremely annoying.Is there anything I can do about this or am I at the mercy of an update to fix this problem?

Now that you mention it, same in Chrome on Tumbleweed.
EDiT: But also for Firefox

Both are GTK applications, so try to change the GTK cursor theme in “Application Appearance”->GTK.

Right, I re-changed it to Breeze. Sure I’ve done so before. What would make it fall back to Adwaita ( which it does ) ?

Firefox actually uses the KDE cursor theme on my computer (as do other GTK applications) so those settings are not my problem.

Firefox uses GTK2 though in openSUSE (the upstream version that Mozilla offers uses GTK3 too) while Chromium uses GTK3.
You may have different settings for GTK2 and GTK3…

In 13.2, the mouse cursor settings are not included in kde-gtk-config yet (it it a very recent addition), so you have to modify the files directly.
The GTK3 settings are in ~/.config/gtk-3.0/settings.ini, the GTK2 ones in ~/.gtkrc-2.0.
Look for “gtk-cursor-theme-name=xxx”.

AFAIK if you remove the line it should use the desktop’s cursor settings.

No idea. Maybe if the configured cursor theme is not installed?
KDE should not change it automatically though, unless you use kde-gtk-config5 and click on OK or Apply.

Neither file contains the

gtk-cursor-theme-name=xxx

line so there’s nothing to delete.

I doubt chromium is using the KDE desktop settings otherwise it wouldn’t be using a different cursor theme.

Ok, then I have no idea why Firefox behaves differently in your case.
Maybe its just the difference between GTK2 and GTK3, and Knurpht did have the line in his gtkrc-2.0 too.

But try to add it to ~/.config/gtk-3.0/settings.ini to change the cursor in Chromium.

I doubt chromium is using the KDE desktop settings otherwise it wouldn’t be using a different cursor theme.

Chromium should not have to “use” the KDE desktop settings at all. It should get the mouse cursor “automatically”.
TBH, I don’t even see a point in GTK having its own cursor theme setting…

Chromium using a different cursor theme seems to be general problem though:
http://lists.opensuse.org/opensuse-factory/2016-10/msg00570.html

This seems to do the trick.

gtk-cursor-theme-name=Oxygen_White

I had to look up the correct name in ~/.kde4/share/config/kcminputrc because “oxygen” gave me KDE Classic. :question:

Using gtk applications under KDE used to be a lot worse so I can’t complain too much. What I hate about this is the mentality it reveals: making sure that gtk applications function properly under KDE is turned into KDE’s problem. A cursor theme should be a freedesktop.org setting and not specific to either desktop.

Thanks for the help!