Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|improve this question
check that you give it execution permission – user61928 Sep 26 '12 at 5:32
1  
Do you have the proper first line: #! /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
Used chmod, It's executable. Apparently the Autorun does not like the .sh extension, I removed it and now it works. – Garret Sep 27 '12 at 23:45
Welcome to AskUbuntu. Can you provide your conky script? – penreturn Oct 12 '12 at 19:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.