Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
398 stars 18 forks source link

Use --minimized for auto start #348

Open KairuByte opened 9 months ago

KairuByte commented 9 months ago

Is your feature request related to a problem? Please describe. The only time I want GameVault to start minimized is when it starts automatically. The rest of the time, I am intentionally invoking a "please start". Currently, if GV is closed, and I say "hey computer, start GameVault" I get a splash screen which then poofs. This isn't "standard practice" when it comes to applications.

Describe the solution you'd like Implement a /minimized or similar flag into GameVault, and have the autostart be minimized while all others start as per normal.

Alfagun74 commented 9 months ago

i hate this behaviour too :D

Alfagun74 commented 8 months ago

@Yelo420, @Zallist was this included in #360 ?

Zallist commented 8 months ago

--minimized is the same as --minimized=true --minimized=false will actually bypass the built in setting, so make visible even if autohidden by settings

Alfagun74 commented 8 months ago

Thanks for clarifying @Zallist.

Now we only need to configure GameVault to use --minimized on computer startup, but not on normal application starts if the start minimized setting is set.

Alfagun74 commented 7 months ago

not that easy https://stackoverflow.com/a/45842014

KairuByte commented 7 months ago

Easy solution is to run a script on startup that starts with the flag.