[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.8-29-g3df6864

X2go dev team git-admin at x2go.org
Wed Nov 30 13:18:33 CET 2011


The branch, master has been updated
       via  3df68647e449f439ed33dd3b201f43e6051ab28a (commit)
       via  1dc52c5c458d2e3d35151a68363b4b825c1f7dfe (commit)
       via  197765426bc6832460670baf9aff45e101458957 (commit)
      from  cdc1a1f3713ccd23d7ca35d3263a53ed8372844c (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 3df68647e449f439ed33dd3b201f43e6051ab28a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 30 13:18:29 2011 +0100

    changelog fix

commit 1dc52c5c458d2e3d35151a68363b4b825c1f7dfe
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 30 13:17:58 2011 +0100

    Add man page for x2gosessiontitle.

commit 197765426bc6832460670baf9aff45e101458957
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 30 13:17:40 2011 +0100

    changelog fix

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                              |    5 +++-
 x2goserver-pyhoca/man/man8/x2gosessiontitle.8 |   37 +++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletions(-)
 create mode 100644 x2goserver-pyhoca/man/man8/x2gosessiontitle.8

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1b2d499..3291841 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,13 @@ x2goserver (3.0.99.9-0~x2go1) UNRELEASED; urgency=low
     - Fix for install stanzas in several Makefiles.
     - Give X2Go session windows a human readable title.
     - Desktop sharing: fix username of user who requests desktop sharing.
-    - Allow client-side setting of session window title.
+    - Allow client-side setting of session window title (script:
+      x2gosessiontitle).
     - Fix x2gobasepath for Perl versions < 5.10.x.
     - Fix x2godbadmin for Perl versions < 5.10.x.
     - Remove x2gosetkeyboard from x2goserver-extensions package.
+    - Re-add x2gosetkeyboard via new subproject x2goserver-pyhoca.
+    - Add man page for x2gosessiontitle.
   * Add psmisc package as dependency.
   * Add new binary package to x2goserver source: x2goserver-pyhoca.
 
diff --git a/x2goserver-pyhoca/man/man8/x2gosessiontitle.8 b/x2goserver-pyhoca/man/man8/x2gosessiontitle.8
new file mode 100644
index 0000000..9c7c603
--- /dev/null
+++ b/x2goserver-pyhoca/man/man8/x2gosessiontitle.8
@@ -0,0 +1,37 @@
+'\" -*- coding: utf-8 -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH x2gosessiontitle 8 "Nov 2011" "Version 3.0.99.x" "X2go Server Tool (Extension)"
+.SH NAME
+x2gosessiontitle \- Render a custom session window title for X2Go sessions.
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+x2gosessiontitle
+
+.SH DESCRIPTION
+\fBx2gosessiontitle\fR may only be called from within the \fBx2gostartagent\fR script. If called
+otherwise, nothing will happen.
+.PP
+When called from within \fBx2gostartagent\fR the \fBx2gosessiontitle\fR script checks if the
+environment variable $X2GO_FEATURE_SESSIONTITLE is set to ,,enabled''. 
+.PP
+If so, a custom session window title for the X2Go session window is generated. The script also
+allows the environment variable $X2GO_SESSION_WINDOW_TITLE to be set by the X2Go client that
+is launching the session and thus gives server-side support for custom X2Go session window names.
+.PP
+\fINOTE\fR: This feature at the moment (2011-11-30) only works with PyHoca client implementations. The
+native X2Go Client demands a session window title of the form: X2GO-<session_id>.
+.PP
+.SH RETURN VALUES
+\fBx2gosessiontitle\fR echoes the custom session window title to STDOUT (without line break at the end).
+Its exitcode is always equal to 0.
+.PP
+.SH AUTHOR
+This manual has been written by Mike Gabriel <mike.gabriel at das-netzwerkteam.de> for the X2go project
+(http://www.x2go.org).


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).




More information about the x2go-commits mailing list