[opensuse-gnome] Bring back Gwibber 2.0?
Ever since the updates in the last few weeks, I have had much distress over the ability to use Gwibber. I'm currently at 2.31 now. It simply doesn't start for me. I was reasonably happy with 2.0 and want to downgrade back to 2.0, but it seems its not in any of the repositories anymore. This is preventing me from doing work-related tasks. Twitter isn't just for play, you know? :-) Here's the errors I get when I attempt to start up Gwibber. Occasionally, I can start gwibber if I restart my computer, but not every time. only about 25% of the time. :-( Additionally, in the few times that I have been able to run Gwibber, it does not save my settings. For example, I have two twitter accounts, and any tweet I send goes to both accounts, which should not happen. When I go into advanced settings, I uncheck "Send" in one of the accounts to prevent it, but as soon as I close the settings, it reverts back and checks "send". ** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum' ** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum' ** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum' ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Traceback (most recent call last): File "/usr/bin/gwibber", line 67, in <module> client.Client() File "/usr/lib64/python2.6/site-packages/gwibber/client.py", line 445, in __init__ self.w = GwibberClient() File "/usr/lib64/python2.6/site-packages/gwibber/client.py", line 26, in __init__ self.model = gwui.Model() File "/usr/lib64/python2.6/site-packages/gwibber/gwui.py", line 34, in __init__ self.services = json.loads(self.daemon.GetServices()) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
Ter, 2010-04-27 às 09:40 -0500, Bryen M. Yunashko escreveu:
Ever since the updates in the last few weeks, I have had much distress over the ability to use Gwibber. I'm currently at 2.31 now. It simply doesn't start for me. I was reasonably happy with 2.0 and want to downgrade back to 2.0, but it seems its not in any of the repositories anymore.
This is preventing me from doing work-related tasks. Twitter isn't just for play, you know? :-)
Here's the errors I get when I attempt to start up Gwibber. Occasionally, I can start gwibber if I restart my computer, but not every time. only about 25% of the time. :-(
Additionally, in the few times that I have been able to run Gwibber, it does not save my settings. For example, I have two twitter accounts, and any tweet I send goes to both accounts, which should not happen. When I go into advanced settings, I uncheck "Send" in one of the accounts to prevent it, but as soon as I close the settings, it reverts back and checks "send".
** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'
** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
** (gwibber:1340): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum' ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Traceback (most recent call last): File "/usr/bin/gwibber", line 67, in <module> client.Client() File "/usr/lib64/python2.6/site-packages/gwibber/client.py", line 445, in __init__ self.w = GwibberClient() File "/usr/lib64/python2.6/site-packages/gwibber/client.py", line 26, in __init__ self.model = gwui.Model() File "/usr/lib64/python2.6/site-packages/gwibber/gwui.py", line 34, in __init__ self.services = json.loads(self.daemon.GetServices()) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
This at first look seems dbus problems... Can anyone reproduce this problem too ? Luis -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
Bryen, Shut your whining and get with the times!! On Tue, 2010-04-27 at 09:40 -0500, Bryen M. Yunashko wrote:
Ever since the updates in the last few weeks, I have had much distress over the ability to use Gwibber. I'm currently at 2.31 now. It simply doesn't start for me. I was reasonably happy with 2.0 and want to downgrade back to 2.0, but it seems its not in any of the repositories anymore.
This is preventing me from doing work-related tasks. Twitter isn't just for play, you know? :-)
2.0 is no longer in existence, Ryan has moved on and will only be supporting >= 2.30 afaik. I had an issue on a fresh install of 11.2 to get 2.31 to work, but it was easily resolved (I needed python-curl). I'm more than happy running it now on three machines and it remembers my accounts and stream layout. Granted I haven't tried with more than one account, but the service (de)selection works as advertised. Also Retweets/Dents work fine, can't seem to DM though. Regards, Andy -- Andrew Wafaa, openSUSE Member: FunkyPenguin. PGP: 0x3A36312F openSUSE: Get It, Discover It, Create It at http://www.opensuse.org
On Tue, 2010-04-27 at 16:14 +0100, Andrew Wafaa wrote:
Bryen,
Shut your whining and get with the times!!
If I didn't whine, people would not recognize who I am. ;-)
On Tue, 2010-04-27 at 09:40 -0500, Bryen M. Yunashko wrote:
Ever since the updates in the last few weeks, I have had much distress over the ability to use Gwibber. I'm currently at 2.31 now. It simply doesn't start for me. I was reasonably happy with 2.0 and want to downgrade back to 2.0, but it seems its not in any of the repositories anymore.
This is preventing me from doing work-related tasks. Twitter isn't just for play, you know? :-)
2.0 is no longer in existence, Ryan has moved on and will only be supporting >= 2.30 afaik.
I had an issue on a fresh install of 11.2 to get 2.31 to work, but it was easily resolved (I needed python-curl). I'm more than happy running it now on three machines and it remembers my accounts and stream layout.
I have python-curl already installed, so I guess that won't resolve my issue.
Granted I haven't tried with more than one account, but the service (de)selection works as advertised. Also Retweets/Dents work fine, can't seem to DM though.
The few times I was able to get gwibber to run, DM worked fine for me. Also retweets too. Just that it kept retweeting on all my accounts. :-(
Regards,
Andy
-- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
participants (3)
-
Andrew Wafaa
-
Bryen M. Yunashko
-
Luis Medinas