How can I start Google Chrome at boot in the background, i.e. not opening an entire window?
Asked
Active
Viewed 1.9k times
3 Answers
8
Search for start in dash

Open Startup Applications and click Add button

Add /opt/google/chrome/google-chrome --no-startup-window to command and chrome-boot (or any name you like) to Name, click Add and you are done.
Faizan Akram Dar
- 4,569
- 1
- 25
- 31
1
This worked until some chrome versions ago. Now it still works but if you start chrome that way your notifications will pop up in the wrong place (bottom).
To have them at the top right you need to add this:
/usr/bin/google-chrome-stable --no-startup-window
To the startup applications
Frederik
- 143
0
Try gDevilspie
gDevilspie is a graphical front-end for editing the Devilspie configuration file which allows you to run a particular application within a particular way.
Install gdevilspie : sudo apt-get install gdevilspie

kevy
- 688