Skip to content
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

Update Check in background #201

Open
Offerel opened this issue Oct 21, 2021 · 2 comments
Open

Update Check in background #201

Offerel opened this issue Oct 21, 2021 · 2 comments

Comments

@Offerel
Copy link

Offerel commented Oct 21, 2021

I want to use chrlauncher on Windows startup only as downloader. Thats why chrlauncher should start hidden or in tray, without a window. But it seems, that ChromiumBringToFront from the ini file is ignored. Every time chrlauncher window is visible. This is my ini file:

[chrlauncher]
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --disable-logging --disable-breakpad --flag-switches-end --enable-remote-extensions
ChromiumBinary=chrome.exe
ChromiumDirectory=.\bin
ChromiumArchitecture=64
ChromiumAutoDownload=true
ChromiumBringToFront=false
ChromiumWaitForDownloadEnd=false
ChromiumUpdateOnly=true
ChromiumType=ungoogled-chromium
ChromiumCheckPeriod=-1
ChromiumLastCheck=1634842389

Is there something wrong with my configuration?

@WildByDesign
Copy link

@henrypp I have a request similar to this. You already have great MinimizeToTray functionality built-in which is nice. But it would be good if you had an option to hide the window on startup and go straight to system tray.

For example, I use Task Scheduler to start chrlauncher at logon so that chrlauncher can check for updates and be in the system tray. It does check for updates and does go straight to system tray, but it also shows focus on the chrlauncher window regardless of settings.

@Blanc-dot
Copy link

just use a bat with

@echo off & start /min "" "Path_to_chrlauncher.exe"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants