Bei nächsten Neustart war mein conky nicht mehr da
also erst mal das Terminal bemüht:
Code: Alles auswählen
~$ conky: desktop window (c0009c) is subwindow of root window (76d)
conky: window type - desktop
conky: drawing to created window (0x5000001)
conky: drawing to double buffer
^C
[2]+ Getötet conky -c /home/willy/.conky/Uhr_und_Daten/conkydatenneu
2. Versuch: Debuggen:
Code: Alles auswählen
~$ DEBUG(0) [./src/conky.cc:2603]: reading contents from config file '/home/willy/.conky/Uhr_und_Daten/conkydatenneu'
DEBUG(0) [./src/x11.cc:400]: enter init_X11()
DEBUG(0) [./src/x11.cc:481]: Fixed xinerama area to: 0 0 3840 2160
DEBUG(0) [./src/x11.cc:432]: leave init_X11()
DEBUG(0) [./src/x11.cc:641]: enter init_window()
DEBUG(0) [./src/x11.cc:481]: Fixed xinerama area to: 0 0 3840 2160
conky: desktop window (c0009c) is subwindow of root window (76d)
conky: window type - desktop
conky: drawing to created window (0x4000001)
DEBUG(0) [./src/x11.cc:994]: leave init_window()
conky: drawing to double buffer
DEBUG(1) [./src/core.cc:2059]: no templates to replace
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 0
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 1
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 2
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 3
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 4
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 5
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 6
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 7
DEBUG(1) [./src/core.cc:689]: Adding $cpu for CPU 8
DEBUG(1) [./src/fonts.cc:93]: setting up fonts
DEBUG(1) [./src/fonts.cc:148]: loading fonts
DEBUG(1) [./src/fonts.cc:93]: setting up fonts
DEBUG(1) [./src/fonts.cc:93]: setting up fonts
DEBUG(1) [./src/fonts.cc:148]: loading fonts
DEBUG(1) [./src/fonts.cc:93]: setting up fonts
DEBUG(1) [./src/fonts.cc:93]: setting up fonts
DEBUG(1) [./src/fonts.cc:148]: loading fonts
Loadig .. Setting up
geht dann endlos weiter
Auch wieder nur via Task-Manger zu killen.
Da das (der ?) Conky ja offensichtlich gleich zum Anfang ohne Fehlermeldung hängen bleibt hier mal die relevanten Zeilen
Code: Alles auswählen
conky.text = [[
${alignc}${font DejaVu Sans Mono:style=bold:size=12}${color2}Intel Core i9-9900 CPU @ 3.10GHz
${voffset -10}${font}
${alignc}${font DejaVu Sans Mono:style=bold:size=20}${color2}Temp${exec sensors |grep "Package id 0:"|cut -c 15-25}${goto 170}
${voffset -20}${font}
#${alignc}${font DejaVu Sans Mono:style=bold:size=20}${color2}Leistung ${exec sensors |grep -A1 'Leistung CPU:'| cut -c 19-23}${goto 180}${font}
${alignc}${font DejaVu Sans Mono:style=bold:size=20}${color2}Leistung $cpu %
${voffset -1}${font}
1: ${cpu cpu1}% ${goto 110} ${freq_g cpu1} GHz ${goto 245} 2: ${cpu cpu2}% ${goto 370} ${freq_g cpu2} GHz
3: ${cpu cpu3}% ${goto 110} ${freq_g cpu3} GHz ${goto 245} 4: ${cpu cpu4}% ${goto 370} ${freq_g cpu4} GHz
5: ${cpu cpu5}% ${goto 110} ${freq_g cpu5} GHz ${goto 245} 6: ${cpu cpu6}% ${goto 370} ${freq_g cpu6} GHz
7: ${cpu cpu7}% ${goto 110} ${freq_g cpu8} GHz ${goto 245} 8: ${cpu cpu8}% ${goto 370} ${freq_g cpu8} GHz
${color2}$stippled_hr
Glück gehabt, da keinen Abhängigkeiten verletzt werden
Als Font ist im Abschnitt conky.config
Code: Alles auswählen
font = 'DejaVu Sans Mono:size=12',
Die Fonts sind installiert und auch in der /etc/conky/conky.conf so eingestellt, die lauft.
Ich pack mal mein Conky nach NoPaste 41606
Das ist übrigens genauso in Sid, identisches Problem
Ich hoffe jemand kann mir weiterhelfen, denn einen alte Version auf hold zu setzen ist sicher keine dauerhafte Lösung.