← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 541599] [NEW] arch linux gnome-activity-journal crashes on start

 

Public bug reported:

When i try to start g-a-j (0.3.3) under arch linux i get the following
error:

$ gnome-activity-journal 
Tracker disabled.
/usr/share/gnome-activity-journal/src/daywidgets.py:367: GtkWarning: gtk_box_reorder_child: assertion `old_link != NULL' failed
  self.vbox.reorder_child(self.daylabel, 0)
/usr/share/gnome-activity-journal/src/daywidgets.py:288: GtkWarning: gtk_box_pack: assertion `child->parent == NULL' failed
  self.view.pack_start(pinbox, False, False)
Traceback (most recent call last):
  File "/usr/bin/gnome-activity-journal", line 95, in <module>
    portal = Portal()
  File "/usr/share/gnome-activity-journal/src/main.py", line 104, in __init__
    self.throbber = AnimatedImage(get_data_path("zlogo/zg%d.png"), 150)
  File "/usr/share/gnome-activity-journal/src/widgets.py", line 615, in __init__
    self.frames.append(gtk.gdk.pixbuf_new_from_file_at_size(get_icon_path(uri % i), 16, 16))
TypeError: pixbuf_new_from_file_at_size() argument 1 must be string, not None

Thats it, no way to get it running on my site.

** Affects: gnome-activity-journal
     Importance: Undecided
         Status: New

-- 
arch linux gnome-activity-journal crashes on start
https://bugs.launchpad.net/bugs/541599
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: New

Bug description:
When i try to start g-a-j (0.3.3) under arch linux i get the following error:

$ gnome-activity-journal 
Tracker disabled.
/usr/share/gnome-activity-journal/src/daywidgets.py:367: GtkWarning: gtk_box_reorder_child: assertion `old_link != NULL' failed
  self.vbox.reorder_child(self.daylabel, 0)
/usr/share/gnome-activity-journal/src/daywidgets.py:288: GtkWarning: gtk_box_pack: assertion `child->parent == NULL' failed
  self.view.pack_start(pinbox, False, False)
Traceback (most recent call last):
  File "/usr/bin/gnome-activity-journal", line 95, in <module>
    portal = Portal()
  File "/usr/share/gnome-activity-journal/src/main.py", line 104, in __init__
    self.throbber = AnimatedImage(get_data_path("zlogo/zg%d.png"), 150)
  File "/usr/share/gnome-activity-journal/src/widgets.py", line 615, in __init__
    self.frames.append(gtk.gdk.pixbuf_new_from_file_at_size(get_icon_path(uri % i), 16, 16))
TypeError: pixbuf_new_from_file_at_size() argument 1 must be string, not None

Thats it, no way to get it running on my site.





Follow ups

References