The branch, master has been updated via cae4f4d7dbacc720ee1e064441af82667b4f040f (commit) from 6063b28117cf9d525cd5db566ef2736e0b2ca349 (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 cae4f4d7dbacc720ee1e064441af82667b4f040f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 11 15:10:48 2012 +0200 Use ,,printf'' instead of ,,echo -e'' (Bashism). Fixes occurences of xinerama.conf files. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ onmainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8de2f27..6da5992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ x2goclient (3.99.3.0-0~x2go1) UNRELEASED; urgency=low files need the x-bit set. Also: add a compatibility profile name rewrite for PyHoca-GUI profile names containing a slash, PyHoca-GUI uses a slash as separator character for submenu cascades. + - Use ,,printf'' instead of ,,echo -e'' (Bashism). Fixes occurences of + xinerama.conf files. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Add rdesktop and xfreerdp to Recommends. diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 7e66572..5ece6c2 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -9432,7 +9432,7 @@ void ONMainWindow::slotConfigXinerama() foreach (QRect disp, xineramaScreens) screens<<QString::number(disp.x())+" "+QString::number(disp.y())+" "+QString::number(disp.width())+ " "+QString::number(disp.height()); - QString cmd="export DISPLAY=:"+resumingSession.display+";echo -e "+screens.join("\\\\n")+" > ~/.x2go/C-"+ + QString cmd="export DISPLAY=:"+resumingSession.display+";printf "+screens.join("\\\\n")+" > ~/.x2go/C-"+ resumingSession.sessionId+"/xinerama.conf"; x2goDebug<<cmd<<endl; 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).