Is there some reason x2goclient doesn't set the DPI to match the local display
by default?
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
Package: x2goclient
Version: 4.0.1.0
Tags: patch
I think it would be nice to have sessions set the DPI to that of the local
display by default.
I'm not entirely sure if physicalDpiX or logicalDpiX is better here.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
Processing commands for control(a)bugs.x2go.org:
> fixed #163 4.0.0.2
Bug #163 [x2goserver] [packaging-Debian] x2goserver should depend on X11 font utilities
There is no source info for the package 'x2goserver' at version '4.0.0.2' with architecture ''
Unable to make a source version for version '4.0.0.2'
Marked as fixed in versions 4.0.0.2.
> fixed #163 4.1.0.0
Bug #163 [x2goserver] [packaging-Debian] x2goserver should depend on X11 font utilities
There is no source info for the package 'x2goserver' at version '4.1.0.0' with architecture ''
Unable to make a source version for version '4.1.0.0'
Marked as fixed in versions 4.1.0.0.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
163: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=163
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Package: x2goserver
Version: 4.0.0.1-0~x2go1+wheezy~main~648~build1
Hi,
we recently installed the X2Go server to a headless server machine, which
does not have a normal X server installed. After installing the x2goserver
package and required dependencies we could not log in to the machine, the
relevant error in the logfile ('/tmp/.x2go-*/*.log) was:
Error: Aborting session with 'Could not open default font 'fixed''.
After manually installing the following (X server font handling related)
Debian packages, the problem was fixed: fontconfig, libxfont1,
xfonts-base, xfonts-encodings, xfonts-utils.
I suppose these packages should be a dependency of x2goserver?
The server has Debian Wheezy installed, the x2go server package was
obtained from the X2Go Debian repository:
'http://packages.x2go.org/debian/wheezy/main amd64 Packages'.
Regards:
Dániel Kondor
Hi Alex,
does the below commit fix any bug in X2Go BTS? There were some
discussions about such issues and I am not sure if we have that in BTS.
If there is an open bug for the issue, please tag the bug as pending
and mention that in the changelog.
Greets,
Mike
On Do 04 Apr 2013 11:38:26 CEST X2Go dev team wrote:
> The branch, master has been updated
> via 2419bf34d1ecd28696e6c129001057c4de77a328 (commit)
> from 036222619b0e93c7dce07204a5b04ad60e689c49 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit 2419bf34d1ecd28696e6c129001057c4de77a328
> Author: Oleksandr Shneyder <o.shneyder(a)phoca-gmbh.de>
> Date: Thu Apr 4 11:38:20 2013 +0200
>
> waiting for x2gocmdexitmessage to return before closing in hidden mode
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> debian/changelog | 1 +
> onmainwindow.cpp | 16 ++++++++++------
> 2 files changed, 11 insertions(+), 6 deletions(-)
>
> The diff of changes is:
> diff --git a/debian/changelog b/debian/changelog
> index 227a7af..dbe9045 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -3,6 +3,7 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
> [ Oleksandr Shneyder ]
> * Use "127.0.0.1" instead of localhost to avoid wrong IPv6 hostname
> resolution. (Fixes: #151).
> + - waiting for x2gocmdexitmessage to return before closing in hidden mode
>
> -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Mar
> 2013 23:21:11 +0100
>
> diff --git a/onmainwindow.cpp b/onmainwindow.cpp
> index 840a699..dbcb092 100644
> --- a/onmainwindow.cpp
> +++ b/onmainwindow.cpp
> @@ -5284,9 +5284,11 @@ void ONMainWindow::slotProxyFinished (
> int,QProcess::ExitStatus )
> delete sshConnection;
> x2goDebug<<"done"<<endl;
> sshConnection=0;
> + if ( startHidden )
> + {
> + close();
> + }
> }
> - if ( startHidden )
> - close();
>
> if ( readExportsFrom!=QString::null )
> {
> @@ -8270,9 +8272,6 @@ void ONMainWindow::slotCmdMessage ( bool
> result,QString output,
> passForm->setEnabled ( true );
> pass->setFocus();
> pass->selectAll();
> - delete sshConnection;
> - sshConnection=0;
> - return;
> }
> if ( output.indexOf ( "X2GORUNCOMMAND ERR NOEXEC:" ) !=-1 )
> {
> @@ -8283,8 +8282,13 @@ void ONMainWindow::slotCmdMessage ( bool
> result,QString output,
> cmd,QMessageBox::Ok,
> QMessageBox::NoButton );
> }
> - delete sshConnection;
> + if(sshConnection)
> + delete sshConnection;
> sshConnection=0;
> + if ( startHidden )
> + {
> + close();
> + }
> }
>
>
>
>
> hooks/post-receive
> --
> x2goclient.git (X2Go Client)
>
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "x2goclient.git" (X2Go Client).
>
> _______________________________________________
> X2Go-commits mailing list
> X2Go-commits(a)lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-commits
>
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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…
Is the any way to search through the contents of bug reports? I haven't found
one.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
Package: x2goserver
Version: 4.1.0.0
Getting these every second on the server:
Apr 3 16:54:51 kolea pulseaudio[11438]: [pulseaudio] main.c:
User-configured server at localhost:30034, refusing to start/autospawn.
Apr 3 16:54:52 kolea pulseaudio[11444]: [pulseaudio] main.c:
User-configured server at localhost:30034, refusing to start/autospawn.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
Package: x2goclient
Severity: minor
Version: 4.0.1.0
Hi Alex,
Wouldn't it make sense to disable (i.e. hide) the LDAP settings
completely when X2Go Client is run in broker mode?
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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…