Wolfman
Sun Jul 08, 2012 6:27:48 am
Hi all,
Paste this command in a terminal then open "Startup Applications" which will now show all startup entries if you are having problems with startup apps, you can identify which apps are starting and stop them or add them if necessary:
To add an app to startup if it is missing:
open "Startup Applications" and then on "Add" > Browse > File System > Usr > Bin > gnome-panel and then on "Open", give it a name click on "Add" and close the window.
To stop an app from starting, simply remove the tick from its box.
"gnome-panel" is being used as an example, you might want Amarok or FireFox to start with the system!!.
*SU menu = Startup Menu
You might want to take out any file that says "Tracker" which can be a resource hog and "Zeitgeist" which starts with the system and is a type of "Spyware" in my opinion:
http://en.wikipedia.org/wiki/GNOME_Activity_Journal
Regards Wolfman
Paste this command in a terminal then open "Startup Applications" which will now show all startup entries if you are having problems with startup apps, you can identify which apps are starting and stop them or add them if necessary:
- Code:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
To add an app to startup if it is missing:
open "Startup Applications" and then on "Add" > Browse > File System > Usr > Bin > gnome-panel and then on "Open", give it a name click on "Add" and close the window.
To stop an app from starting, simply remove the tick from its box.
"gnome-panel" is being used as an example, you might want Amarok or FireFox to start with the system!!.
*SU menu = Startup Menu
You might want to take out any file that says "Tracker" which can be a resource hog and "Zeitgeist" which starts with the system and is a type of "Spyware" in my opinion:
http://en.wikipedia.org/wiki/GNOME_Activity_Journal
Regards Wolfman