Okay, I did the following:
1. compiled, installed Python 2.4
2. compiled, installed adesklets using plain .configure
without any switches
When I run echo x_status | adesklets :
I get:
event: ready!
command 0 ok: x_status 0 (X Window support not compiled in)
When I attempt to run a desklet I get:
Traceback (most recent call last):
File "./weather.py", line 468, in ?
Events(dirname(__file__)).pause()
File "./weather.py", line 275, in __init__
adesklets.Events_handler.__init__(self)
File "usr/local/lib/python2.4/site-packages/adesklets/events_handler.py", line 157, in __init__
File "./weather.py", line 322, in ready
adesklets.window_show()
File "/usr/local/lib/python2.4/commands.py", line 1417, in window_show
File "usr/local/lib/python2.4/site-packages/adesklets/commands_handler.py", line 103, in out
adesklets.error_handler.ADESKLETSError: adesklets command error - X connection or window missing
Do I need to add a switch to configure such as --with-x ?