Add a tip about `portable-file-dialogs.h` runtime req on Linux (#358)
In `portable-file-dialogs.h`, if none of `zenity`, `matedialog`,
`qarma`, `kdialog` is installed, it simply runs `echo`[1]. I'm not
sure if the intent was to fallback to readline or something, but it
seems to simply return an empty string with no indication of what
went wrong. This causes SpaghettiKart to render an error box:
> No ROM selected.
>
> Exiting...
To me this seems like a bug in `portable-file-dialogs.h`.
[1]: 11793ed431/include/portable-file-dialogs.h (L899)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
8ec18758c8
commit
ef50614595
|
|
@ -29,6 +29,7 @@ Your ROM needs to be in .z64 format. If it's in .n64 format, use the following t
|
|||
|
||||
#### Linux
|
||||
* Extract every file from the zip into a folder of your choosing.
|
||||
* Ensure `zenity` or `kdialog` package is installed.
|
||||
* Run "spaghetti.appimage" and select your US ROM. You may have to chmod +x the appimage via terminal.
|
||||
|
||||
#### Nintendo Switch
|
||||
|
|
|
|||
Loading…
Reference in New Issue