trembon / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
MIT License
70 stars 4 forks source link

This fork forces GUI = true? in settings.json on every run #7

Closed 2600box closed 8 months ago

2600box commented 8 months ago

Hello,

I saw you had made a number of welcome updates with your fork, and I am grateful. I wanted to give it a go, but I do not use the GUI. So I built the linux binaries which is all good.

When I run the fork, it creates the settings.json as usual. Normally I would set "gui": false, but every time I run your fork, it resets that variable to "gui": true, and it fails to run because I don't have an X environment.

The rest of the settings.json remains according to my configuration...

Any ideas how this can be resolved?

Thanks!

trembon commented 8 months ago

might be because of the updated gui library astilectron, but i will take a look see what i can find

trembon commented 8 months ago

@2600box found an old debug flag to force the GUI in code, removed this in a now merged PR, can you test if this works for you or if this needs more work?

2600box commented 8 months ago

Works great. Thank you!