Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1436 by [email protected]: Icon 'gtk-missing-image' not present in theme
http://code.google.com/p/ibus/issues/detail?id=1436

OS (Linux distributions, UNIX or ...): Kubuntu 12.04
Architecture (i386, x86_64): x86_64
IBus version: 1.4.1

I run "ibus-daemon --xim -d". Ibus just work silently in the background, and can be enable or disable with Ctrl+Space. However, there are no ibus icon in the system tray.

When I run "ibus-daemon -xvr" it prints out the error below. It looks like
ibus-daemon is looking for gtk-missing-image which isn't available with
my current ico theme. According to the Ubuntu bug# 651317, this icon is not a part of the xdg icon scheme, so it doesn't have to be available in all gtk icon theme. Please use a standard icon, like "unknown" for this.

Results of "ibus-daemon -xvr"

Traceback (most recent call last):
  File "/usr/share/ibus/ui/gtk/main.py", line 133, in <module>
    main()
  File "/usr/share/ibus/ui/gtk/main.py", line 128, in main
    launch_panel(replace)
  File "/usr/share/ibus/ui/gtk/main.py", line 95, in launch_panel
    UIApplication(replace).run()
  File "/usr/share/ibus/ui/gtk/main.py", line 52, in __init__
    self.__panel = panel.Panel(self.__bus)
  File "/usr/share/ibus/ui/gtk/panel.py", line 141, in __init__
    self.__appindicator_update_menu()
File "/usr/share/ibus/ui/gtk/panel.py", line 557, in __appindicator_update_menu
    item.set_image(_icon.IconWidget("gtk-info", size[0]))
  File "/usr/share/ibus/ui/gtk/icon.py", line 38, in __init__
    pixbuf = theme.load_icon(gtk.STOCK_MISSING_IMAGE, size, 0)
glib.GError: Icon 'gtk-missing-image' not present in theme


--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复