close #1214
thanks
Hello,
we are very hopeful that X2Go issue #1214 reported by you
has been resolved in the new release (4.1.1.1) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.1.1.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=eef4bf3e0e618b1…
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:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.1.1.1-0x2go1
Status: RELEASE
Date: Thu, 15 Feb 2018 21:38:31 +0100
Fixes: 408 559 1122 1209 1214 1227
Changes:
x2goclient (4.1.1.1-0x2go1) RELEASED; urgency=medium
.
[ Mihai Moldovan ]
* New upstream version (4.1.1.1):
- src/pulsemanager.cpp: print out PA --version output as a debug message.
- macbuild.sh: also bundle xauth binary as nxauth binary.
- macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available
in MacPorts.
- src/sshmasterconnection.cpp: don't ask for private key passphrase if
auto-login merely failed due to the server denying the public key.
Fixes: #1122.
- src/{httpbrokerclient,onmainwindow,sshmasterconnection}.{cpp,h}:
introduce new passphrase_type enum and replace the old verificationCode
boolean value with that. Allows using more messages, including a new one
for plain password prompts. Adapt usage accordingly. The implementation
is ugly, but there's no good way around that (short of using C++11
features). The enum would really logically belong to ONMainWindow, but
since we also have to use it in SshMasterConnection, that may not
include onmainwindow.h to avoid a circular dependency, it has to be
part of SshMasterConnection for now.
- src/sshmasterconnection.cpp: query for password if it wasn't already
provided. Fixes: #1122. This usually happens if auto-login is enabled,
which bypasses the password prompt. If auto-login fails, authentication
normally continues via challenge auth or plain passwords, but since
users had no chance to input a password, such authentication will always
fail. Give users a way to enter passwords, in case the auto-login
failed.
- src/onmainwindow.cpp: finally include version information in debug
output.
- res/i18n/x2goclient_*.ts: apply last change to translation files
directly.
- src/sshmasterconnection.cpp: error out with a useful error message in
case no password has been provided when doing password authentication.
- src/sshmasterconnection.cpp: don't output an empty error message if
password authencation has been requested but the server does not support
this mechanism. Fixes: #408.
- src/onmainwindow.cpp: wrap user name for client-side mounts in quotes.
Fixes: #559. Will fail with user names that contain quotes, but oh
well...
- {example/x2goclient-cli,src/onmainwindow.cpp}: remove hopefully obsolete
HOSTNAME exporting into environment.
- src/onmainwindow.cpp: remove client-side LD_LIBRARY_PATH meddling.
Nothing of value is in that directory and nxproxy hasn't needed that for
years.
- src/settingswidgets.cpp: don't incorrectly enable whole display settings
in single display setups. Let debugging mode override this behavior,
though.
- src/onmainwindow.cpp: pass X2GO_RANDR_XINERAMA=[yes,no] to
x2gostartagent as an environment variable based upon the xinerama
session setting. Has no effect when connecting to older X2Go Server
versions and handles startup correctly with X2Go Server 4.1.0.0.
- src/onmainwindow.cpp: fix another leaked X2goSettings object.
- src/onmainwindow.cpp: rename xinerama env variable on session startup to
X2GO_XINERAMA in accordance with server changes.
- src/onmainwindow.cpp: supply xinerama option as another parameter to
x2goresume-session on session resume.
- src/sessionbutton.cpp: make button non-sensitive in bottom right part if
it's editable. Fixes: #1214.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: reformat,
whitespace fixes, split out close button slot in a separate function.
- src/onmainwindow.{cpp,h}: let close button be a member variable.
- src/onmainwindow.cpp: disable and enable close button during and after
connection startup.
- src/onmainwindow.cpp: initialize directRDP to false to be able to call
slotSuspendSessFromSt () even if no session has previously been started.
- src/onmainwindow.cpp: only initialize directRDP variable if platform is
Linux. Fixes compile failures on Windows and OS X.
- src/onmainwindow.cpp: always create close button, but either hide or
show it based upon whether --closebt was provided or not.
- src/onmainwindow.cpp: revert 3060183a78d8b6bd81bec9968c985c38bfd1e5c2.
Being able to suspend sessions via the close button is complex and
unnecessary, since in thinclient mode, for which this feature is
useful, users will not be able to see the client window while a session
is executing, due to it running in full screen mode.
- src/onmainwindow.cpp: always enable close button, let it log out from a
broker if already authenticated or close the client on click. Fixes:
#1209.
- man/man1/x2goclient.1: clarify what the close button now does. It either
lets the user re-login to the broker or closes the client.
- src/onmainwindow.cpp: correctly initialize brokerAuthentication member
of ConfigFile struct.
- {res/{img/png/close-button.png,resources.qrc},
src/{{onmainwindow,httpbrokerclient}.{cpp,h},help.cpp},
man/man1/x2goclient.1}: rename close button to broker logout button.
Reimplement the way it is shown - disable it upon startup and only
enable it after successful broker authentication.
- man/man1/x2goclient.1: add missing escape signs before dash/minus
characters.
.
[ Oleksandr Shneyder ]
* New upstream version (4.1.1.1):
- Change echo mode for user input in InteractionDialog.
.
[ Walid Moghrabi ]
* New upstream version (4.1.1.1):
- {res/img/png/,res/resources.qrc}: add close-button.png file.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new
option --closebt. Fixes: #1227. Adds a close button in the top-left
client corner (maybe next to the halt button) that currently just
terminates the client.
close #1227
thanks
Hello,
we are very hopeful that X2Go issue #1227 reported by you
has been resolved in the new release (4.1.1.1) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.1.1.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=eef4bf3e0e618b1…
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:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.1.1.1-0x2go1
Status: RELEASE
Date: Thu, 15 Feb 2018 21:38:31 +0100
Fixes: 408 559 1122 1209 1214 1227
Changes:
x2goclient (4.1.1.1-0x2go1) RELEASED; urgency=medium
.
[ Mihai Moldovan ]
* New upstream version (4.1.1.1):
- src/pulsemanager.cpp: print out PA --version output as a debug message.
- macbuild.sh: also bundle xauth binary as nxauth binary.
- macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available
in MacPorts.
- src/sshmasterconnection.cpp: don't ask for private key passphrase if
auto-login merely failed due to the server denying the public key.
Fixes: #1122.
- src/{httpbrokerclient,onmainwindow,sshmasterconnection}.{cpp,h}:
introduce new passphrase_type enum and replace the old verificationCode
boolean value with that. Allows using more messages, including a new one
for plain password prompts. Adapt usage accordingly. The implementation
is ugly, but there's no good way around that (short of using C++11
features). The enum would really logically belong to ONMainWindow, but
since we also have to use it in SshMasterConnection, that may not
include onmainwindow.h to avoid a circular dependency, it has to be
part of SshMasterConnection for now.
- src/sshmasterconnection.cpp: query for password if it wasn't already
provided. Fixes: #1122. This usually happens if auto-login is enabled,
which bypasses the password prompt. If auto-login fails, authentication
normally continues via challenge auth or plain passwords, but since
users had no chance to input a password, such authentication will always
fail. Give users a way to enter passwords, in case the auto-login
failed.
- src/onmainwindow.cpp: finally include version information in debug
output.
- res/i18n/x2goclient_*.ts: apply last change to translation files
directly.
- src/sshmasterconnection.cpp: error out with a useful error message in
case no password has been provided when doing password authentication.
- src/sshmasterconnection.cpp: don't output an empty error message if
password authencation has been requested but the server does not support
this mechanism. Fixes: #408.
- src/onmainwindow.cpp: wrap user name for client-side mounts in quotes.
Fixes: #559. Will fail with user names that contain quotes, but oh
well...
- {example/x2goclient-cli,src/onmainwindow.cpp}: remove hopefully obsolete
HOSTNAME exporting into environment.
- src/onmainwindow.cpp: remove client-side LD_LIBRARY_PATH meddling.
Nothing of value is in that directory and nxproxy hasn't needed that for
years.
- src/settingswidgets.cpp: don't incorrectly enable whole display settings
in single display setups. Let debugging mode override this behavior,
though.
- src/onmainwindow.cpp: pass X2GO_RANDR_XINERAMA=[yes,no] to
x2gostartagent as an environment variable based upon the xinerama
session setting. Has no effect when connecting to older X2Go Server
versions and handles startup correctly with X2Go Server 4.1.0.0.
- src/onmainwindow.cpp: fix another leaked X2goSettings object.
- src/onmainwindow.cpp: rename xinerama env variable on session startup to
X2GO_XINERAMA in accordance with server changes.
- src/onmainwindow.cpp: supply xinerama option as another parameter to
x2goresume-session on session resume.
- src/sessionbutton.cpp: make button non-sensitive in bottom right part if
it's editable. Fixes: #1214.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: reformat,
whitespace fixes, split out close button slot in a separate function.
- src/onmainwindow.{cpp,h}: let close button be a member variable.
- src/onmainwindow.cpp: disable and enable close button during and after
connection startup.
- src/onmainwindow.cpp: initialize directRDP to false to be able to call
slotSuspendSessFromSt () even if no session has previously been started.
- src/onmainwindow.cpp: only initialize directRDP variable if platform is
Linux. Fixes compile failures on Windows and OS X.
- src/onmainwindow.cpp: always create close button, but either hide or
show it based upon whether --closebt was provided or not.
- src/onmainwindow.cpp: revert 3060183a78d8b6bd81bec9968c985c38bfd1e5c2.
Being able to suspend sessions via the close button is complex and
unnecessary, since in thinclient mode, for which this feature is
useful, users will not be able to see the client window while a session
is executing, due to it running in full screen mode.
- src/onmainwindow.cpp: always enable close button, let it log out from a
broker if already authenticated or close the client on click. Fixes:
#1209.
- man/man1/x2goclient.1: clarify what the close button now does. It either
lets the user re-login to the broker or closes the client.
- src/onmainwindow.cpp: correctly initialize brokerAuthentication member
of ConfigFile struct.
- {res/{img/png/close-button.png,resources.qrc},
src/{{onmainwindow,httpbrokerclient}.{cpp,h},help.cpp},
man/man1/x2goclient.1}: rename close button to broker logout button.
Reimplement the way it is shown - disable it upon startup and only
enable it after successful broker authentication.
- man/man1/x2goclient.1: add missing escape signs before dash/minus
characters.
.
[ Oleksandr Shneyder ]
* New upstream version (4.1.1.1):
- Change echo mode for user input in InteractionDialog.
.
[ Walid Moghrabi ]
* New upstream version (4.1.1.1):
- {res/img/png/,res/resources.qrc}: add close-button.png file.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new
option --closebt. Fixes: #1227. Adds a close button in the top-left
client corner (maybe next to the halt button) that currently just
terminates the client.
close #408
thanks
Hello,
we are very hopeful that X2Go issue #408 reported by you
has been resolved in the new release (4.1.1.1) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.1.1.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=eef4bf3e0e618b1…
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:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.1.1.1-0x2go1
Status: RELEASE
Date: Thu, 15 Feb 2018 21:38:31 +0100
Fixes: 408 559 1122 1209 1214 1227
Changes:
x2goclient (4.1.1.1-0x2go1) RELEASED; urgency=medium
.
[ Mihai Moldovan ]
* New upstream version (4.1.1.1):
- src/pulsemanager.cpp: print out PA --version output as a debug message.
- macbuild.sh: also bundle xauth binary as nxauth binary.
- macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available
in MacPorts.
- src/sshmasterconnection.cpp: don't ask for private key passphrase if
auto-login merely failed due to the server denying the public key.
Fixes: #1122.
- src/{httpbrokerclient,onmainwindow,sshmasterconnection}.{cpp,h}:
introduce new passphrase_type enum and replace the old verificationCode
boolean value with that. Allows using more messages, including a new one
for plain password prompts. Adapt usage accordingly. The implementation
is ugly, but there's no good way around that (short of using C++11
features). The enum would really logically belong to ONMainWindow, but
since we also have to use it in SshMasterConnection, that may not
include onmainwindow.h to avoid a circular dependency, it has to be
part of SshMasterConnection for now.
- src/sshmasterconnection.cpp: query for password if it wasn't already
provided. Fixes: #1122. This usually happens if auto-login is enabled,
which bypasses the password prompt. If auto-login fails, authentication
normally continues via challenge auth or plain passwords, but since
users had no chance to input a password, such authentication will always
fail. Give users a way to enter passwords, in case the auto-login
failed.
- src/onmainwindow.cpp: finally include version information in debug
output.
- res/i18n/x2goclient_*.ts: apply last change to translation files
directly.
- src/sshmasterconnection.cpp: error out with a useful error message in
case no password has been provided when doing password authentication.
- src/sshmasterconnection.cpp: don't output an empty error message if
password authencation has been requested but the server does not support
this mechanism. Fixes: #408.
- src/onmainwindow.cpp: wrap user name for client-side mounts in quotes.
Fixes: #559. Will fail with user names that contain quotes, but oh
well...
- {example/x2goclient-cli,src/onmainwindow.cpp}: remove hopefully obsolete
HOSTNAME exporting into environment.
- src/onmainwindow.cpp: remove client-side LD_LIBRARY_PATH meddling.
Nothing of value is in that directory and nxproxy hasn't needed that for
years.
- src/settingswidgets.cpp: don't incorrectly enable whole display settings
in single display setups. Let debugging mode override this behavior,
though.
- src/onmainwindow.cpp: pass X2GO_RANDR_XINERAMA=[yes,no] to
x2gostartagent as an environment variable based upon the xinerama
session setting. Has no effect when connecting to older X2Go Server
versions and handles startup correctly with X2Go Server 4.1.0.0.
- src/onmainwindow.cpp: fix another leaked X2goSettings object.
- src/onmainwindow.cpp: rename xinerama env variable on session startup to
X2GO_XINERAMA in accordance with server changes.
- src/onmainwindow.cpp: supply xinerama option as another parameter to
x2goresume-session on session resume.
- src/sessionbutton.cpp: make button non-sensitive in bottom right part if
it's editable. Fixes: #1214.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: reformat,
whitespace fixes, split out close button slot in a separate function.
- src/onmainwindow.{cpp,h}: let close button be a member variable.
- src/onmainwindow.cpp: disable and enable close button during and after
connection startup.
- src/onmainwindow.cpp: initialize directRDP to false to be able to call
slotSuspendSessFromSt () even if no session has previously been started.
- src/onmainwindow.cpp: only initialize directRDP variable if platform is
Linux. Fixes compile failures on Windows and OS X.
- src/onmainwindow.cpp: always create close button, but either hide or
show it based upon whether --closebt was provided or not.
- src/onmainwindow.cpp: revert 3060183a78d8b6bd81bec9968c985c38bfd1e5c2.
Being able to suspend sessions via the close button is complex and
unnecessary, since in thinclient mode, for which this feature is
useful, users will not be able to see the client window while a session
is executing, due to it running in full screen mode.
- src/onmainwindow.cpp: always enable close button, let it log out from a
broker if already authenticated or close the client on click. Fixes:
#1209.
- man/man1/x2goclient.1: clarify what the close button now does. It either
lets the user re-login to the broker or closes the client.
- src/onmainwindow.cpp: correctly initialize brokerAuthentication member
of ConfigFile struct.
- {res/{img/png/close-button.png,resources.qrc},
src/{{onmainwindow,httpbrokerclient}.{cpp,h},help.cpp},
man/man1/x2goclient.1}: rename close button to broker logout button.
Reimplement the way it is shown - disable it upon startup and only
enable it after successful broker authentication.
- man/man1/x2goclient.1: add missing escape signs before dash/minus
characters.
.
[ Oleksandr Shneyder ]
* New upstream version (4.1.1.1):
- Change echo mode for user input in InteractionDialog.
.
[ Walid Moghrabi ]
* New upstream version (4.1.1.1):
- {res/img/png/,res/resources.qrc}: add close-button.png file.
- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new
option --closebt. Fixes: #1227. Adds a close button in the top-left
client corner (maybe next to the halt button) that currently just
terminates the client.
Had this same problem under Windows 10.
Started x2goclient.debug --debug and it showed me that the
permissions for the ssh_host_rsa_key are too open (0770).
Installed cygwin to check these permissions under windows and the user-
and groupname where the same username. The rights where 700. Somehow the
rights for the group where inherited from the user when they have the
same owner/group-name.
Fixed it by changing the group for ssh_host_rsa_key from the username to
'Users' under cygwin.
Guido
tag #1209 pending
fixed #1209 4.1.1.1
thanks
Hello,
X2Go issue #1209 (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=c57ad5d
The issue will most likely be fixed in src:x2goclient (4.1.1.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit c57ad5d8cd641f789a26278e3d3f112e9db5874e
Author: Mihai Moldovan <ionic(a)ionic.de>
Date: Wed Feb 14 22:25:09 2018 +0100
src/onmainwindow.cpp: always enable close button, let it log out from a broker if already authenticated or close the client on click. Fixes: #1209.
diff --git a/debian/changelog b/debian/changelog
index 606b075..09e563e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,9 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium
unnecessary, since in thinclient mode, for which this feature is
useful, users will not be able to see the client window while a session
is executing, due to it running in full screen mode.
+ - src/onmainwindow.cpp: always enable close button, let it log out from a
+ broker if already authenticated or close the client on click. Fixes:
+ #1209.
[ Oleksandr Shneyder ]
* New upstream version (4.1.1.1):
Package: x2go client
Version: 4.1.0.0
I get the following error message when starting X2Go client. Is there a way to fix it? I would like to exchange files from X2Go to my own computer.
"SSH daemon could not be started.
You have enabled remote printing or file sharing.
These features require a running and functioning SSH server on your computer.
Printing and file sharing will be disabled for this session.
?..."
tag #1240 pending
fixed #1240 0.0.4.0
thanks
Hello,
X2Go issue #1240 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=52b542f
The issue will most likely be fixed in src:x2gobroker (0.0.4.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 52b542f9735485fa5a0f912281e3d44d714ef9a9
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Feb 12 21:20:54 2018 +0100
debian/changelog: add closure for #1240
diff --git a/debian/changelog b/debian/changelog
index 46cf7ec..3db7744 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
* New upstream version (0.0.4.0):
- Bump upstream version to 0.0.4.0.
- - Port to Python 3.
+ - Port to Python 3. (Fixes: #1240).
- Drop left-over debug print() call.
- Makefile: Assure that setup.py is run under Python3.
- Improve debugging messages during authentication phase.
package: x2gobroker
priority: bug
Context : I'm using PAM auth with the X2Gobroker which relies on Samba/Winbind to use ActiveDirectory based authentication.
It works pretty well but some users couldn't auth even though we triple checked their username/password combination.
It appears these users had some accentuated characters in their password so I suppose there is a charset issue there, not sure if the broker uses iso/latin encoding or UTF8.
Regards,
Walid Moghrabi
TRAVAUX.COM
BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403
13591 AIX EN PROVENCE CEDEX 3
---
DISCLAIMER: This e-mail is private and confidential and may contain proprietary or legally privileged information. It is for the intended recipient only. If you have received this email in error, please notify the author by replying to it and then destroy it. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail or any attachment. Thank you
tag #1234 pending
fixed #1234 0.0.4.0
thanks
Hello,
X2Go issue #1234 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=75bc19e
The issue will most likely be fixed in src:x2gobroker (0.0.4.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 75bc19eea6433110733d53e4de23ab2703b19179
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Feb 12 15:53:33 2018 +0100
x2gobroker/brokers/base_broker.py: Entire rewrite of check_profile_acls() method. (Fixes: #1234).
diff --git a/debian/changelog b/debian/changelog
index 2d7940e..116897b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
- x2gobroker/basicauth.py: Fix call of base64.decodestring on Python3.
- Unit tests: Fix deep misunderstanding in the way allow-deny vs.
deny-allow should actually work.
+ - x2gobroker/brokers/base_broker.py: Entire rewrite of
+ check_profile_acls() method. (Fixes: #1234).
* debian/{control,compat}: Bump to DH version level 9.
* debian/{control,x2gobroker-common.install}:
+ Split out common files into non-Pythonian bin:pkg.
Package: x2goserver
Version: 4.0.1.22
Hello.
I have Ubuntu server with several users. Users authorising in google accounts by pam-imap module. (https://github.com/Dacha204/pam-imap.git) Some times users need to share local folders to server. User select folder and connect it but nothing happand. Process /usr/bin/x2gomountdirs even not tries to start. When user authorising with local account, folders are sharing sucessfully.
Server OS: Ubuntu 16.04.3 LTS,
Linux wp-001 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
x2goserver 4.0.1.22-0~1197~ubuntu16.04.1 amd64 X2Go server daemon scripts
Client OS: Windows 7, 10 64 bit
X2Go Client v.4.1.0.0 (Qt - 4.8.6)
Part of log:
Google account:
Feb 12 10:09:28 wp-001 systemd[1]: Started User Manager for UID 1001.
Feb 12 10:09:33 wp-001 /usr/bin/x2gostartagent: successfully started X2Go agent session with ID a.pravednyi-50-1518426571_stDMATE_dp32
Feb 12 10:09:41 wp-001 /usr/bin/x2goruncommand: launching session with Xsession-x2go mechanism, using STARTUP="mate-session"
Feb 12 10:09:41 wp-001 /usr/bin/x2goruncommand: dbus wrapper available as /usr/bin/dbus-run-session
Feb 12 10:09:58 wp-001 /usr/bin/x2gosetkeyboard: Setting X keyboard according to /home/a.pravednyi/.x2go/C-a.pravednyi-50-1518426571_stDMATE_dp32/keyboard
Local account:
Feb 12 10:12:44 wp-001 systemd[1]: Started User Manager for UID 1000.
Feb 12 10:12:49 wp-001 /usr/bin/x2gostartagent: successfully started X2Go agent session with ID andrew-50-1518426767_stDMATE_dp32
Feb 12 10:12:59 wp-001 /usr/bin/x2goruncommand: launching session with Xsession-x2go mechanism, using STARTUP="mate-session"
Feb 12 10:12:59 wp-001 /usr/bin/x2goruncommand: dbus wrapper available as /usr/bin/dbus-run-session
Feb 12 10:13:00 wp-001 /usr/bin/x2gomountdirs[6746]: successfully mounted apravednyi@127.0.0.1:50240/cygdrive/D/123 to /tmp/.x2go-andrew/media/disk/_cygdrive_D_123
Feb 12 10:13:01 wp-001 /usr/bin/x2gomountdirs[6746]: successfully mounted apravednyi@127.0.0.1:50240/cygdrive/C/Users/APRAVE~1.INT/X2GO~1/S-45AA~1/spool to /tmp/.x2go-andrew/spool/C-andrew-50-1518426767_stDMATE_dp32
Feb 12 10:13:02 wp-001 /usr/bin/x2gosetkeyboard: Setting X keyboard according to /home/andrew/.x2go/C-andrew-50-1518426767_stDMATE_dp32/keyboard
Thanks,
--
Andrew Pravednyi <andrew(a)bereznyaki.net>