2009/8/18 Peng Huang <shawn....@gmail.com>:
> 还有就是可以考虑换用 compiz,compiz 就没有这个 bug,和 ibus 配合的很好。
>
这是 metacity 的 bug。请参考https://bugzilla.redhat.com/show_bug.cgi?id=500731
=== modified file 'ibus/ui/gtk/languagebar.py'
--- ibus/ui/gtk/languagebar.py 2010-01-30 12:09:57 +0000
+++ ibus/ui/gtk/languagebar.py 2010-01-31 00:21:46 +0000
@@ -254,6 +254,11 @@ class LanguageBar(gtk.Toolbar):
gtk.Toolbar.show_all(self)
def hide_all(self):
+ try:
+ self.__toplevel.window.lower()
+ self.__toplevel.window.hide_all()
+ except:
+ pass
x, y = self.__toplevel.get_position()
self.__toplevel.hide_all()
gtk.Toolbar.hide_all(self)
--You received this message because you are subscribed to the Google
Groups "ibus-user" group.
iBus project web page: http://code.google.com/p/ibus/
iBus project group: http://groups.google.com/group/ibus-user?hl=en