bash-3.00$ ./abatstat.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'.
============================================================
close failed: [Errno 10] No child processes
Traceback (most recent call last):
File "./abatstat.py", line 316, in ?
EventHandler(dirname(__file__)).pause()
File "./abatstat.py", line 151, in __init__
adesklets.Events_handler.__init__(self)
File "/usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 158, in __init__
self._alarm()
File "/usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 296, in _alarm
timeout=self.alarm()
File "./abatstat.py", line 179, in alarm
cur_status = self.monitor.checkStatus()
File "./abatstat.py", line 108, in checkStatus
status = popen('apm','r').read().strip()
IOError: [Errno 4] Interrupted system call
bash-3.00$ ./acpumon.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'.
============================================================
ERROR: **** You are missing the pystatgrab module
**** Read the README file for dependency information
Zakończony
bash-3.00$ cd /usr/local/src/pystatgrab-0.4
bash-3.00$ ./setup.py
Error, libstatgrab is not installed (according to pkg-config).
bash-3.00$ ls /var/log/packages/ |grep libstat
libstatgrab-0.13-i386-1
bash-3.00$ ./SystemMonitor.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'.
============================================================
Traceback (most recent call last):
File "./SystemMonitor.py", line 43, in ?
import statgrab
ImportError: No module named statgrab
bash-3.00$ ls /var/log/packages/ |grep statgrab
libstatgrab-0.13-i386-1
Statgrab-0.5.0
modubar is loading but...
[URL=http://rchem.chemd.amu.edu.pl/~karol/modubar.png]screenshot[/URL]
(yab too...)
bash-3.00$ ./xmms_bar.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'.
============================================================
Traceback (most recent call last):
File "./xmms_bar.py", line 49, in ?
class Events(adesklets.Events_handler):
File "./xmms_bar.py", line 71, in Events
class _XmmsInstance:
File "./xmms_bar.py", line 79, in _XmmsInstance
import xmms.control as xc
ImportError: No module named xmms.control