Results 1 to 3 of 3

Thread: Adesklets not working

  1. #1
    Join Date
    Feb 2009
    Beans
    122

    Adesklets not working

    I just upgraded to 9.10 and now adesklets is not working. I realize 9.10 is still in alpha. Adesklets worked fine with 9.04.

    Can anyone help?

  2. #2
    Join Date
    Feb 2009
    Beans
    122

    Re: Adesklets not working in 9.10

    I get the following from when I run any desklet.

    Traceback (most recent call last):
    File "./weatherforecast.py", line 337, in <module>
    Events(dirname(__file__)).pause()
    File "./weatherforecast.py", line 98, in __init__
    adesklets.Events_handler.__init__(self)
    File "/usr/lib/python2.6/dist-packages/adesklets/events_handler.py", line 158, in __init__
    self._alarm()
    File "/usr/lib/python2.6/dist-packages/adesklets/events_handler.py", line 296, in _alarm
    timeout=self.alarm()
    File "./weatherforecast.py", line 144, in alarm
    self._display()
    File "./weatherforecast.py", line 248, in _display
    adesklets.context_set_font(adesklets.load_font('Ve ra/%d' % self.config['location_font_size']))
    File "/usr/lib/python2.6/dist-packages/adesklets/commands.py", line 706, in load_font
    return comm.out()
    File "/usr/lib/python2.6/dist-packages/adesklets/commands_handler.py", line 103, in out
    raise ADESKLETSError(4,message)
    adesklets.error_handler.ADESKLETSError: adesklets command error - font 'Vera/10' could not be loaded

  3. #3
    Join Date
    Feb 2009
    Beans
    122

    Re: Adesklets not working

    Can anybody help me?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •