A page in your DokuWiki was added or changed. Here are the details: Date : 2018/06/05 00:29 Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 IP-Address : 173.71.96.114 Hostname : pool-173-71-96-114.cmdnnj.fios.verizon.net Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient... New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: Use strip-nondeterminism for VcXsrv fonts User : mikedep333 @@ -667,8 +667,14 @@ *xlaunch.exe *xrdb.exe *xwininfo.exe + Also, if you are doing an official X2Go Project build, before importing it into x2goclient-contrib, remove the timestamps from the .gz files. + Using debian's strip-nondeterminism (a perl script that calls a perl library, both of which can be extracted from their deb's & run fine under Cygwin): + <code> + cd /cygdrive/c/x2gobuilds/x2goclient-contrib/VcXsrv/1.20.0.0_bin/fonts + find . -name *.gz | xargs strip-nondeterminism + </code> Also, if you are doing an official X2Go Project build, create this file in the VcXsrv folder: *vcxsrv-version.txt And specify the version string of VcXsrv in it. The version string should be the only contents of the file. For example: -- This mail was generated by DokuWiki at https://wiki.x2go.org/