Kilka lat temu skonfigurowałem sobie conky i używałem na wielu różnych dystrybucjach. Od jakiegoś czasu przestało mi to działać. Otrzymuję taki komunikat podczas próby odpalenia conky
conky: Syntax error (/home/xyz/.conkyrc:2: unexpected symbol near ‘#’) while reading config file.
conky: Assuming it’s in old syntax and attempting conversion.
conky: [string “…”]:159: attempt to call a nil value (global ‘loadstring’)
Tak jest np. w najnowszym Manjaro, w Ubuntu 21.04 itp. Mógłby ktoś zamieścić plik konfiguracyjny conky działający z nowymi distrami?
Solved mine conkyrc issue. Just followed guide to convert conkyrc.
here is quick solution how to do it:
- make executable /usr/share/doc/conky-1.10.0/convert.lua
- convert your conky file ./convert.lua ~/.conkyrc
my after conversion start works smoothly
Dostaję to:
./convert.lua ~/.conkyrc
bash: ./convert.lua: /usr/bin/lua: zły interpreter: Nie ma takiego pliku ani katalogu
No to doinstaluj interpreter lua. Pewnie coś jakoś sudo apt install lua
?