km4ack / pi-build

https://youtube.com/km4ack
338 stars 71 forks source link

Conky is not starting after new install bap #405

Closed RonMar26 closed 2 years ago

RonMar26 commented 2 years ago

I did a few times a new bap install and every time conky is not starting. Also not when I start it out of the menu. It seems to be no gps problem. Cgps shows all the info. Disconnecting gps device is also not showing up conky. The pi os I use is bullseye 32 bit. What can be my problem

km4ack commented 2 years ago

from the terminal, run conky and post any errors please.

RonMar26 commented 2 years ago

pi@raspberrypi:~ $ conky conky: desktop window (1c00010) is subwindow of root window (3b0) conky: window type - normal conky: drawing to created window (0x1a00001) conky: drawing to double buffer conky: forked to background, pid is 1809 pi@raspberrypi:~ $ cat: /run/user/1000/gridinfo.txt: Bestand of map bestaat niet conky: $tail can't find information about /home/pi/Documents/mylog.txt

km4ack commented 2 years ago

Is your user name "pi"? BAP currently only works when the user name is Pi. There is a beta version being tested that removes this requirement.

RonMar26 commented 2 years ago

Yes the username is ”pi”

Op 6 jun. 2022 om 17:57 heeft KM4ACK @.***> het volgende geschreven:

Is your user name "pi"? BAP currently only works when the user name is Pi. There is a beta version being tested that removes this requirement.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

km4ack commented 2 years ago

ok. try running: touch /run/user/1000/gridinfo.txt and then mkdir -p /home/pi/Documents touch /home/pi/Documents/mylog.txt Finally, try launching conky again with conky

RonMar26 commented 2 years ago

pi@raspberrypi:~ $ conky conky: desktop window (1a00010) is subwindow of root window (3b0) conky: window type - normal conky: drawing to created window (0x1e00001) conky: drawing to double buffer conky: forked to background, pid is 4683 pi@raspberrypi:~ $ conky: $tail can't find information about /home/pi/Documents/mylog.txt

This is now the message after I have tried to start conky in the menu

RonMar26 commented 2 years ago

sorry i go to try that

RonMar26 commented 2 years ago

Yes now it is working again in a small version. But that can be changed.

TNX Jason all is working

RonMar26 commented 2 years ago

Also after reboot is conky working again. Tnx

73 PD7RON Ron

Op 6 jun. 2022 om 18:04 heeft KM4ACK @.***> het volgende geschreven:

ok. try running: touch /run/user/1000/gridinfo.txt and then mkdir -p /home/pi/Documents touch /home/pi/Documents/mylog.txt Finally, try launching conky again with conky

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.