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

Possible Duplicate:
What happened to to the startup application preferences?

Since I upgraded my system to 12.04 and did some updates, Startup Applications (gnome-session-property) is empty. Is that correct? (I don't think so...).

Note: I tried to run it as sudo but it doesn't work either.

Tks...

share|improve this question
Welcome to AskUbuntu. Can you provide detail on your question? Gnome version, and screenshot will be nice. Thanks! – penreturn Oct 17 '12 at 13:09

marked as duplicate by Anwar, Takkat, Stephen Myall, con-f-use, Jorge Castro Oct 18 '12 at 5:47

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

I guess that you upgraded from 10.04 to 12.04.

At Ubuntu 12.04 yes , the startup applications are hidden. Is not a problem or a fail that the catalog is empty. Its more like a security "valve" so users not delete any essential startup application and corrupt the system.

Here is a way to reveal all the startup applications in Ubuntu 12.04.

Be careful , because bellow command will reveal ALL the startup applications.

Open a terminal and give this command

sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop

Then open again the startup applications and I'm certain that the list will have grown.

share|improve this answer
I just saw the answer to my question in another website ten minutes before I see yours. About the previous version used, no it wasn't. It's a brand new installation, I misspelled the original question saying "upgraded". By the way, there's other users with the same problem and still with no answers. Thanks. – LucDaher Oct 17 '12 at 13:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.