Topic: Conky Not Displaying Full Output from execpi
I have a slight problem with my MythTV script, which I haven't been able to fix. Perhaps someone here has an idea? The script is written in Python and outputs to stdout. It works correctly when I run it in a terminal. However, in conky the last few lines are never displayed. The exact number of lines displayed seems to vary randomly. It's called in conky using:
${color white}${execpi 60 ~/devel/myth_python_status/myth_status.py}
Ian.