I just did a fresh install of 14.04. When running ibus-setup I get the following:
Its a bit over my head Is there anything I can do to get it going?
Code:
@Homebox:~$ ibus-setup /usr/share/ibus/setup/main.py:70: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for schema or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self.__settings_general = Gio.Settings("org.freedesktop.ibus.general"); /usr/share/ibus/setup/main.py:72: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for schema or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations "org.freedesktop.ibus.general.hotkey"); /usr/share/ibus/setup/main.py:73: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for schema or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self.__settings_panel = Gio.Settings("org.freedesktop.ibus.panel"); /usr/share/ibus/setup/enginecombobox.py:52: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for schema or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations "org.freedesktop.ibus.general.xkblayoutconfig"); Segmentation fault (core dumped)
Comment