Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 628862

Summary: x11-libs/gtk+-3.22.17 (and 19) - gnome-terminal emits "Unable to load blank_cursor from the cursor theme" under wayland
Product: Gentoo Linux Reporter: Georgy Yakovlev <gyakovlev>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED UPSTREAM    
Severity: normal CC: jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugzilla.gnome.org/show_bug.cgi?id=775217
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch that fixes the cursor warning

Description Georgy Yakovlev archtester gentoo-dev 2017-08-24 22:19:52 UTC
Upstream bug describes it pretty good.
gnome-terminal emits "Unable to load blank_cursor from the cursor theme" every time mouse enters or exits gnome-terminal window.

Reproducible: Always

Steps to Reproduce:
1. Login into gnome session using wayland
2. Open gnome-terminal
3. Mouse-over the terminal, message gets into journal.
Actual Results:  
journal gets filled with similar entries
Aug 22 21:28:12 geo gnome-terminal-[1408]: Unable to load blank_cursor from the cursor theme
Aug 22 21:28:38 geo gnome-terminal-[1408]: Unable to load blank_cursor from the cursor theme
Aug 22 21:28:38 geo gnome-terminal-[1408]: Unable to load blank_cursor from the cursor theme


journalctl | grep blank_cursor | wc -l
4756


so almost 5000 lines after only 2 days of usage on a fresh system.

Expected Results:  
Nothing should be printed.

https://bugzilla.gnome.org/show_bug.cgi?id=775217
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1681910
https://bugzilla.redhat.com/show_bug.cgi?id=1417490
Comment 1 Georgy Yakovlev archtester gentoo-dev 2017-08-24 22:21:08 UTC
Created attachment 490504 [details, diff]
patch that fixes the cursor warning
Comment 2 Jonas Stein gentoo-dev 2017-08-25 20:00:41 UTC
thank you!
Comment 3 Georgy Yakovlev archtester gentoo-dev 2017-08-26 15:59:14 UTC
newly added x11-libs/gtk+-3.22.19 is still affected by the bug.
and the provided patch applies fine and works.
Comment 4 Georgy Yakovlev archtester gentoo-dev 2018-03-13 03:35:54 UTC
can't reproduce with gtk+-3.22.26, looks like it's fixed upstream.
so I'll close it.