# -*- coding: ASCII -*-
id10 = {'bg_colour': (246, 243, 162, 100),
'border_colour': (0, 0, 0, 200),
'border_width': 1,
'editor': 'aterm -tn linux -e vi',
'font': 'Vera/10',
'notes_file': '/home/george/.desknotes',
'padding': 5,
'text_colour': (0, 0, 0, 255)}
user@helix ~/.adeskletapps/desknotes-0.0.1 $ ./desknotes.py
Do you want to (r)egister this desklet or to (t)est it? t
Now testing...
============================================================
If you do not see anything (or just an initial flicker
in the top left corner of your screen), try `--help',
and see the FAQ: `info adesklets'.
============================================================
sh: user: No such file or directory
Notes file doesn't exist, please create oneTraceback (most recent call last):
File "./desknotes.py", line 188, in ?
Events(dirname(__file__)).pause()
File "./desknotes.py", line 91, in __init__
adesklets.Events_handler.__init__(self)
File "/usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 157, in __init__
self.ready()
File "./desknotes.py", line 112, in ready
adesklets.add_path_to_font_path(join(self.basedir))
File "/usr/lib/python2.4/site-packages/adesklets/commands.py", line 745, in add_path_to_font_path
print >> comm, 'add_path_to_font_path', strings.String(path)
File "/usr/lib/python2.4/site-packages/adesklets/commands_handler.py", line 45, in write
print >> self.__comm, self.__command
File "/usr/lib/python2.4/site-packages/adesklets/communicator.py", line 79, in write
raise ADESKLETSError(1)
adesklets.error_handler.ADESKLETSError: adesklets process exited -
user@helix ~/.adeskletapps/desknotes-0.0.1 $