View Single Post
Posts: 32 | Thanked: 34 times | Joined on Mar 2010 @ London
#814
Originally Posted by binu_ji View Post
hello
i like witter app but before few days witter crashes on start and here is the xterminal output. please check it and comment on it.
Code:
 $ run-standalone.sh python2.5 /opt/witter/witter.py
gestures enabled
tweet with location disabled
no service setting
clear search results on new search disabled
unknown option
No stored ids from last run
No stored ids from last run
No more users to load
Establishing api for Twitter using oauth
Connection working ok
Establishing api for Twitter using oauth
Connection working ok
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:78: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
  self.builder.add_from_file("/usr/share/witter/witter.ui")
UI elements loaded from file
signals connected to buttons
Loading Theme Icons
pixbufs loaded for default theme
defining ui buttons
define portrait keyboard objects
define general window
adding button to panned area
time to show the window
Traceback (most recent call last):
  File "/opt/witter/witter.py", line 1233, in <module>
    app = Witter()
  File "/opt/witter/witter.py", line 180, in __init__
    self.ui.load_theme_icons()
  File "/opt/witter/ui/gtkWitter.py", line 571, in load_theme_icons
    self.tweetpixbuf = gtk.gdk.pixbuf_new_from_file("/opt/witter/icons/" + self.theme + "/tweet.png")
glib.GError: Failed to open file '/opt/witter/icons/Ayro/tweet.png': No such file or directory
Looks like the theme directories are broken best bet for trying a quick fix would be to uninstall and reinstall.

I'll look into the problem when I get a chance. I've got a new version in extras-devel with some bug fixes coming, got to tidy it up this week and I should have it into testing soon.