Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open Preferences for input methods #17

Open
kdwk opened this issue Jan 21, 2023 · 2 comments
Open

Cannot open Preferences for input methods #17

kdwk opened this issue Jan 21, 2023 · 2 comments

Comments

@kdwk
Copy link

kdwk commented Jan 21, 2023

Problem

The preferences window for ibus input methods cannot be opened.

Steps to reproduce

  1. Add the ibus Chinese Pinyin input method
  2. Try to open Preferences from Settings -> Keyboard
@mirkobrombin
Copy link
Member

Can you start gnome-control-center from your terminal and post the latest 20 lines?

@kdwk
Copy link
Author

kdwk commented Jan 21, 2023

/.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants