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

New issue 1034 by [email protected]: TypeError: Notify.Notification.attach_to_status_icon() argument 1 must be gtk.StatusIcon, not None
http://code.google.com/p/ibus/issues/detail?id=1034

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Ubuntu
Architecture (i386, x86_64): x86_64
IBus version: 1.3.7
Input method name and version: ibus-sunpinyin=f0865c921057b30f0395a99b0e4730eb94d97808
Python version: 2.6.6rc1
dbus version: 1.2.24-3ubuntu1
dbus-python version: 0.83.0-1ubuntu3
gtk version (if bug is about gtk applications): 2.21.5-1ubuntu6
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. Run `ibus-daemon -vrx`

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/share/ibus/ui/gtk/main.py", line 116, in <module>
    main()
  File "/usr/share/ibus/ui/gtk/main.py", line 110, in main
    launch_panel()
  File "/usr/share/ibus/ui/gtk/main.py", line 81, in launch_panel
    UIApplication().run()
  File "/usr/share/ibus/ui/gtk/main.py", line 61, in __init__
    self.__notify.attach_to_status_icon (self.__panel.get_status_icon())
TypeError: Notify.Notification.attach_to_status_icon() argument 1 must be gtk.StatusIcon, not None

Please provide any additional information below.


--
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

回复