GNOME Bugzilla – Bug 683233
Images aren't actually installed in /usr/share/gnome-clocks/pixmaps
Last modified: 2012-09-03 13:41:17 UTC
On Ubuntu 12.10 Alpha, I got this error when trying to add a world clock or an alarm. On next start, gnome-clocks wouldn't even start until I removed ~/.local/share/gnome-clocks/ Traceback (most recent call last):
+ Trace 230782
self.win = Window(self)
self.alarm = Alarm()
self.load_alarms()
self.add_alarm_widget(alarm)
widget = AlarmWidget(self, alarm, alert)
self.drawing.render(timestr, img, isDay, repeat)
self.surface = cairo.ImageSurface.create_from_png(img)
Created attachment 223234 [details] [review] Images aren't actually installed in /usr/share/gnome-clocks/pixmaps Fixes this crash: Traceback (most recent call last):
+ Trace 230783
Oh, and the local clock didn't show up either.
Review of attachment 223234 [details] [review]: Ops, indeed. I never saw this because I always tried with a custom prefix :(
Attachment 223234 [details] pushed as 427ff98 - Images aren't actually installed in /usr/share/gnome-clocks/pixmaps