4

I am running Ubuntu 14.10 I have accidentally remove some of my startup applications from the "Startup Applications Preferences" GUI, and I don't know what they were, is there a log somewhere which will tell me which ones I removed? Or a way of restoring them?

I read here that I could restore them by copying all the entries here:

/etc/xdg/autostart/

To here:

~/.config/autostart

Would that work? Or would that still not restore the deleted ones?

These are the ones which I have left:

Startup Applications Preferences

2 Answers2

3

Very simple: restore from your last back-up the directory /home/szUserName/.config/autostart/* where szUserName is your actual user name.

For more information on back-ups, please read the following Q&A: What's a good back-up strategy for 1 desktop PC?.

You're definitely user type 4! ;-) >:-)

Fabby
  • 35,017
-1
  1. Open doom'day Terminal by Alt+F5 or Alt+any function key up to F7.

  2. Install trash-cli tool.

  3. Head over to the autostart directory.

  4. Run:

    sudo trash-restore
    
  5. Restore all your deleted autostart files one by one. If you have deleted them permanently, then there is no way coming back, but if you just moved them to trash, then it will help.