close #415
thanks
Hello,
we are very hopeful that X2Go issue #415 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #424
thanks
Hello,
we are very hopeful that X2Go issue #424 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #414
thanks
Hello,
we are very hopeful that X2Go issue #414 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #428
thanks
Hello,
we are very hopeful that X2Go issue #428 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #409
thanks
Hello,
we are very hopeful that X2Go issue #409 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #441
thanks
Hello,
we are very hopeful that X2Go issue #441 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
close #445
thanks
Hello,
we are very hopeful that X2Go issue #445 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.14)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b…
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:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes:
x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream release (4.0.1.14):
- Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
(Fixes: #415).
- If x2golistmounts is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- If x2goumount-session is used without cmd option <session_id>, then
the env var $X2GO_SESSION (current session) will be attempted to use.
- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
via x2goagent.options. (Fixes: #424).
- Safely remove desktop files for client-side shared folders. Remove
the correct desktop file, even if the shared folder has already
been (forcefully) umounted. Such situations occur in cases where
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
#441).
- Provide proper Gentoo support in x2goserver-xsession portion of
X2Go Server. (Fixes: #445).
- x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
- Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
x2gomountdirs.8.
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
- Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
is still required for .desktop files.
* debian/*.doc-base:
+ Provide *.doc-base files for bin:packages containing HTML man pages
or other documentation.
* debian/x2goserver.init:
+ Add status option for init script (test if x2gocleansessions is
running or not).
+ Add Description key to LSB header.
* debian/config:
+ Explicitly call set -e. Makes lintian happier.
* debian/rules:
+ Detect Git-created ChangeLog file if present (created by X2Go
upstream's build scripts during package build).
.
[ Harald Nordgard-Hansen ]
* New upstream release (4.0.1.14):
- Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
were badly quoted (which caused them to report the wrong result and to
create a file called "=" in the user home directory). Aligning all tests
to use the same style of quoting fixes this. (Fixes: #409).
.
[ Orion Poplawski ]
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
- Fix the x2goserver.service unit file. Allow systemd to track the service
after startup. (Fixes: #428).
Processing control commands:
> reassign -1 x2goclient
Bug #439 [x2goclient] Shared folder mounting fails
Bug #421 [x2goclient] X2goclient on Windows: sshd.exe does not start.
Ignoring request to reassign bug #439 to the same package
Ignoring request to reassign bug #421 to the same package
> forcemerge -1 #421
Bug #439 [x2goclient] Shared folder mounting fails
Bug #421 [x2goclient] X2goclient on Windows: sshd.exe does not start.
Bug #421 [x2goclient] X2goclient on Windows: sshd.exe does not start.
Merged 421 439
--
421: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=421
439: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=439
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Processing control commands:
> reassign -1 x2goclient
Bug #439 [x2goserver] Shared folder mounting fails
Bug reassigned from package 'x2goserver' to 'x2goclient'.
No longer marked as found in versions 3.1.1.3-0~571~lucid1.
Ignoring request to alter fixed versions of bug #439 to the same values previously set
> forcemerge -1 #421
Bug #439 [x2goclient] Shared folder mounting fails
Bug #439 [x2goclient] Shared folder mounting fails
There is no source info for the package 'x2goclient' at version '4.0.1.3' with architecture ''
Unable to make a source version for version '4.0.1.3'
Marked as found in versions 4.0.1.3.
Added tag(s) confirmed and build-win32.
Bug #421 [x2goclient] X2goclient on Windows: sshd.exe does not start.
Merged 421 439
--
421: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=421
439: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=439
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems