https://bugs.kde.org/show_bug.cgi?id=442839
Zesko <xichen.b...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #19 from Zesko <xichen.b...@gmail.com> --- (In reply to Zesko from comment #18) > I confirmed this issue: > > The mouse cursor turns into black "Adwaita theme" in any GTK app (for > example: snapper-gui, pamac-manager) when using root permission in Wayland > or XWayland. > > Try to run "kdesu snapper-gui" to show wrong cursor theme. > > It works fine without using root permission, but it does not work with root > permission. > > This is for Wayland, but X11 has no issue. I solved my issue: 1. Check what is the cursor-theme for GTK with root permission: $ sudo gsettings get org.gnome.desktop.interface cursor-theme" The output is "Adwaita" 2. See the list of cursor-themes: $ find /usr/share/icons -type d -name "cursors" You can select any cursor-theme from this list. 3. You can change "Adwaita" to your cursor-theme e.g: "Breeze_Snow" $ sudo dbus-launch gsettings set org.gnome.desktop.interface cursor-theme Breeze_Snow 4. Reboot, that works for me. -- You are receiving this mail because: You are watching all bug changes.