[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-04 Thread Duncan Lock
I've now switched to the nightlies (currently
2.31.1~bzr706-0ubuntu1~daily1) and I'm still having this problem. I get
exactly the same console output as in #4 and gwibber still won't start.

Hmmm... figured it out, duh. Gwibber won't start with a non-integer
default application font size, like the error says. Mine was
intentionally set to 10.5 point in System - Preferences - Fonts -
Application Font. sbas's is set to '8.599609375' (huh? Where did you get
that value from?). If I set mine to '10', Gwibber starts ok - sbas,
could you try changing yours to '9' and seeing if that fixes it for you
too?

I'm going to re-title this bug to reflect the actual cause.

** Summary changed:

- gwibber crashed with ValueError in render()
+ gwibber crashes on startup with system default-font-size set to 10.5pt

-- 
gwibber crashes on startup with system default-font-size set to 10.5pt
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-02 Thread sbas
same here after updating this morning:

anto...@antonio-desktop:~$ gwibber

** (gwibber:3146): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:3146): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:3146): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Removing stale, deceptive pid file.
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at 
file:///home/antonio/.local/share/desktop-couch/couchdb.html
No dbus monitor yet
Updating...
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 58, in 
__init__
self.setup_ui()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 98, in 
setup_ui
self.stream_view = view_class(self.model)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 313, in __init__
self.navigation.render()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 282, in render
small_icons=self.small_icons)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 240, in render
self.web_settings.set_property(default-font-size, int(font_size))
ValueError: invalid literal for int() with base 10: '8.599609375'

I'm using the latest lucid update: Linux antonio-desktop
2.6.32-19-generic #28-Ubuntu SMP Wed Mar 31 17:46:20 UTC 2010 i686
GNU/Linux

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-01 Thread sbas
same problem at work on another pc.
i upgraded both my laptop and this pc from 9.10 to 10.04 alpha 3. no fresh 
install.

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-04-01 Thread Duncan Lock
When I launch gwibber from the terminal I get this:


** (gwibber:3372): WARNING **: Trying to register gtype 'WnckWindowState' as 
enum when in fact it is of type 'GFlags'

** (gwibber:3372): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:3372): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 58, in 
__init__
self.setup_ui()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 98, in 
setup_ui
self.stream_view = view_class(self.model)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 313, in __init__
self.navigation.render()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 282, in render
small_icons=self.small_icons)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 240, in render
self.web_settings.set_property(default-font-size, int(font_size))
ValueError: invalid literal for int() with base 10: '10.5'

When launched form the Applications menu or the Message menu I get an
apport crash.

I'm using the latest Lucid (Linux duncan-desktop 2.6.32-18-generic
#27-Ubuntu SMP Fri Mar 26 21:13:44 UTC 2010 x86_64 GNU/Linux) with the
latest lucid build of gwibber (2.29.94-0ubuntu1, not the nightly ppa).

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-03-28 Thread sbas
this is what i see trying to launch gwibber from terminal:

** (gwibber:23324): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:23324): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:23324): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 441, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 53, in 
__init__
self.setup_ui()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 100, in 
setup_ui
self.stream_view = view_class(self.model)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 311, in __init__
self.navigation.render()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 282, in render
small_icons=self.small_icons)
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 240, in render
self.web_settings.set_property(default-font-size, int(font_size))
ValueError: invalid literal for int() with base 10: '8.599609375'

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546392] Re: gwibber crashed with ValueError in render()

2010-03-24 Thread sbas

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41876718/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/41876719/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/41876720/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/41876721/Traceback.txt

** Visibility changed to: Public

-- 
gwibber crashed with ValueError in render()
https://bugs.launchpad.net/bugs/546392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs