Bug 2150495
Summary: | 3.24.35 breaks mouse pointer: Unable to load left_ptr from the cursor theme | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Pitt <mpitt> |
Component: | gtk3 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 37 | CC: | gnome-sig, mclasen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-12-03 12:52:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Martin Pitt
2022-12-03 12:45:45 UTC
Then again, when I run `HOME=/tmp/x firefox` or `HOME=/tmp/x simple-term` (with a nonexisting /tmp/x/) it works. So this does smell like some local config issue. My current settings (which I've been dragging around for many many years, I even still see some Ubuntu config there..) $ dconf dump /org/gnome/desktop/interface/ [/] cursor-size=24 cursor-theme='DMZ-White' enable-animations=true gtk-im-module='gtk-im-context-simple' gtk-theme='Radiance' icon-theme='ubuntu-mono-light' scaling-factor=uint32 1 text-scaling-factor=1.0 toolkit-accessibility=false And indeed a `dconf reset -f /org/gnome/desktop/interface/` seems to fix things. Seems like the "DMZ-White" theme was dropped, or something like that? Anyway, this is probably too obscure at this point, so closing. Sorry for the noise! |