[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:37:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266349

--- Comment #3 from Henry Hu <henry.hu.sh@gmail.com> ---
I recompiled without DCONF, and the result is

> python3 /usr/local/share/ibus/setup/main.py

(ibus-setup:38308): dbind-WARNING **: 21:34:26.922: Couldn't connect to
accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0:
Permission denied

(ibus-setup:38308): GLib-GIO-ERROR **: 21:34:27.044: Settings schema
'org.freedesktop.ibus.general' is not installed
Trace/BPT trap

so, it seems like that if you don't have DCONF enabled, you'll get a different
error.

I've re-installed with DCONF enabled, and I see the schema is correctly
installed, and the compile step is done.

Now, again, questions:
1. Do you have DCONF enabled?
2. Does it work, if you install it from pkg? I just installed it from pkg, and
among all the lines, I see

...
Compiling glib schemas
...

So pkg version should work as well.

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