Thread: Lubuntu conky start-up clearification help
hello all, after few weeks of trying out multiple live cds few different distributions, have made leap linux. settled on lubuntu version aging desktop, old dell p4. lubuntu running better did decade ago, when brand new. while exploring world of linux, came across wonderful little program named conky, , instantly became quite fond of it. spent better part of weekend learning how configure , settled on layout that, one- i'm happy and, two- forward adding , increasing it's functionality. stumbling block comes trying have start automatically on login. have read ton of posts regarding start-up methods , seems none of them deal set up. running lubuntu 11.10 in default session, openbox-lxde. got far creating following file , saving as: /home/ajobim/.conky_start.sh code: #! /bin/bash sleep 20 && conky -c /home/ajobim/conky/conky03 i made sure excutable users using: code: chmod +x .conky_start.sh i hoping have done far correc...