flags.sh icon indicating copy to clipboard operation
flags.sh copied to clipboard

Remove "--nogui" from velocity/waterfall

Open QuartzWarrior opened this issue 1 year ago • 3 comments

Remove the "--nogui" from the velocity option in /src/data/environment/operatingSystem.ts

Having this option causes the velocity servers to crash. I tried fixing it myself, but my limited knowledge of typescript messed me up.

QuartzWarrior avatar Jul 18 '23 19:07 QuartzWarrior

Already dealt with in the qwik rewrite!

(line 41 already checks if the gui key exists in the selected environment. In Velocity's case, it does not, so the --nogui flag will not be added)

encode42 avatar Jul 19 '23 02:07 encode42

I'm assuming the qwik rewrite hasn't been implemented then, right?

QuartzWarrior avatar Jul 19 '23 02:07 QuartzWarrior

Indeed

encode42 avatar Jul 19 '23 19:07 encode42