GNOME Bugzilla – Bug 791001
caribou-antler fails to start in GNOME Flashback, not a number
Last modified: 2017-12-01 17:33:11 UTC
caribou 0.4.21 GNOME 3.26 Debian Testing (and Ubuntu 18.04 Alpha) sudo apt install caribou-antler libcaribou-gtk3-module gnome-session-flashback Open Settings > Universal Access and turn on the Screen Keyboard Restart and log into GNOME Flashback. The onscreen keyboard fails to start. journalctl shows this error: Traceback (most recent call last):
+ Trace 238202
"__main__", mod_spec)
exec(code, run_globals)
command(args).run()
self.window = AntlerWindowEntry(AntlerKeyboardView)
AntlerWindow.__init__(self, keyboard_view_factory, placement)
self.keyboard_view = keyboard_view_factory (keyboard_type=settings.keyboard_type.value)
[GLib.get_user_data_dir()] + list(GLib.get_system_data_dirs()))
provider.load_from_path(fn)
While you are at it, would you mind providing a patch to style.css?
Created attachment 364774 [details] [review] style.css: Fix failure to start in GNOME Flashback The order for 'font' properties matters https://developer.gnome.org/gtk3/stable/chap-css-properties.html This patch fixes the failure to start, but Caribou was still unusuable so I filed bug 791096 for that.
Review of attachment 364774 [details] [review]: Thanks!
Attachment 364774 [details] pushed as 13df8b9 - style.css: Fix failure to start in GNOME Flashback