Minus Games Gui
Configuration Options
The Minus Games Gui uses the same options as the Minus Games Client and if the mode is set to Cli the Gui will behave like the client.
Option | Description | Default | Environment Variable | Command Line Argument |
---|---|---|---|---|
fullscreen | Whether to run in fullscreen mode. | false | MINUS_GAMES_GUI_FULLSCREEN | --fullscreen |
mode | The mode to run the GUI in. | Gui | MINUS_GAMES_GUI_MODE | --mode |
theme | The theme of the GUI. | Light | MINUS_GAMES_GUI_THEME | --theme |
server_url | The URL of the server. | http://127.0.0.1:8415 | MINUS_GAMES_SERVER_URL | --server-url <SERVER_URL> |
client_folder | The folder where client data is stored. | ./client | MINUS_GAMES_CLIENT_FOLDER | --client-folder <CLIENT_FOLDER> |
wine_exe | The path to the Wine executable (optional). | Not set (no default) | MINUS_GAMES_WINE_EXE | --wine-exe <WINE_EXE> |
wine_prefix | The path to the Wine prefix (optional). | Not set (no default) | MINUS_GAMES_WINE_PREFIX | --wine-prefix <WINE_PREFIX> |
verbose | Enable verbose output. | false | MINUS_GAMES_VERBOSE | -v , --verbose |
offline | Run in offline mode. | false | MINUS_GAMES_OFFLINE | -o , --offline |
client_games_folder | The folder where client games are stored. | ./client_games | MINUS_GAMES_CLIENT_GAMES_FOLDER | --client-games-folder <CLIENT_GAMES_FOLDER> |
username | The username for authentication (optional). | MINUS_GAMES_USERNAME | --username <USERNAME> | |
password | The password for authentication (optional). | MINUS_GAMES_PASSWORD | --password <PASSWORD> | |
no-gamemoderun | Disable the use of gamemoderun. | false (i.e., gamemoderun is used by default) | MINUS_GAMES_NO_GAMEMODERUN | --no-gamemoderun |
sync | Controls default synchronization behavior (e.g., for run-game). | true | MINUS_GAMES_SYNC | --sync |
help | Print help message or the help of the given subcommand(s). | N/A | N/A | -h , --help |
version | Print version information. | N/A | N/A | -V , --version |