I've got a pretty heavy conky config comprised of multiple files I just spent several days on, and I used a simple shell script to start it and used Gnome Classic's autostart application menu to autorun it. For whatever reason, it never starts, but if I run the same exact identical command in the terminal, works perfectly fine.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
#! /path_to_interpreter(usually:#! /bin/bash) ? Does your script have proper attributes and right to be run as a program? – Misery Sep 26 '12 at 6:28