gnome-terminal constantly logs "Unable to load blank_cursor from the cursor theme" under gnome/wayland
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTK+ |
Fix Released
|
Medium
|
|||
gtk+3.0 (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Artful |
Fix Released
|
Low
|
Unassigned |
Bug Description
Impact
======
The systemd journal gets full of useless messages about "Unable to load blank_cursor from the cursor theme" when using GNOME Terminal in Wayland on Ubuntu 17.10. Ubuntu 17.10 uses Wayland by default when the hardware supports it.
Test Case
=========
1.Install the gtk3 updates to Ubuntu 17.10.
2. Log out then log into "Ubuntu" or "GNOME" on a computer that supports Wayland.
3. Open the default terminal app.
4. Verify that you are running Wayland by running this command. If there is output, you are running Wayland.
env | grep -i wayland
5. Run this command to check for the useless messages from gnome-terminal:
journalctl -f
Regression Potential
===================
This fix is part of the gtk3 3.22.25 update (LP: #1728421) and seems unlikely to cause problems.
https:/
Original Bug Report
===================
Under GNOME/Wayland, regardless of cursor theme (I'm using 'DMZ-White', but confirmed with 'Adwaita'), whenever the terminal obtains focus and the user starts entering input, gnome-terminal will generate two log entries:
Apr 11 13:39:22 localhost gnome-terminal-
Apr 11 13:39:22 localhost gnome-terminal-
This seems to be:
https:/
and related to:
https:/
(though in Ubuntu 17.04 the log doesn't contain 'gdkcursor-
Related branches
Changed in gnome-terminal: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
tags: | added: wayland |
Changed in gnome-terminal: | |
status: | Confirmed → Fix Released |
Changed in gtk+3.0 (Ubuntu): | |
importance: | Undecided → Low |
status: | Triaged → Fix Committed |
Changed in gtk+3.0 (Ubuntu Artful): | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: patch |
description: | updated |
Changed in gtk+3.0 (Ubuntu Artful): | |
status: | Triaged → In Progress |
This bug is *super* annoying. Here is a workaround to make rsyslog discard this messages:
Create /etc/rsyslog. d/49-lp1681910. conf with: "Unable to load blank_cursor from the cursor theme" ~
# workaround LP: #1681910
:msg,contains,
& stop
Restart rsyslog: sudo service rsyslog restart