As I said in title, when I boot my PC and after system loads, Chrome starts automatically. I checked in startup application, and I couldn't find Chrome entry. Can anyone tell me why Chrome starts automatically and how to stop it. I'm using XUbuntu 13.04
Asked
Active
Viewed 2,298 times
1
1 Answers
0
Since the autostart
settings seem to be clean, I would expect that xfce4-session has cached the app and restores it on boot time.
I suspect that you need to clear up your sessions cache: Settings Manager, Sessions and Startup, Sessions Tab, Clear Saved Sessions
. Or delete the contents of ~/.cache/sessions
, having logged out first. For details see: Xubuntu reopens last session applications even though it shouldn't.
~/.config/autostart
and/etc/xdg/autostart
. – May 01 '13 at 17:24