7

How can I start Google Chrome at boot in the background, i.e. not opening an entire window?

dsg
  • 561

3 Answers3

8

Search for start in dash

enter image description here

Open Startup Applications and click Add button

enter image description here

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

enter image description here

kevy
  • 688