close #516
thanks
Hello,
we are very hopeful that X2Go issue #516 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe690…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #40
thanks
Hello,
we are very hopeful that X2Go issue #40 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe690…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #505
thanks
Hello,
we are very hopeful that X2Go issue #505 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe690…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #490
thanks
Hello,
we are very hopeful that X2Go issue #490 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe690…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #339
thanks
Hello,
we are very hopeful that X2Go issue #339 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe690…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #490
thanks
Hello,
we are very hopeful that X2Go issue #490 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=be23e057f28a662438…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
close #40
thanks
Hello,
we are very hopeful that X2Go issue #40 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.
You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=be23e057f28a662438…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes:
nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
.
[ Mihai Moldovan ]
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
Big Endian systems (like PPC64). (Fixes: #515).
* Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
failures in session windows coming up on Big Endian systems
like PPC64. (Fixes: #516).
* Improve 105_nxagent_export-remote-keyboard-config.full.patch.
Don't print out nonsensical information, if there really was
no error when creating the keyboard file or the other way around.
Also add the reason when failing to create the keyboard file.
Only print an error message if SessionPath *really* is not defined.
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
Big Endian robust by assigning correct types for socklen_t objects.
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
when globally setting -DDEBUG and -DTEST at build time).
.
[ Nito MartÃnez ]
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
build against the Android system. (Fixes: #339).
.
[ Oleksandr Shneyder ]
* Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
state in path specified by "state" option in agent options file. If
option is omitted, session state will not be saved. Session states are:
STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
TERMINATED.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
.
[ Mike Gabriel ]
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
architectures. (Fixes: #490).
* Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
let NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40).
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
option configurable in nxagent via NX options as addition to the
command line parameter -clipboard. Note that the command line
parameter overrides the clipboard NX option. Possible values are
both or 1, client, server, none or 0.
.
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
.
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
+ 009_nxagent_add-man-page.full.patch
+ 009_nxproxy_add-man-page.full+lite.patch
+ 056_nx-X11_Werror-format-security.full.patch
+ 209_x2goagent_add-man-page.full.patch
+ 220_nxproxy_bind-loopback-only.full+lite.patch
Package: x2goserver
Version: 4.1.0.0-0x2go1.1~git20140528.984+jessie.heuler.1
On starting the x2goserver on Debian Testing:
Jun 29 09:54:58 hex systemd[1]: Starting LSB: Start and stop the X2Go
daemon...
Jun 29 09:54:58 hex x2goserver[28024]: Cleaning up stale X2Go sessions.
Jun 29 09:54:58 hex x2goserver[28024]: unknown backend at
/usr/share/perl5/X2Go/Server/DB.pm line 61.
Jun 29 09:54:58 hex x2goserver[28024]: Compilation failed in require at
/usr/sbin/x2gocleansessions line 37.
Jun 29 09:54:58 hex x2goserver[28024]: BEGIN failed--compilation aborted
at /usr/sbin/x2gocleansessions line 37.
Jun 29 09:54:58 hex systemd[1]: Started LSB: Start and stop the X2Go
daemon.
This happens when I start x2go with /etc/init.d/x2goserver start
So x2go is completely down, again...
--
http://www.fastmail.fm - A no graphics, no pop-ups email service
tag #122 pending
fixed #122 4.0.1.16
thanks
Hello,
X2Go issue #122 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=c3afe1c
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit c3afe1c154dfeb0ba052f7506f0cadc5f6c62871
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Jun 30 12:50:15 2014 +0200
Detect the exit of rootless applications that forked to background on application execution. (Fixes: #122).
diff --git a/debian/changelog b/debian/changelog
index fd13717..cf009c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
- Provide support for client-side choice of clipboard security. (Fixes:
#524).
- Use more quotes in x2goruncommand.
+ - Detect the exit of rootless applications that forked to background on
+ application execution. (Fixes: #122).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
tag #528 pending
fixed #528 4.0.2.1
thanks
Hello,
X2Go issue #528 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=7f1e287
The issue will most likely be fixed in src:x2goclient (4.0.2.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 7f1e287ae37e5f8892d5421ab2de6ce6625ae786
Author: Mike DePaulo <mikedep333(a)gmail.com>
Date: Sun Jun 29 22:37:49 2014 -0400
Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 (Fixes #528)
diff --git a/debian/changelog b/debian/changelog
index 5751587..593b55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low
- Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2.
Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211
(VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.)
+ - Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5
+ (Fixes: #528)
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Thu, 10 Apr 2014 18:30:25 +0200