-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable --start-maximized and other parameters? #55
Disable --start-maximized and other parameters? #55
Comments
I have an issue with launching chrome with hardware acceleration and would like to start chrome by passing the param --disable-gpu. Any way to pass run parameters to the browser launch command would be great and much appreciated. In the documentation I see there's a configPath param but there's no documentation on it |
Doesn't seem to be much going on in this project. I suspect we need a browser-launcher3 :) |
Yep it's been more than a year since anything substantial landed, I guess everyone involved has stuff to do that is higher prio, @roblourens feel invited to fork and fix some bugs :) |
@alessioalex had some plans for a fork, I don't know if that came to fruition. But like I said to him:
Let's get a bunch of contributors in one place and stop history from repeating itself. |
Yep nothing came to fruition yet, but I'm still fond of the idea. Would love to help out if others are interested as well. We could make a separate organization and call it .. browser-launcher3 or something. Like Vincent replied to an email a while back, https://github.com/james-proxy/james-browser-launcher looks to be the most up to date fork so we can fork that initially. |
In the meantime before an official |
Hi guys, we finally know that unfortunately we'll not be able to maintain browser-launcher2 anymore. More details in: #57 |
I want to launch Chrome but without the
--start-maximized
flag, and possibly without some of the other flags that are enabled by default. A maximized window browser is kind of annoying on a wide 27" display. It would be great if I could specify exactly the options to be passed to chrome.exe without any others being added.The text was updated successfully, but these errors were encountered: