Can you type these commands in a shell and report here the outputs:

apt-cache policy conky
apt-cache policy conky-all
conky -v

I assume you launch conky with a script and some amount of delay already?
If so, does increasing the delay solve your problem?
If not try with this script:

#!/bin/bash
sleep 60 && conky;

Play with the delay (60 can be too much or not enough, depending on your
system) until you get an acceptable result.


** Changed in: conky (Ubuntu)
       Status: New => Incomplete

-- 
conky crashes on login
https://bugs.launchpad.net/bugs/473406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to