Package: python-x2go
Severity: wishlist
Enable TCP socket in PulseAudio before starting a session (that
requests pulse support). See below.
Mike
----- Weitergeleitete Nachricht von Tim Kruse <tim.kruse(a)kikxxl.de> -----
Datum: Wed, 16 Oct 2013 13:23:19 +0200
Von: Tim Kruse <tim.kruse(a)kikxxl.de>
Betreff: Re: [X2Go-User] pyhoca-cli sound issues [SOLVED]
An: x2go-user(a)lists.berlios.de
Am 16.10.2013 12:44, schrieb Tim Kruse:
> which is clear, as there is no open port 4713.
>
> So, if pyhoca or python-x2go is not able to handle this, is there a
> chance to let pulseaudio open this port otherwise? I think of some kind
> of script, which will be executed before pyhoca ...
I got it:
pacmd load-module module-native-protocol-tcp listen=0.0.0.0
before the start of pyhoca-cli let the running pulseaudio deamon open
it's port. Or let pulseaudio open the port by default by adding the
above line to /etc/pulse/default.pa ...
Perhaps it's possible to let pyhoca, or python-x2go respectively, open
the port like x2goclient does ... but for me the above solution is
enough ...
So long, Tim
_______________________________________________
X2Go-User mailing list
X2Go-User(a)lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-user
----- Ende der weitergeleiteten Nachricht -----
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Package: pyhoca-gui
Severity: normal
Version 4.0.3
When the switch debug-sftpxfer is used in pyhoca-gui, sometimes network drives on windows are not accessible and generate the message "operation not permitted"
Package: x2goadmincenter
Severity: wishlist
Version: 0.0.0.1
Hi Heinz,
I have been playing with X2Go Admin Center lately and I would really
love to see it get more focus (from me, from others).
One step towards that would be a nice desktop icon set.
For now, we use the X2Go Client icon for X2Go Admin Center [1] and we
show the .desktop file in the System menu category.
Maybe you can take a look at this some time... (very low prio, this
wishlist bug is simply so that we don't forget it).
Mike
[1]
http://code.x2go.org/gitweb?p=x2goadmincenter.git;a=tree;f=x2goadmincenter/…
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Package: x2goclient2
Severity: serious
Version: 0.0.0.1
Hi Alex,
I have played with x2goclient2 recently and have notices that it adds
picture=QByteArray(...)
to session profiles that get edited with x2goclient2.
Please do not use any Qt'isms on the sessions file as Python X2Go
won't be able to handle those.
There must be a generic, non-Qt way for storing session PNGs.
Thanks+Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hello list
I have recently upgraded the following packages
Upgrade package libnx-x11 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package libxcomp3 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package libxcompext3 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package libxcompshad3 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package nxagent 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package nxproxy 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
Upgrade package x2goagent 2:3.5.0.16-0~278~precise1 to
2:3.5.0.17-0~320~precise1
On my Ubuntu 12.04 server. Now, when i connect using the x2goclient, it
works well when i select a resolution and run it in a window, but when i
select fullscreen, the resolution is 1920 X 1200, no matter the
resolution on the client monitor. This results in the Unity controls
being unusable. Before the upgrades, there were no trouble. Is anyone
else experiencing the same?
--
Venlig Hilsen / Best Regards
Christoffer Krakou
Fleten.net APS
Package: nx-libs
Version: 3.5.0.27
Severity: normal
If you run a VirtualBox VM with its display running under X2Go, the
VM's clipboard sharing fails to work in either direction.
You cannot copy and paste text between the VM and an app running under
X2Go server, nor can you copy and paste text between the VM and an app
running on the X2Go Client system.
(I believe VirtualBox VMs use SDL to interact with the X server, which
in this case is nxagent. This differs from the VirtualBox GUI, which
is written in QT.)
Specifically, when the X sesssion starts on the guest, a
VirtualBox-provided script for X calls "VBoxClient --clipboard" to
start the clipboard service. The service runs as the user logged into
the guest. However, this service fails to stay running, and thus the
clipboard sharing does not work.
If you launch the VirtualBox VM on the local X.org X server, the
guest's clipboard service stays running and clipboard sharing works.
You can also launch the VM in RDP headless mode from x2go (so the VM
does not render its display to any nxagent). In this use case, the
clipboard service stays running and clipboard sharing works.
The strange part is that the configuration of the host affects the
behavior of the guest. It makes sense though because it's a bug in the
guest's code to integrate with the host.
Also, when you do call "VBoxClient --clipboard", it returns 0. And if
you call it after the X11 session has already started, the problem
still occurs.
In x2goclient, I tried turning on and off the following setting, but
it had no effect:
Options -> Settings -> X-Server settings -> do not use primary clipboard
My theory is that this is a bug in nx-libs, and that the bug is
probably related to nx-libs being forked from such an old X.org
codebase. It is worth looking into whether other SDL apps have
clipboard trouble with X2Go on Ubuntu 14.04. (It's also worth testing
an older release of Ubuntu as the host OS, since it would have an
older release of SDL.)
Host system:
OS: Ubuntu 14.04.1 64-bit with latest bugfix & security updates
nxagent: 2:3.5.0.27-0~446~ubuntu14.04.1
x2goserver: 4.0.1.15-0~847~ubuntu14.04.1
x2goserver-xsession: 4.0.1.15-0~847~ubuntu14.04.1
VirtualBox 4.3.14 (from download.virtualbox.org)
"Shared Clipboard" is set to "Bidirectional" for the VM
$ cat /etc/x2go/x2goagent.options | grep -v '^#' | grep -v '^$'
X2GO_NXAGENT_DEFAULT_OPTIONS=""
X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp"
Guest OS:
Ubuntu 12.04.5 64-bit with precise HWE stack, the virtual kernel, and
all the latest bugfix & security updates
OS-provided XFCE
virtualbox-guest-dkms: 4.1.12-dfsg-2ubuntu0.6
virtualbox-guest-utils: 4.1.12-dfsg-2ubuntu0.6
virtualbox-guest-x11: 4.1.12-dfsg-2ubuntu0.6
Configured according to:
https://github.com/mikedep333/duckpan-vagrant/tree/duckduckhack-vm
The aforementioned script is: /etc/X11/Xsession.d/98vboxadd-xclient
(I'm sure a different script would be used for distros like CentOS
which lack the /etc/X11/Xsession.d/ folder).
Client system:
Windows 8.1 64-bit with Update 1 and all the minor/monthly updates available
X2GoClient 4.0.2.1+hotfix1+build3
Package: <x2goclient>
Version: <4.0.0.3>
I have a problem with "Alt Gr" tab doesn't work.
I can't do an backslash "\" for enter my username on a domain
mydomain\user it's impossible
Do you have any solution ?
A topic is open of your X2GO-Community but no response on this topic :
http://x2go-community.org/main-menu/forum/?tx_mmforum_pi1%5Baction%5D=list
_post
<http://x2go-community.org/main-menu/forum/?tx_mmforum_pi1%5Baction%5D=lis
t_post&tx_mmforum_pi1%5Btid%5D=24&tx_mmforum_pi1%5Bfid%5D=13&tx_mmforum_pi
1%5Bpid%5D=page#pid59>
&tx_mmforum_pi1%5Btid%5D=24&tx_mmforum_pi1%5Bfid%5D=13&tx_mmforum_pi1%5Bpi
d%5D=page#pid59
--
Cordialement,
IBITEK-GROUP SUPPORT
------------------------------------------------------------
Tel : +33 491 058 350
Fax : +33 491 509 910
Mail : <mailto:support@ibitek-group.com> support(a)ibitek-group.com
Web : <http://www.ibitek-group.com> http://www.ibitek-group.com
------------------------------------------------------------
SOLUTIONS FOR INDUSTRY
Electricity & Automation + Business Intelligence
------------------------------------------------------------
package: x2goclient
Although filed against x2goclient, the same error occurs with pyhoca-cli
The session fails to start and the logs contains the following messages:
NXPROXY - Version 3.5.0
Copyright (C) 2001, 2011 NoMachine.
See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '6253'.
Session: Starting session at 'Thu Nov 14 17:05:08 2013'.
Loop: PANIC! Can't determine the location of the X display socket.
Error: Can't determine the location of the X display socket.
Loop: PANIC! Error 2 'No such file or directory' checking '/tmp/.X11-unix'.
Error: Error 2 'No such file or directory' checking '/tmp/.X11-unix'.
Session: Session terminated at 'Thu Nov 14 17:05:08 2013'.
Met vriendelijke groet,
Dick Kniep
Lindix BV
tel. 036-5215580
mob. 06-50991858