GNOME Bugzilla – Bug 682864
region: Don't use IBus if running in fallback mode
Last modified: 2012-08-28 13:06:24 UTC
Patches attached.
Created attachment 222618 [details] [review] region: Use a filter model on input sources This allows us to hide some entries which for whatever reason we can't display without removing them from gsettings. This reverts commit 54835c8f4486309c1517a7f71735fbdd7e098c5f. This reverts commit 953cc81b0f07c0e5f4e1f34a139efafe6d61fea1. This reverts commit ab0594239c5e43b3a14a0cf40ab2cce039a17a53. This reverts commit 03f08fd36c059c17f3af723ca29e0ad931fc6a26.
Created attachment 222619 [details] [review] region: Don't use IBus if running in fallback mode In fallback mode we don't want to touch IBus since the gnome-shell UI isn't there to provide the full integrated user experience. We expect users to continue using existing IBus UIs in fallback mode.
Review of attachment 222619 [details] [review]: It's pretty broken if gnome-shell happens to restart for example, but I guess it's good enough for what it is.
(In reply to comment #3) > It's pretty broken if gnome-shell happens to restart for example, but I guess > it's good enough for what it is. I don't think so. If the shell restarts, the handler is a essentially a nop.
I take it that the other patch is implicitly acked as it is merely reverting stuff. Attachment 222618 [details] pushed as dee8e09 - region: Use a filter model on input sources Attachment 222619 [details] pushed as 658083f - region: Don't use IBus if running in fallback mode