Announcement

Collapse
No announcement yet.

Cannot start ibus

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot start ibus

    Hey, im trying to set my kubuntu to accept japanese input, I followed this guide https://www.youtube.com/watch?v=BkwgyevmSGk#t=95

    I clicked ibus
    Click image for larger version

Name:	daf8833e5824b014a91388f7d29abba6.png
Views:	1
Size:	32.3 KB
ID:	648110

    But it does nothing, I cant see anything ibus on my system tray,
    Click image for larger version

Name:	f5c83c3b9e1b5fc0736e8bc853ac3aea.png
Views:	1
Size:	11.2 KB
ID:	648111
    can anyone tell me what I missed? Thanks

    #2
    Run ibus-setup

    What version of Kubuntu are you using? There was a major ibus change at 13.10. The video you are following is for 13.04 and probably wont work if you are using 13.10.
    Last edited by whatthefunk; Feb 28, 2014, 08:00 AM.

    Comment


      #3
      Originally posted by whatthefunk View Post
      Run ibus-setup

      What version of Kubuntu are you using? There was a major ibus change at 13.10. The video you are following is for 13.04 and probably wont work if you are using 13.10.
      Hey, it's 13.10.

      EDIT: this one works, ibus now showing
      $ sudo im-config
      and change the input method from default to iBus.
      Then log out and login.

      but whenever I right click the tray -> preferences -> it does nothing, nothing pop up on my side,

      Comment


        #4
        You probably dont need im config anymore.

        Let me see if I remember how I did it...

        First, install all the ibus packages. You should have the following: ibus, ibus-qt4, ibus-anthy, anthy, libibus-qt1, gir1.2-ibus-1.0, ibus-gtk, ibus-gtk3, libibus-1.0-5

        Once youve done that, open up ibus with the command ibus-setup. This should start the daemon. Go to the Input Method Tab and select Anthy if it isnt already selected. Set the shortcut you want. You may have to reboot to get the settings to take effect.

        I think thats all I did.....

        Comment


          #5
          Originally posted by whatthefunk View Post
          You probably dont need im config anymore.

          Let me see if I remember how I did it...

          First, install all the ibus packages. You should have the following: ibus, ibus-qt4, ibus-anthy, anthy, libibus-qt1, gir1.2-ibus-1.0, ibus-gtk, ibus-gtk3, libibus-1.0-5

          Once youve done that, open up ibus with the command ibus-setup. This should start the daemon. Go to the Input Method Tab and select Anthy if it isnt already selected. Set the shortcut you want. You may have to reboot to get the settings to take effect.

          I think thats all I did.....
          Code:
          theref@theref-desktop:~$ sudo apt-get install ibus ibus-qt4 ibus-anthy anthy libibus-qt1 gir1.2-ibus-1.0 ibus-gtk ibus-gtk3 libibus-1.0-5Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          anthy is already the newest version.
          anthy set to manually installed.
          ibus-anthy is already the newest version.
          ibus-qt4 is already the newest version.
          libibus-qt1 is already the newest version.
          gir1.2-ibus-1.0 is already the newest version.
          gir1.2-ibus-1.0 set to manually installed.
          ibus is already the newest version.
          ibus-gtk is already the newest version.
          ibus-gtk3 is already the newest version.
          libibus-1.0-5 is already the newest version.
          The following packages were automatically installed and are no longer required:
            efibootmgr libcaca0:i386 libfluidsynth1:i386 libmad0:i386 libmikmod2:i386 libphonon4:i386
            libpulse-mainloop-glib0:i386 libqca2:i386 libqca2-plugin-ossl:i386 libqt4-designer:i386
            libqt4-svg:i386 libqtscript4-core:i386 libqtscript4-gui:i386 libqtscript4-network:i386
            libqtscript4-opengl:i386 libqtscript4-phonon:i386 libqtscript4-qtbindings:i386
            libqtscript4-sql:i386 libqtscript4-svg:i386 libqtscript4-uitools:i386
            libqtscript4-webkit:i386 libqtscript4-xml:i386 libqtscript4-xmlpatterns:i386
            libquazip0:i386 libqxt-core0:i386 libqxt-gui0:i386 libreadline6:i386 libsdl-mixer1.2:i386
            libsdl1.2debian:i386 libssh2-1:i386 libvorbisfile3:i386 secureboot-db shim
          Use 'apt-get autoremove' to remove them.
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          I got this
          Code:
          theref@theref-desktop:~$ ibus-setupERROR:root:Could not find any typelib for Gtk
          Traceback (most recent call last):
            File "/usr/share/ibus/setup/main.py", line 29, in <module>
              from gi.repository import Gtk
          ImportError: cannot import name Gtk
          theref@theref-desktop:~$

          Comment


            #6
            Try installing gir1.2-gtk-3.0 It should have been brought in with everything else, but it may not have made it.

            Comment


              #7
              Originally posted by whatthefunk View Post
              Try installing gir1.2-gtk-3.0 It should have been brought in with everything else, but it may not have made it.
              Thank you, installing the girl fixed this issue!

              Comment


                #8
                Excellent!

                Comment

                Working...
                X