1 |
On Friday 09 March 2007 05:25, Wayne Oliver wrote: |
2 |
|
3 |
> If you select test from the menu it should show the desklet on screen |
4 |
> you can now move it around, play with it etc. |
5 |
> Exit the desklet re run the |
6 |
> |
7 |
> $/path/to/calendar/Calender.py |
8 |
> |
9 |
> This time selecting register |
10 |
> Kill adesklets and then run it again. |
11 |
> If you happy that it's working simply add adesklets to your X startup |
12 |
> i.e. .xinitrc or .XSession |
13 |
|
14 |
Thank you all for your help, |
15 |
|
16 |
It seems that there is something wrong with the fonts(?) I have managed to |
17 |
launch weatherforecast which works fine, but calendar and volume do not. I |
18 |
tried testing them and this is what I get: |
19 |
========================================== |
20 |
$ ./volume.py |
21 |
Do you want to (r)egister this desklet or to (t)est it? t |
22 |
Now testing... |
23 |
============================================================ |
24 |
If you do not see anything (or just an initial flicker |
25 |
in the top left corner of your screen), try `--help', |
26 |
and see the FAQ: `info adesklets'. |
27 |
============================================================ |
28 |
Traceback (most recent call last): |
29 |
File "./volume.py", line 588, in ? |
30 |
Events(dirname(__file__)).pause() |
31 |
File "./volume.py", line 63, in __init__ |
32 |
adesklets.Events_handler.__init__(self) |
33 |
File "/usr/lib/python2.4/site-packages/adesklets/events_handler.py", line |
34 |
157, in __init__ |
35 |
self.ready() |
36 |
File "./volume.py", line 127, in ready |
37 |
self.drawVolumeTxt(self.volume) |
38 |
File "./volume.py", line 190, in drawVolumeTxt |
39 |
adesklets.load_font(font) |
40 |
File "/usr/lib/python2.4/site-packages/adesklets/commands.py", line 706, in |
41 |
load_font |
42 |
return comm.out() |
43 |
File "/usr/lib/python2.4/site-packages/adesklets/commands_handler.py", line |
44 |
103, in out |
45 |
raise ADESKLETSError(4,message) |
46 |
adesklets.error_handler.ADESKLETSError: adesklets command error - |
47 |
font 'VeraBd/8' could not be loaded |
48 |
========================================== |
49 |
|
50 |
Of course volume does not show up at all. How do I fix this? |
51 |
-- |
52 |
Regards, |
53 |
Mick |