[Bug 266349] textproc/ibus: /usr/local/share/ibus/setup/main.py IBus Preferences: application crashes

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 Sep 2022 01:04:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266349

--- Comment #1 from Henry Hu <henry.hu.sh@gmail.com> ---
Interesting, I'm on 14/amd64, and it works for me.
The issue seems to be

(ibus-setup:47611): GLib-GIO-ERROR **: 01:10:30.494: Settings schema
'org.freedesktop.ibus.panel' does not contain a key named 'custom-theme'

I do have this key in the installed schema:

> grep custom-theme /usr/local/share/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
    <key name="use-custom-theme" type="b">
    <key name="custom-theme" type="s">

gsettings knows about it as well:

> gsettings describe org.freedesktop.ibus.panel custom-theme
Custom theme name for language panel

Would you please check if this matches your results?

-- 
You are receiving this mail because:
You are the assignee for the bug.