How can I startup with Chrome as a background service?

Using applications, configuring, problems
Post Reply
Message
Author
puzzledpup
Posts: 6
Joined: Wed 27 Nov 2013, 22:01

How can I startup with Chrome as a background service?

#1 Post by puzzledpup »

With some help both here and by searching to the ends of the internet I was able to get google chrome 31 running and setup google cloud print here in Puppy Linux. There is one thing I have not managed yet and I have a feeling the answer is right under my nose but cannot seem to find it. How can I setup google chrome as a background service? Right now if I want to cloud print from another device the chrome browser has to be open in puppy linux for it to work. Which is not a real big deal but I know it can run the services in the background and be ready to go on boot up. Any ideas?

User avatar
Galbi
Posts: 1098
Joined: Wed 21 Sep 2011, 22:32
Location: Bs.As. - Argentina.

#2 Post by Galbi »

Do you need Chrome to be launched automatically on every boot?

If, yes, take a look at the README.txt in /root/Startup

puzzledpup
Posts: 6
Joined: Wed 27 Nov 2013, 22:01

Thanks

#3 Post by puzzledpup »

Thanks that will give me somewhere to start on this. I will be trying first to find a way to just launch the chrome services. I have had it that way on some of the other linux installs and got spoiled on it and was looking for a way to do that here in Puppy Linux as well. The way it works is the chrome services are launched in the back ground without requiring the browser window opened which enables me to cloud print anytime the computer is running without having to open the chrome browser. I know really lazy huh.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post by 666philb »

hi puzzledpup,

this might help https://support.google.com/a/answer/2906017?hl=en

then pop the script in /root/startup as mentioned by Galbi
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

puzzledpup
Posts: 6
Joined: Wed 27 Nov 2013, 22:01

Working great thanks

#5 Post by puzzledpup »

Thanks for all the help. The script you sent me the link to has some interesting features. For now I found a command to launch chrome as a service using this command in a script: google-chrome --type=service

I also found a no windows command which can be added to a script to make chrome open quicker when you do need the full browser. My system is really old and this next command speeded the Chrome browser opening time by 15 seconds
google-chrome --type=no window

Cant wait to get puppy loaded onto my main computer.

Post Reply