He instalado recientemente aDesklets, y al intentar hacer funcionar el 'System Monitor' bajado de la web oficial de aDesklets, me tiraba un error, el cual no recuerdo exactamente porque ya no me pasa, pero es casi que igual a este que saqué de otra web:
Código: Seleccionar todo
papawiskas@tmslaptop:~/desklets/SystemMonitor-0.1.3$ ./SystemMonitor.py
Traceback (most recent call last):
File "./SystemMonitor.py", line 43, in ?
import statgrab
ImportError: No module named statgrab
Leí por ahí que instalando el paquete python-statgrab se arregla, bien, lo instalé, y ahora me tira estos errores:
Código: Seleccionar todo
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 1107, in <module>
EventHandler(dirname(__file__)).pause()
File "./SystemMonitor.py", line 974, in __init__
adesklets.Events_handler.__init__(self)
File "/usr/lib/python2.5/site-packages/adesklets/events_handler.py", line 157, in __init__
self.ready()
File "./SystemMonitor.py", line 1004, in ready
self.meters[-1].create((8,tmp_height), self.basedir, meter[1])
File "./SystemMonitor.py", line 631, in create
AbstractMeter.create(self, location, basedir, config_dictionary)
File "./SystemMonitor.py", line 480, in create
self._create_fonts(config_dictionary)
File "./SystemMonitor.py", line 330, in _create_fonts
str(self._meter_font_size))
File "/usr/lib/python2.5/site-packages/adesklets/commands.py", line 706, in load_font
return comm.out()
File "/usr/lib/python2.5/site-packages/adesklets/commands_handler.py", line 103, in out
raise ADESKLETSError(4,message)
adesklets.error_handler.ADESKLETSError: adesklets command error - font 'VeraBd/8' could not be loaded
Gracias por pasarse, saludos.
PD: En realidad todos los desklets me tiran errores (al menos todos los que probé, com 6 o 7), la mayoría varios errores, y algunos son de font (vera), los cuales puedo cambiar, pero siempre quedan otros errores extra.
Incluso cambiando la letra sigue sin funcionar esta vez:
Código: Seleccionar todo
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 1107, in <module>
EventHandler(dirname(__file__)).pause()
File "./SystemMonitor.py", line 974, in __init__
adesklets.Events_handler.__init__(self)
File "/usr/lib/python2.5/site-packages/adesklets/events_handler.py", line 157, in __init__
self.ready()
File "./SystemMonitor.py", line 1004, in ready
self.meters[-1].create((8,tmp_height), self.basedir, meter[1])
File "./SystemMonitor.py", line 631, in create
AbstractMeter.create(self, location, basedir, config_dictionary)
File "./SystemMonitor.py", line 480, in create
self._create_fonts(config_dictionary)
File "./SystemMonitor.py", line 330, in _create_fonts
str(self._meter_font_size))
File "/usr/lib/python2.5/site-packages/adesklets/commands.py", line 706, in load_font
return comm.out()
File "/usr/lib/python2.5/site-packages/adesklets/commands_handler.py", line 103, in out
raise ADESKLETSError(4,message)
adesklets.error_handler.ADESKLETSError: adesklets command error - font 'Monospace/8' could not be loaded
O con Sans por ejemplo: adesklets.error_handler.ADESKLETSError: adesklets command error - font 'Sans/8' could not be loaded
Y que Sans y Monospace me aparecen en programas como Gimp :[.