http://ubuntuforums.org – Hi, I've configured conky in the session start up application via bash script called /usr/bin/start-conky Code: #!/bin/bash sleep 20 && conky exit But when I log to the system I have conky runs at least twice or more: Code: ps -A |grep conky 1503 ? 00:00:00 start-conky 1521 ? 00:00:08 conky 1524 ? 00:00:08 conky 2078 ? 00:00:08 conky How this is possible? TIA (Hardware)