Bug 1352244
Summary: | aisleriot can't find all icons in theme under wayland but fine under gtk | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Trever Adams <trever> | ||||||
Component: | aisleriot | Assignee: | Matthias Clasen <mclasen> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 24 | CC: | lsatenstein, mclasen, rstrode | ||||||
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: | 2017-05-09 02:13:48 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: | |||||||||
Attachments: |
|
Description
Trever Adams
2016-07-02 23:01:24 UTC
It appears it is loading hand1 and grabbing instead. The problem is, in Wayland setups these are not displayed. Created attachment 1175444 [details]
Don't try non-existant names
gdk_cursor_new_from_name is now preferred over gdk_cursor_new_for_display.
It appears that gdk_cursor_new_from name breaks if the name is not found when used under Wayland, so reorder things.
Created attachment 1175445 [details]
Better patch in that it also fixes the can drop icon
https://bugzilla.gnome.org/show_bug.cgi?id=773077 should fix part of this problem. The rest are nice to have, but not critical to the functioning of the app. I've pushed the 2nd path in the upstream git. Thank you! Month 7 t'il now, and so far, it has not made it into the fixes for Fedora 25. Please investigate why this bug has not made it to Fedora 25 release version Updates have corrected the session Thank you Please close It has been fixed. |