After installing few games from humble bundle onto my computer, I noticed my Chromium web browser started to act funny by starting up without being clicked. I reinstalled it, but the issue is not fixed. Can anyone suggest on what I can do next? Update: I looked at Startup Applications settings and I did not find chromium there.
Asked
Active
Viewed 438 times
1 Answers
0
Type in the dash "Startup applications" and then search for Chromium and deactivate it.

Diego Jp
- 31
- 5
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
then check Startup applications again and your desired app must appear. Good luck! – Diego Jp Jun 12 '13 at 21:42