Comment 17 for bug 995538

Revision history for this message
Rainer (rainer-krugs) wrote :

Any news on this problem? I guess I have the same one on Precise, unstable ppa:

colmod:~$ cardapio

** (cardapio:18859): WARNING **: Binding '<Super>space' failed!
Traceback (most recent call last):
  File "/usr/bin/cardapio", line 198, in <module>
    cardapio_show(centered = True)
  File "/usr/bin/cardapio", line 113, in cardapio_show
    start_cardapio(show = position)
  File "/usr/bin/cardapio", line 45, in start_cardapio
    Cardapio(show = show)
  File "/usr/lib/cardapio/Cardapio.py", line 196, in __init__
    elif show == Constants.SHOW_CENTERED : self._show()
  File "/usr/lib/cardapio/Cardapio.py", line 1755, in _show
    self._restore_dimensions(x, y, force_anchor_right = False, force_anchor_bottom = False)
  File "/usr/lib/cardapio/Cardapio.py", line 1641, in _restore_dimensions
    x, y, anchor_right, anchor_bottom = self._get_coordinates_inside_screen(x, y, force_anchor_right, force_anchor_bottom)
  File "/usr/lib/cardapio/Cardapio.py", line 1589, in _get_coordinates_inside_screen
    screen_x, screen_y, screen_width, screen_height = self._view.get_screen_dimensions()
  File "/usr/lib/cardapio/CardapioGtkView.py", line 434, in get_screen_dimensions
    screen_dimensions = self._root_window.property_get(screen_property)[2]
TypeError: 'NoneType' object has no attribute '__getitem__'

Cheers,

Rainer