Phalcode / gamevault-app

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

Use --minimized for auto start #348

Open KairuByte opened 5 months ago

KairuByte commented 5 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 5 months ago

i hate this behaviour too :D

Alfagun74 commented 4 months ago

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

Zallist commented 4 months ago

--minimized

On Tue, 12 Mar 2024, 00:29 Alper Alkan, @.***> wrote:

@Yelo420 https://github.com/Yelo420, @Zallist https://github.com/Zallist was this included in #360 https://github.com/Phalcode/gamevault-app/pull/360 ?

— Reply to this email directly, view it on GitHub https://github.com/Phalcode/gamevault-app/issues/348#issuecomment-1989691973, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCCAX6YADJPVRELSG3D2TDYXZD5FAVCNFSM6AAAAABCTZOMOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBZGY4TCOJXGM . You are receiving this because you were mentioned.Message ID: @.***>

Zallist commented 4 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

On Tue, 12 Mar 2024, 08:04 Danny Whittaker, @.***> wrote:

--minimized

On Tue, 12 Mar 2024, 00:29 Alper Alkan, @.***> wrote:

@Yelo420 https://github.com/Yelo420, @Zallist https://github.com/Zallist was this included in #360 https://github.com/Phalcode/gamevault-app/pull/360 ?

— Reply to this email directly, view it on GitHub https://github.com/Phalcode/gamevault-app/issues/348#issuecomment-1989691973, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCCAX6YADJPVRELSG3D2TDYXZD5FAVCNFSM6AAAAABCTZOMOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBZGY4TCOJXGM . You are receiving this because you were mentioned.Message ID: @.***>

Alfagun74 commented 4 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 3 months ago

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

KairuByte commented 3 months ago

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