google-code-export / hotot

Automatically exported from code.google.com/p/hotot
0 stars 0 forks source link

No tray icon Ubuntu 10.04 #449

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Hotot

What is the expected output? 
Tray icon

What do you see instead?
No tray icon

What version of the product are you using? 
commit 1ef95617137c942363b6db1ea173b661ff0decb9

On what operating system and what Desktop Environment?
Ubuntu 10.04, Gnome 2.30.2

Please provide any additional information below.
I see this error in a console log:

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/hotot-0.9.6-py2.6.egg/hotot/agent.py", line 81, in crack_hotot
    crack_system(params)
  File "/usr/lib/python2.6/dist-packages/hotot-0.9.6-py2.6.egg/hotot/agent.py", line 137, in crack_system
    app.unread_alert("unread", "Unread", "Items", unread_count)
  File "/usr/lib/python2.6/dist-packages/hotot-0.9.6-py2.6.egg/hotot/hotot.py", line 181, in unread_alert
    self.trayicon.set_tooltip("Hotot: %d unread tweets/messages." % count if count > 0 else _("Hotot: Click to Active."))
AttributeError: Hotot instance has no attribute 'trayicon'

Original issue reported on code.google.com by relga...@gmail.com on 10 Oct 2011 at 3:30

GoogleCodeExporter commented 9 years ago
fixed by removing python-appindicator package 

Original comment by relga...@gmail.com on 11 Oct 2011 at 12:07

GoogleCodeExporter commented 9 years ago
That fixed it for me as well on Xubuntu 11.10.

Original comment by jbu...@gmail.com on 27 Oct 2011 at 6:17

GoogleCodeExporter commented 9 years ago
I had the same issue with ubuntu 10.10, python-appindicator package and now I 
have de icon in system tray. But I need the python package, so this is just a 
work around. Needs fixing.
Cheers

Original comment by bicode...@gmail.com on 21 Nov 2011 at 2:12

GoogleCodeExporter commented 9 years ago
removing python-appindicator works for me as well.

Original comment by Houke...@gmail.com on 5 Dec 2011 at 5:08

GoogleCodeExporter commented 9 years ago
I had this problem; I tried to install python-appindicator, but it turned out 
it was already installed. So I removed it. That fixed the problem. 

Original comment by markdhes...@gmail.com on 29 Dec 2011 at 11:56