witter 0.3.5-1 went to extras-devel last night.
i beleve it fixes the failsafe code which failed to cope with corrupted avatars for the above posts.
in addition it allows the user to fix the rotation mode to portrait or landscape, or automatic
it also allows scrolling of tweets in landscape by using the cursor keys.
it should also fix 'missing tweet' problems. turns out the twitter api doesn't work as expected when you pass it the since-id. i presumed I'd get all tweets since that id... (crazy assumption) turns out they still imit that to 20 by defua*t. witter now asks for the max 200 since the last id.
The problem continues, i need to do this each time i open witter any solution??
the implication is that you follow someone with an unusual avatar pic, perhaps not the same format as most? do you have any friends whose avatars don't show up in witter?
the new version 0.3.5-1 should at least hide this problem from you, but if it's not coping with a pic it will just delete it and try again.
the implication is that you follow someone with an unusual avatar pic, perhaps not the same format as most? do you have any friends whose avatars don't show up in witter?
the new version 0.3.5-1 should at least hide this problem from you, but if it's not coping with a pic it will just delete it and try again.
I update the witter, at the moment it works but some images dont show up. But just the old twitts, so i keep you update for other problems.
The twitpic is working?, i try to use it before but without results
I update the witter, at the moment it works but some images dont show up. But just the old twitts, so i keep you update for other problems.
The twitpic is working?, i try to use it before but without results
twitpic 'works' but I admit it is not at all intuitive and I couldn't get the nice file dialog working. The odd thing is that you have to write a comment to go with the twitpic, and you have to write it before you go select an image. So if the text box is empty when you hit twitpic it doesn't do anything. and I keep forgetting to make it flash up a message as to why. but I know that whole area needs re-writing really.
could you give me the user names of people that you aren't getting avatars for? I could check it out and see if there is anything odd that maybe witter isn't coping with.
twitpic 'works' but I admit it is not at all intuitive and I couldn't get the nice file dialog working. The odd thing is that you have to write a comment to go with the twitpic, and you have to write it before you go select an image. So if the text box is empty when you hit twitpic it doesn't do anything. and I keep forgetting to make it flash up a message as to why. but I know that whole area needs re-writing really.
could you give me the user names of people that you aren't getting avatars for? I could check it out and see if there is anything odd that maybe witter isn't coping with.
The ones are UnderoathBand, Eztv, Onemanga and Melaniobar, the RT fuction cant be modify it tweet inmeditly. And thaks for the update of Twitcpic
gestures enable
no service setting
No more users to load
Estabilishing api for Twitter using basic auth
Connection working ok
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:77: 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
definings ui buttons
/opt/witter/ui/gtkWitter.py:454: GtkWarning: gtk_widget_shape_combine_mask: assertion `!GTK_WIDGET_NO_WINDOW (widget) ' failed
hbox2.shape_combine_mask (self.Mask,0,0)
define portrait keyboard objects
define general window
setting up treeview
adding button to panned area
time to show the window
probably nothing selected
couldn't scroll to item
Traceback (most recent call last) :
File "/opt/witter/witter.py", line 1184, in <module>
app = Witter()
File "/opt/witter/witter.py", line 181, in __init__
self.ui.load_theme_icons ()
File "/home/user/src/witter/fremantle/src/opt/witter/ui/gtkWitter.py", line 364, in load_theme_icons
glib.GError? Failed to open file ou directory
Traceback (most recent call last) :
File "/opt/witter/witter.py", line 1184, in <module>
app = Witter()
File "/opt/witter/witter.py", line 181, in __init__
self.ui.load_theme_icons ()
File "/home/user/src/witter/fremantle/src/opt/witter/ui/gtkWitter.py", line 364, in load_theme_icons
glib.GError? Failed to open file ou directory
I hope you can help me!
this is a weird one. have you altered any files or folders that witter uses?
it seems to be failing to load the icons for your selected theme.
in xterm do:
more /home/user/.witter
this will show you the settings witter has saved.
one line will be
theme =
whatever is after the = is the selected theme. this then directly relates to a folder. you should be able to :
cd /opt/witter/icons
then list the folders with:
ls
is the theme from the config file present here? if you cd into that folder does it have icon files in it?