This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository buildscripts.
from e87ea9d {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for OpenSuSE Leap 15.1.
new 319238c bin/nsis-builder.bat: use UPX 3.96.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and …
[View More]have only
been added to this reference.
Summary of changes:
bin/nsis-builder.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/01/25 18:05
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.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:x2goclien…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: Mention pageant.exe and puttygen.exe,…
[View More] since we ship them now as well (albeit optionally).
User : ionic
@@ -732,8 +732,13 @@
These are the only binaries you need from PuTTY. Copy them directly into the ''dist/'' or ''nsis/x2goclient'' folder.
* ''plink.exe''
* ''pscp.exe''
+
+ Out of courtesy, we also ship the following additional, not strictly needed binaries:
+
+ * ''pageant.exe''
+ * ''puttygen.exe''
===== Creating an NSIS Installer =====
--
This mail was generated by
DokuWiki at
https://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/01/25 18:01
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.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:x2goclien…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: Stop mentioning NSIS Unicode since …
[View More]we switched to the non-forked version again.
User : ionic
@@ -742,11 +742,11 @@
Previously, we used NSIS Unicode, but this project is stale and NSIS 3.x nowadays supports Unicode.
Then, edit ''nsis/x2goclient.nsi'' and replace all instances of ''X2GOCLIENT_VERSION'' with the actual version, and any string at the end. For example, if you were doing a test build of fixing bug 123 on top of 4.0.3.2, use ''4.0.3.2-bug123'' as the version string.
- Then, open
''nsis\x2goclient.nsi'' with NSIS Unicode. It will build an installer (''*-setup.exe'') and put it into the same directory.
+ Then, open ''nsis\x2goclient.nsi'' with NSIS. It will build an installer (''*-setup.exe'') and put it into the same directory.
If you wish to build via the command-line, run:
<code>
- $ "C:\Program Files (x86)\NSIS\Unicode\makensis.exe" x2goclient.nsi
+ $ "C:\Program Files (x86)\NSIS\makensis.exe" x2goclient.nsi
</code>
(Adjust path if on 32-bit Windows.)
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository x2goclient.
from 76619dd src/SVGFrame.cpp: simplify implementation a lot.
new 2e9ff38 debian/changelog: sync up.
new 4865c05 src/sshmasterconnection.cpp: work around lupdate warning by adding another block in the #else preprocessor branch.
new 248d26c debian/changelog: whitespace-only.
new 617a419 res/i18n/x2goclient_*.ts: …
[View More]update translation files.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 9 +
res/i18n/x2goclient_cs.ts | 1409 +++++++++++++++++++++--------------------
res/i18n/x2goclient_da.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_de.ts | 1442 ++++++++++++++++++++++--------------------
res/i18n/x2goclient_es.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_et.ts | 1442 ++++++++++++++++++++++--------------------
res/i18n/x2goclient_fi.ts | 1442 ++++++++++++++++++++++--------------------
res/i18n/x2goclient_fr.ts | 30 +-
res/i18n/x2goclient_nb_no.ts | 30 +-
res/i18n/x2goclient_nl.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_pt.ts | 1430 +++++++++++++++++++++--------------------
res/i18n/x2goclient_ru.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_sv.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_tr.ts | 1428 +++++++++++++++++++++--------------------
res/i18n/x2goclient_zh_tw.ts | 1428 +++++++++++++++++++++--------------------
src/sshmasterconnection.cpp | 3 +-
16 files changed, 8879 insertions(+), 8354 deletions(-)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/01/23 18:39
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
IP-Address : 87.147.75.43
Hostname : p57934B2B.dip0.t-ipconnect.de
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=157…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: [Debian Buster and Mesa 19.3.2]
User : uli42
@@ -…
[View More]33,9 +33,9 @@
If you want you can copy the libgl-xlib directory to some location of your likes and write a small wrapper "x2goglx" for starting GLX applications:
<code>
#!/bin/sh
- LD_LIBRARY_PATH=/home/uli/work/nx/ArcticaProject/upstream/mesa3d/mesa-19.3.2/build/./src/gallium/targets/libgl-xlib exec "$@"
+ LD_LIBRARY_PATH=<your directory>/libgl-xlib exec "$@"
</code>
<code>
$ chmod u+rx x2goglx
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/01/23 18:38
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
IP-Address : 87.147.75.43
Hostname : p57934B2B.dip0.t-ipconnect.de
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=157…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: [Debian Buster and Mesa 19.3.2]
User : uli42
@@ -…
[View More]30,8 +30,18 @@
$ ninja
$ LD_LIBRARY_PATH=`pwd`/src/gallium/targets/libgl-xlib/:${LD_LIBRARY_PATH} glxinfo | grep 'GLX version:'
</code>
+ If you want you can copy the libgl-xlib directory to some location of your likes and write a small wrapper "x2goglx" for starting GLX applications:
+ <code>
+ #!/bin/sh
+ LD_LIBRARY_PATH=/home/uli/work/nx/ArcticaProject/upstream/mesa3d/mesa-19.3.2/build/./src/gallium/targets/libgl-xlib exec "$@"
+ </code>
+
+ <code>
+ $ chmod u+rx x2goglx
+ $
x2goglx glxinfo
+ </code>
==== Ubuntu 14.04 ====
(with trusty-updates mesa 10.1.3-0ubuntu0.3)
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
[View Less]