This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 5d3ce8df6e01e403de4bf3e968b9974a21badfcc Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 04:15:40 2015 +0100 general: change X2go -> X2Go. --- INSTALL | 6 +++--- debian/changelog | 4 ++++ x2goserver-fmbindings/man/man8/x2gofm.8 | 2 +- .../x2gofeature.d/x2goserver-fmbindings.features | 4 ++-- x2goserver/man/man8/x2golistmounts.8 | 2 +- x2goserver/man/man8/x2goruncommand.8 | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index d71e20a..fa48ab8 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ TARBALL INSTALLATION OF x2goserver ================================== -1.) USERS + GROUPS for X2go +1.) USERS + GROUPS for X2Go --------------------------- Set up x2gouser account and its group if they do not exist already: @@ -56,7 +56,7 @@ Alternatively, you can add a single line to /etc/rc.local: 5.) LOCAL FOLDER SHARING ------------------------ -Users that shall be able to use X2go's local folder sharing functionality (via sshfs) +Users that shall be able to use X2Go's local folder sharing functionality (via sshfs) have to be members of your server system's ,,fuse'' group $ usermod -a -G fuse <username> @@ -85,7 +85,7 @@ This variant is the default X2Go database setup. The X2Go database keeps track o running/suspended/finished X2Go sessions, mounted devices, etc. If you use SQLite3 as DB backend, X2Go will run on one single server. -For multi-X2goServer support use the PostgreSQL setup variant of X2Go server. All files +For multi-X2GoServer support use the PostgreSQL setup variant of X2Go server. All files are already resent for this setup. If not, please report it as a bug. diff --git a/debian/changelog b/debian/changelog index f0abae1..87ee85f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -141,6 +141,10 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low * debian/po: + Translate DebConf templates to Turkish. + [ Mihai Moldovan ] + * New upstream version (4.1.0.0): + - Change string "X2go" to "X2Go" where appropriate. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 May 2014 13:06:24 +0200 x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium diff --git a/x2goserver-fmbindings/man/man8/x2gofm.8 b/x2goserver-fmbindings/man/man8/x2gofm.8 index ed1dffb..77a5447 100644 --- a/x2goserver-fmbindings/man/man8/x2gofm.8 +++ b/x2goserver-fmbindings/man/man8/x2gofm.8 @@ -22,5 +22,5 @@ client-side folders shared via X2Go. The default file browser is defined by the freedesktop.org specification of the running desktop environment. .SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). diff --git a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features index 1736904..d3cad6b 100755 --- a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features +++ b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@" X2GO_FEATURE=$1 -# check for X2go server core features +# check for X2Go server core features case "$X2GO_FEATURE" in "X2GO_FMBINDINGS") echo "ok"; exit 0;; diff --git a/x2goserver/man/man8/x2golistmounts.8 b/x2goserver/man/man8/x2golistmounts.8 index a14b3e7..ae42c9a 100644 --- a/x2goserver/man/man8/x2golistmounts.8 +++ b/x2goserver/man/man8/x2golistmounts.8 @@ -15,7 +15,7 @@ x2golistmounts \- List Mounted Shares for an X2Go Session x2golistmounts [\fI<session_id>\fR] .SH DESCRIPTION -\fBx2golistmounts\fR returns a list of mounted client-side folders or devices for X2go +\fBx2golistmounts\fR returns a list of mounted client-side folders or devices for X2Go session \fI<session_id>\fR. .PP If this commands get evoked inside an X2Go session, the diff --git a/x2goserver/man/man8/x2goruncommand.8 b/x2goserver/man/man8/x2goruncommand.8 index 3b417fb..bdcd9f3 100644 --- a/x2goserver/man/man8/x2goruncommand.8 +++ b/x2goserver/man/man8/x2goruncommand.8 @@ -35,7 +35,7 @@ Execute command <command>. Full paths will be ignored, the command has to be in Possible generic values for <command> are: WWWBROWSER, OFFICE, MAILCLIENT and TERMINAL. .TP \*(T<\fB\<sound_system>\fR\*(T> -Either of the possible sound systems supported by X2go: pulse, esd, arts (obsolete) or none. +Either of the possible sound systems supported by X2Go: pulse, esd, arts (obsolete) or none. .TP \*(T<\fB\<session_type>\fR\*(T> Allowed values for <session_type> are: D (desktop) and R (rootless). -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git