[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:build-howto-mswin:x2goclient

wiki-admin at x2go.org wiki-admin at x2go.org
Thu May 23 01:56:25 CEST 2019


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2019/05/22 23:56
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0
IP-Address  : 178.162.222.163
Hostname    : 178.162.222.163.adsl.inet-telecom.org
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1558557077
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Manual Copying] Update VcXsrv instructions (new files, find command).
User        : ionic

@@ -659,8 +659,9 @@
  If you do install VcXsrv via the setup installer, and you are building X2Go Client 4.0.2.1, deselect to install the fonts. They would more than double the size of the X2Go NSIS installer. Some legacy apps do need them, and users can install them if they'd like.
  
  Also, if you are doing an official X2Go Project build, remove these files that X2Go Client does not need and would take up extra space:
    *
''iconv.dll''
+   * ''libiconv-2.dll''
    * ''libgcc-s-sjlj-1.dll''
    * ''libiconv-2.dll''
    * ''libwinpthread-1.dll''
    * ''libxml2.dll''
@@ -681,10 +682,10 @@
  
  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
+ $ cd /cygdrive/c/x2gobuilds/x2goclient-contrib/VcXsrv/1.20.1.4_bin/fonts
+ $ find . -iname '*.gz' -exec strip-nondeterminism '{}' ';'
  </code>
  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 content of that file. For
example:


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/



More information about the x2go-commits mailing list