You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/.system/usr/share/ibus-pinyin/setup/main.py:31: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /.system/usr/share/ibus-pinyin/setup/main.py:32: PyGIWarning: IBus was imported without specifying a version first. Use gi.require_version('IBus', '1.0') before import to ensure that the right version gets loaded. from gi.repository import IBus /.system/usr/share/ibus-pinyin/setup/main.py:44: DeprecationWarning: bind_textdomain_codeset() is deprecated gettext.bind_textdomain_codeset("ibus-pinyin", "UTF-8") Traceback (most recent call last): File "/.system/usr/share/ibus-pinyin/setup/main.py", line 428, in <module> main() File "/.system/usr/share/ibus-pinyin/setup/main.py", line 424, in main PreferencesDialog(name).run() File "/.system/usr/share/ibus-pinyin/setup/main.py", line 50, in __init__ self.__builder.add_from_file("ibus-pinyin-preferences.ui") gi.repository.GLib.GError: gtk-builder-error-quark: ibus-pinyin-preferences
Problem
The preferences window for ibus input methods cannot be opened.
Steps to reproduce
The text was updated successfully, but these errors were encountered: