Morgan Aldridge
Morgan Aldridge
I've _finally_ started putting together the plugin-specific configuration documentation (see Pull Request #131 for the SourceGithub documentation).
@dregad I think it should probably remain open pending further documentation.
Additionally, you can try using the Source plugin's import.php page which will use the `long_process_timeout` from your Mantis config file (the default value of '0' means that it will never...
I have started in on this. I've added a `System6` configuration option which is mutually exclusive with the `System8` option (and will error if you try to use both at...
While calling `InitGCs()` after `ReadConfigFile()` does work as a quick-n-dirty hack, window controls and such are not actually rendered in a System 6 style (just a monochrome System 7 style....
@Hammster Very cool that you got it running under Windows via WSL! Thank you for reporting this issue, it's one that I've just been dealing with because I don't relaunch...
Thanks for reporting this. I assume you're using Arch Linux since you mentioned AUR. If so, which version are you running? Looking at [the `mlvwm` AUR](https://aur.archlinux.org/packages/mlvwm/), it appears to be...
Depending on your shell, you should be able to redirect both stdout & stderr to the file (by default it only redirects stdout), like so: startx &> text-file.txt Thanks for...
0ad also fails with the same error, though the serial numbers are different.
This seems related to this issue from SDL: [X_setInputfocus BadMatch 42](https://github.com/libsdl-org/SDL/issues/3949). It mentions needing to call `XSync()` and, when comparing `mlvwm.c` to `fvwm.c` in OpenBSD's Xenocara, the major difference seems...