feedindicator / Feedindicator

RSS feed updates in Ubuntu, as a lightweight indicator
38 stars 12 forks source link

Changes in the notifaction system at gnome #58

Closed greenbigfrog closed 11 months ago

greenbigfrog commented 9 years ago

As far as I can see this project isn't capable at all for the newer Ubuntu's.

When installing it on Ubuntu 15.04 I get following error:

$ feedindicator 
Traceback (most recent call last):
  File "/usr/bin/feedindicator", line 1416, in <module>
    indicator = AppIndicator()
  File "/usr/bin/feedindicator", line 1089, in __init__
    self.update_feeds(None, True, True)
  File "/usr/bin/feedindicator", line 1355, in update_feeds
    self.send_notification(app_name, language_properties['feed_update_start_notification'], app_logo)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__
    val = dict.__getitem__(self, key)
KeyError: 'feed_update_start_notification'```

If I have some time left in future I might take it to look into this program!
nicolas-raoul commented 9 years ago

Strange I am using Feedindicator on Ubuntu 2015.04 right now, and it works fine... there is probably some subtle difference in our environments.

greenbigfrog commented 9 years ago

What phyton version are you using?

if I do phyton --version it tells me I'm using 2.7.9

raelgc commented 7 years ago

Some python packages are missing from requirements on Ubuntu 16.04, like python-notify and python-gconf. After install them, I got feedindicator properly working.