regolith-linux / regolith-desktop

Meta package for the Regolith Desktop Environment
1.48k stars 31 forks source link

Two different cursors depending on window #715

Closed p3k closed 1 year ago

p3k commented 1 year ago

Describe the bug I see two different styles of cursors (pointer) depending on which window the mouse is hovering.

To Reproduce

  1. gsettings set org.gnome.desktop.interface cursor-theme Yaru-dark
  2. Hover over Firefox window → Yaru-dark cursor
  3. Hover over Nautilus window → other cursor

Expected behavior I should see the same cursor from the Yaru-dark theme, no matter which window is hovered.

Screenshots image

image

Configuration file(s) In ~/.config/regolith2/Xresources:

Xcursor.theme: Yaru-dark

Installation Details

kgilmer commented 1 year ago

I am unable to reproduce this on my pc. I do not have Yaru icons available (debian testing) but tried Faba and Papirus-Dark and did not detect any cursor difference between firefox and nautilus. My firefox is installed via deb, I wonder if you have a snap version installed? As I recall users have to do something for snap apps to integrate with local gtk settings..

tomasfrtala commented 1 year ago

Try adding to your ~/.config/regolith2/Xresources this line:

Xcursor.theme: Yaru

It helped me with a consistent cursor theme across applications. Ubuntu 22.04, Regolith 2.2

p3k commented 1 year ago

thanks @tomasfrtala, this works for me, too :)