Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628862 - x11-libs/gtk+-3.22.17 (and 19) - gnome-terminal emits "Unable to load blank_cursor from the cursor theme" under wayland
Summary: x11-libs/gtk+-3.22.17 (and 19) - gnome-terminal emits "Unable to load blank_c...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-08-24 22:19 UTC by Georgy Yakovlev
Modified: 2018-03-13 03:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch that fixes the cursor warning (disable-blank-cursor-warning.patch,1.69 KB, patch)
2017-08-24 22:21 UTC, Georgy Yakovlev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.