The branch, release/4.0.1.x has been updated
via a56b852b185c83dfa9b99a87fa655e8b8cd6b255 (commit)
from 8f8a034e39eeefe0d5e4be04b3bd28c8eafb7d90 (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 a56b852b185c83dfa9b99a87fa655e8b8cd6b255
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 22:14:59 2013 +0100
release 4.0.1.8
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 162629e..8e4efc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x2goserver (4.0.1.8-0~x2go1) UNRELEASED; urgency=low
+x2goserver (4.0.1.8-0~x2go1) unstable; urgency=low
* New upstream version (4.0.1.8):
- Fix resizing when resuming sessions.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Nov 2013 22:13:53 +0100
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Nov 2013 22:14:50 +0100
x2goserver (4.0.1.7-0~x2go1) unstable; urgency=low
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via 8f8a034e39eeefe0d5e4be04b3bd28c8eafb7d90 (commit)
from f09263a3bdad231b6c53563c4c84d16754e16aaf (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 8f8a034e39eeefe0d5e4be04b3bd28c8eafb7d90
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 22:14:46 2013 +0100
Fix resizing when resuming sessions.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
x2goserver/bin/x2goresume-session | 8 +-------
2 files changed, 8 insertions(+), 7 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d9df5e8..162629e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x2goserver (4.0.1.8-0~x2go1) UNRELEASED; urgency=low
+
+ * New upstream version (4.0.1.8):
+ - Fix resizing when resuming sessions.
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Nov 2013 22:13:53 +0100
+
x2goserver (4.0.1.7-0~x2go1) unstable; urgency=low
[ Orion Poplawski ]
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index a39c76e..fb0d40f 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -32,7 +32,7 @@ X2GO_LIB_PATH="$(x2gopath libexec)";
X2GO_AGENT_PID=`$X2GO_LIB_PATH/x2gogetagent "$SESSION_NAME"`
X2GO_ROOT="${HOME}/.x2go"
-X2GO_RESIZE=0
+X2GO_RESIZE=1
X2GO_FULLSCREEN=0
NX_XINERAMA_CONF="$X2GO_ROOT/C-$SESSION_NAME/xinerama.conf"
@@ -44,11 +44,6 @@ fi
$X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@"
-# rootless sessions require to be resizable
-if [ "$SESSION_TYPE" == "R" ]; then
- X2GO_RESIZE=1
-fi
-
# rootless sessions of geometry fullscreen are invalid
if [ "$X2GO_GEOMETRY" == "fullscreen" ] && [ "$SESSION_TYPE" == "R" ]; then
X2GO_GEOMETRY=""
@@ -59,7 +54,6 @@ if [ "$X2GO_GEOMETRY" == "" ] && [ "$SESSION_TYPE" == "D" ]; then
X2GO_GEOMETRY="fullscreen"
fi
if [ "$X2GO_GEOMETRY" == "fullscreen" ]; then
- X2GO_RESIZE=1
X2GO_FULLSCREEN=1
fi
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via c97fa8e35ba0e695424a9bae62cf1d09cd927991 (commit)
from 32416b90e15ec2d043473dcbc36a0a7d30affe2f (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 c97fa8e35ba0e695424a9bae62cf1d09cd927991
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:05:47 2013 +0100
wrap too-long changelog line
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 733ddae..5fa4234 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,8 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
Xsession.options they get symlinked into /etc/x2go. Otherwise Xsession.d
and Xsession.options are created under /etc/x2go as empty dir/file.
(Fixes: #278).
- - Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a session.
- (Fixes: #285).
+ - Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a
+ session. (Fixes: #285).
- Provide sudoers.d/x2goserver file that allows sudoed commands under
KDE (by pertaining the env var QT_GRAPHICSSYSTEM. (Fixes: #276).
- With PostgreSQL as session db backend, prevent the root user from
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via 32416b90e15ec2d043473dcbc36a0a7d30affe2f (commit)
from 3607be15e22789544e57ec3461b6908422cce012 (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 32416b90e15ec2d043473dcbc36a0a7d30affe2f
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:03:21 2013 +0100
fix for commit c7026a5
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/control b/debian/control
index 6c4d18b..eadc2eb 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Recommends:
x11-xserver-utils,
fontconfig,
xinit,
- x2goserver-extensions (= ${source:Version})
+ x2goserver-extensions (= ${source:Version}),
xfonts-base,
Suggests:
x2goserver-printing (= ${source:Version}),
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via 3f75e53942bf01c274b2027c086f5b7acff57c3e (commit)
from c099e1624d3c68458ce7880b88d151469a37337a (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 3f75e53942bf01c274b2027c086f5b7acff57c3e
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:56:59 2013 +0100
release 4.0.0.6 (cherry-picked from release/4.0.0.x branch)
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 3df4a06..f24e40e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -117,14 +117,14 @@ x2goserver (4.0.1.0-0~x2go1) unstable; urgency=low
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 07 Jun 2013 23:07:40 +0200
-x2goserver (4.0.0.6-0~x2go1) UNRELEASED; urgency=low
+x2goserver (4.0.0.6-0~x2go1) unstable; urgency=low
* New upstream version (4.0.0.6):
- Work around buggy X2Go Client on Mac OS. If the keyboard type
is set to "query", we force X2GO_SET_KBD to 1.
(Partly resolves: #112).
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 25 Sep 2013 12:19:16 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Nov 2013 21:56:44 +0100
x2goserver (4.0.0.5-0~x2go1) unstable; urgency=low
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via f09263a3bdad231b6c53563c4c84d16754e16aaf (commit)
from 3f75e53942bf01c274b2027c086f5b7acff57c3e (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 f09263a3bdad231b6c53563c4c84d16754e16aaf
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:58:39 2013 +0100
release 4.0.1.7
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f24e40e..d9df5e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
+x2goserver (4.0.1.7-0~x2go1) unstable; urgency=low
[ Orion Poplawski ]
* New upstream version (4.0.1.7):
@@ -47,7 +47,7 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
commands, for example "rdesktop -k nl" -> "/usr/bin/rdesktop\n/usr/bin/nl".
Now we splitting $cmd and taking only first part.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 28 Jul 2013 13:37:12 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 22 Nov 2013 21:58:27 +0100
x2goserver (4.0.1.6-0~x2go1) unstable; urgency=low
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via c099e1624d3c68458ce7880b88d151469a37337a (commit)
from 310803c723b32df951a41f180a5b2143b49e298e (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 c099e1624d3c68458ce7880b88d151469a37337a
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:56:07 2013 +0100
remove duplicate log entry
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 --
1 file changed, 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1740d50..3df4a06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,8 +26,6 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
- Typo fix in x2goruncommand (for MATE session startup).
* debian/control:
+ Update LONG_DESCRIPTIONS.
- + Move xfonts-base from Recommends: field to Depends: field (bin:package
- x2goserver).
+ Raise Standards: to 3.9.4 (no changes needed).
+ Move xfonts-base to Recommends: field of bin:package x2goserver.
* debian/x2goserver.init:
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via 310803c723b32df951a41f180a5b2143b49e298e (commit)
from a032d0860d55d5d3c856b0f3a0162a33e24c7d30 (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 310803c723b32df951a41f180a5b2143b49e298e
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:55:21 2013 +0100
move x2goruncommand fix from Oleksandr Shneyder into release 4.0.1.7
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5fa4234..1740d50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,13 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
* New upstream version (4.0.1.7):
- Use bash-builtin 'type' instead of to be avoided 'which'. (Fixes: #305).
+ [ Oleksandr Shneyder ]
+ * New upstream version (4.0.0.6):
+ - Fix x2goruncommand: "type -P $cmd" can create new lines in EXEC
+ variable if command have the arguments wich have same names as existing
+ commands, for example "rdesktop -k nl" -> "/usr/bin/rdesktop\n/usr/bin/nl".
+ Now we splitting $cmd and taking only first part.
+
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 28 Jul 2013 13:37:12 +0200
x2goserver (4.0.1.6-0~x2go1) unstable; urgency=low
@@ -114,19 +121,11 @@ x2goserver (4.0.1.0-0~x2go1) unstable; urgency=low
x2goserver (4.0.0.6-0~x2go1) UNRELEASED; urgency=low
- [ Mike Gabriel ]
* New upstream version (4.0.0.6):
- Work around buggy X2Go Client on Mac OS. If the keyboard type
is set to "query", we force X2GO_SET_KBD to 1.
(Partly resolves: #112).
- [ Oleksandr Shneyder ]
- * New upstream version (4.0.0.6):
- - Fix x2goruncommand: "type -P $cmd" can create new lines in EXEC
- variable if command have the arguments wich have same names as existing
- commands, for example "rdesktop -k nl" -> "/usr/bin/rdesktop\n/usr/bin/nl".
- Now we splitting $cmd and taking only first part.
-
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 25 Sep 2013 12:19:16 +0200
x2goserver (4.0.0.5-0~x2go1) unstable; urgency=low
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, release/4.0.1.x has been updated
via a032d0860d55d5d3c856b0f3a0162a33e24c7d30 (commit)
from c97fa8e35ba0e695424a9bae62cf1d09cd927991 (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 a032d0860d55d5d3c856b0f3a0162a33e24c7d30
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Fri Nov 22 21:41:35 2013 +0100
follow-up commit for 90cd1a0
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2gostartagent | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index 5127865..eb53984 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -57,7 +57,7 @@ X2GO_KBD_TYPE="$1"; shift
X2GO_SET_KBD="$1"; shift
X2GO_STYPE="$1"; shift
X2GO_CMD="$1"; shift
-X2GO_RESIZE=0
+X2GO_RESIZE=1
X2GO_FULLSCREEN=0
# Mac OS keyboard issue workaround: for old/broken clients that used to call type=query and usekbd=0...
@@ -206,11 +206,6 @@ while [ "$GR_PORT" == "" ] || [ "$SOUND_PORT" == "" ] || [ "$FS_PORT" == "" ]; d
fi
done
-# rootless sessions require to be resizable
-if [ "$SESSION_TYPE" == "R" ]; then
- X2GO_RESIZE=1
-fi
-
# rootless sessions of geometry fullscreen are invalid
if [ "$X2GO_GEOMETRY" == "fullscreen" ] && [ "$SESSION_TYPE" == "R" ]; then
X2GO_GEOMETRY=""
@@ -221,7 +216,6 @@ if [ "$X2GO_GEOMETRY" == "" ] && [ "$SESSION_TYPE" == "D" ]; then
X2GO_GEOMETRY="fullscreen"
fi
if [ "$X2GO_GEOMETRY" == "fullscreen" ]; then
- X2GO_RESIZE=1
X2GO_FULLSCREEN=1
fi
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]
The branch, master has been updated
via 913e110f68d9020b26b7b1169fe537b3cdae0d2f (commit)
from 7f78bd30196a25001cb6b1b15fd28c861f8709fb (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 913e110f68d9020b26b7b1169fe537b3cdae0d2f
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Nov 22 21:41:35 2013 +0100
follow-up commit for 8d72da3
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2gostartagent | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index 528db6f..de7e90f 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -57,7 +57,7 @@ X2GO_KBD_TYPE="$1"; shift
X2GO_SET_KBD="$1"; shift
X2GO_STYPE="$1"; shift
X2GO_CMD="$1"; shift
-X2GO_RESIZE=0
+X2GO_RESIZE=1
X2GO_FULLSCREEN=0
# Mac OS keyboard issue workaround: for old/broken clients that used to call type=query and usekbd=0...
@@ -217,11 +217,6 @@ while [ "$GR_PORT" == "" ] || [ "$SOUND_PORT" == "" ] || [ "$FS_PORT" == "" ]; d
fi
done
-# rootless sessions require to be resizable
-if [ "$SESSION_TYPE" == "R" ]; then
- X2GO_RESIZE=1
-fi
-
# rootless sessions of geometry fullscreen are invalid
if [ "$X2GO_GEOMETRY" == "fullscreen" ] && [ "$SESSION_TYPE" == "R" ]; then
X2GO_GEOMETRY=""
@@ -232,7 +227,6 @@ if [ "$X2GO_GEOMETRY" == "" ] && [ "$SESSION_TYPE" == "D" ]; then
X2GO_GEOMETRY="fullscreen"
fi
if [ "$X2GO_GEOMETRY" == "fullscreen" ]; then
- X2GO_RESIZE=1
X2GO_FULLSCREEN=1
fi
hooks/post-receive
--
x2goserver.git (X2Go Server)
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 "x2goserver.git" (X2Go Server).
[View Less]