GNOME Bugzilla – Bug 687409
0.4.4 Fails to run
Last modified: 2012-12-20 02:23:21 UTC
When I try to launch caribou, I get the following error: "Error starting Caribou Process /usr/lib/caribou/antler-keyboard exited with status 1" When I try to run /usr/lib/caribou/antler-keyboard, I get the following trackback: Traceback (most recent call last):
+ Trace 231123
self.window = AntlerWindowEntry(AntlerKeyboardView)
AntlerWindow.__init__(self, keyboard_view_factory, placement)
self.keyboard_view = keyboard_view_factory (settings.keyboard_type.value)
[GLib.get_user_data_dir()] + list(GLib.get_system_data_dirs()))
provider.load_from_path(fn)
return info.invoke(*args, **kwargs)
Reverting this commit solves the problem: http://git.gnome.org/browse/caribou/commit/data/antler/style.css?id=44cb54c723349097b9703ec439e4596b6c49d693 I'm using Arch Linux with the latest stable packages: - glib2 2.34.1 - gtk3 3.6.1 - gobject-introspection 1.34.1.1 - pygobject 3.4.1.1 - caribou 0.4.4
Created attachment 227871 [details] [review] Fix border-image slice values in antler's gtk CSS According to CSS spec, border-image slice values are not denoted with length units. -- Thanks, I was also experiencing the same issue and commented the corresponding line in my local tree. According to http://www.w3.org/TR/css3-background/#border-image-slice "<number> Numbers represent pixels in the image (if the image is a raster image) or vector coordinates (if the image is a vector image)."
Review of attachment 227871 [details] [review]: Looks good to me
Comment on attachment 227871 [details] [review] Fix border-image slice values in antler's gtk CSS Thanks for the review. Attachment 227871 [details] pushed as a8fb1d8 - Fix border-image slice values in antler's gtk CSS
Fixed in 0.4.4.2 and 0.4.5.