GNOME Bugzilla – Bug 791096
Antler: transparent, unusable window
Last modified: 2021-05-25 17:46:04 UTC
Created attachment 364773 [details] screenshot caribou 0.4.21 Ubuntu 18.04 Alpha VirtualBox 5.2.2 GNOME 3.26 sudo apt install gnome-session-flashback caribou-antler libcaribou-gtk3-module Open Settings > Universal Access and turn on Screen Keyboard Restart and log into GNOME Flashback. After applying the patch from bug 791001, I tried using the Caribou on-screen keyboard in GNOME Flashback. I see the rectangle for Caribou but it is transparent and clicking parts of the rectangle doesn't do anything. I am using VirtualBox. I can duplicate this issue on Debian Testing too. Screenshot attached.
I experience the bug with both Metacity and Compiz.
I don't know why but if I insert a return in the init function of AnimatedWindowBase right before clutter initialization, it semi-works sudo vi /usr/lib/python3.6/site-packages/caribou/antler/window.py def __init__(self): GObject.GObject.__init__(self, type=Gtk.WindowType.POPUP) return Clutter.init(None) line 48
submitted PR https://gitlab.gnome.org/GNOME/caribou/merge_requests/1
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new enhancement request ticket at https://gitlab.gnome.org/GNOME/caribou/-/issues/ Thank you for your understanding and your help.