marha
-
2018-01-11
- status: open --> closed-fixed
I tried renaming the file from 'C:\Program Files\VcXSrv\system.XWinrc to C:\Users\<name>\AppData\Roaming.XWinrc it is not found. Notice that the log file prints the '/' as the added separator in the LoadPreference:.... not found message. </name>
My guess on reading the source is See LoadPreference in xorg-server/hw/xwin/winprefs.c lines 698 to 699. These check for and append '/' that is a unix separator they should use the windows separator '\'.
The fix is to change the '/' to '\' in lines 698 and 699
I have not figured out how to build from source yet so I don't know this will fix the problem.