View Single Post
Posts: 114 | Thanked: 109 times | Joined on Nov 2010 @ Finland
#922
I'm having problems with fMMS. I have few unread messages, but when I open fMMS, it freezes to the splash screen. The terminal gives

Code:
$ /opt/fmms/fmms_gui.py
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 222, in cb_on_focus
    self.add_buttons_liststore()
  File "/opt/fmms/fmms_gui.py", line 339, in add_buttons_liststore
    avatar = self.ch.get_photo_from_uid(senderuid, 48)
  File "/opt/fmms/contacts.py", line 127, in get_photo_from_uid
    img = gtk.gdk.pixbuf_new_from_file(imgstr)
glib.GError: Tiedoston "/home/user/.osso-abook/photos/VWXJOV" avaus epäonnistui: No such file or directory
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 222, in cb_on_focus
    self.add_buttons_liststore()
  File "/opt/fmms/fmms_gui.py", line 339, in add_buttons_liststore
    avatar = self.ch.get_photo_from_uid(senderuid, 48)
  File "/opt/fmms/contacts.py", line 127, in get_photo_from_uid
    img = gtk.gdk.pixbuf_new_from_file(imgstr)
glib.GError: Tiedoston "/home/user/.osso-abook/photos/VWXJOV" avaus epäonnistui: No such file or directory
Has anyone had this problem and found a solution to it?