I have two options for ibus when i enter im-switch into terminal
1.
Ibus-kde dosen't seem to work right, when i type Chinese it doesn't display the various options for the phonetic input, and it doesn't have a system icon, even if the box for system icon is ticked. Also it dosen't work in Skype of Libreoffice.
2.
Ibus works fine but it really goddam ugly. So I want to get QtCurve to load before Ibus
I found this explanation, but it is for the input method UIM, and I don't know what to do for Ibus.
1.
Ibus-kde dosen't seem to work right, when i type Chinese it doesn't display the various options for the phonetic input, and it doesn't have a system icon, even if the box for system icon is ticked. Also it dosen't work in Skype of Libreoffice.
2.
Ibus works fine but it really goddam ugly. So I want to get QtCurve to load before Ibus
I found this explanation, but it is for the input method UIM, and I don't know what to do for Ibus.
If you really want it as a systray icon instead of a toolbar, the workaround is to set up KDE to automatically start it upon login (after QtCurve theming), rather than have X start it way early. To do this, merely comment out the 'XIM_PROGRAM_XTRA="(sleep 15; uim-toolbar-qt4)"' line in /etc/X11/xinit/xinput.d/uim-toolbar-qt (that you modified earlier), by prepending the line with a hashmark/octhorpe (#).
Code:
#XIM_PROGRAM_XTRA="(sleep 15; uim-toolbar-qt4)"
Then make a symbolic link in ~/.kde/Autostart to point to /usr/bin/uim-toolbar-gtk-systray.
Code:
$ ln -s /usr/bin/uim-toolbar-gtk-systray ~/.kde/Autostart/uim-toolbar-gtk-systray
Code:
#XIM_PROGRAM_XTRA="(sleep 15; uim-toolbar-qt4)"
Then make a symbolic link in ~/.kde/Autostart to point to /usr/bin/uim-toolbar-gtk-systray.
Code:
$ ln -s /usr/bin/uim-toolbar-gtk-systray ~/.kde/Autostart/uim-toolbar-gtk-systray