Errori all'avvio di Conky
Inviato: martedì 26 aprile 2011, 12:55
Salve a tutti,smanettando sul file .conkyrc ho modificato qualcosa che credo vada a causarmi questo problema all'avvio da terminale.
Se inserisco da terminaleinfatti mi restituisce questo errore:
loris@Asus-M3A78VM:~$ conky
Conky: /home/loris/.conkyrc: 15: no such configuration: 'border_margin'
Conky: /home/loris/.conkyrc: 43: no such configuration: 'maximum_size'
Conky: unknown variable align
Conky: can't open '/sys/bus/i2c/devices/9191-0290/fan1_input': No such file or directory
please check your device or remove this var from Conky
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
loris@Asus-M3A78VM:~$
Cosa devo modificare x far si che il file .conky parta di nuovo correttamente?
I file li ho salvati nella mia cartella home e li ho anche aggiunti ai programmi di avvio automatico
PS:posto anche il conky.starter x sicurezza
#!/bin/bash
# Conky Autostarter ~ Loris/conky.rc
sleep 22
if [ pgrep conky ];
then
pkill conky
fi
conky
Grazie in anticipo!
Se inserisco da terminale
Codice: Seleziona tutto
conkyloris@Asus-M3A78VM:~$ conky
Conky: /home/loris/.conkyrc: 15: no such configuration: 'border_margin'
Conky: /home/loris/.conkyrc: 43: no such configuration: 'maximum_size'
Conky: unknown variable align
Conky: can't open '/sys/bus/i2c/devices/9191-0290/fan1_input': No such file or directory
please check your device or remove this var from Conky
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
loris@Asus-M3A78VM:~$
Cosa devo modificare x far si che il file .conky parta di nuovo correttamente?
I file li ho salvati nella mia cartella home e li ho anche aggiunti ai programmi di avvio automatico
PS:posto anche il conky.starter x sicurezza
#!/bin/bash
# Conky Autostarter ~ Loris/conky.rc
sleep 22
if [ pgrep conky ];
then
pkill conky
fi
conky
Grazie in anticipo!