nekohayo / specto

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

icons do not show in balloons #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The recent changes that allowed Specto to run locally don't work with the
libnotify part. That means that icons will not appear in the libnotify
"balloons".

Example of code from watch.py:

NotificationToast(self.specto, _("The website, <b>%s</b>, has been
updated.") % str(self.name), "../data/icons/notifier/big/web.png" )

Here, the icon is referred to with a path like ../data/blahblah. This
doesn't seem to work well with python-notify.

Original issue reported on code.google.com by nekoh...@gmail.com on 15 Nov 2006 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 15 Nov 2006 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 12 Dec 2006 at 10:29

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 26 Jan 2007 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 1:55