This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch build-main
in repository x2goserver.
discards c3f8b2e x2goserver.spec: %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds.
discards 81a763d x2goserver.spec: fix RPM build failure due to misplaced fi in %pre scriptlet.
discards e901fbd x2goserver.spec: only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL.
discards 52ebbee x2goserver.spec: bump …
[View More]revision.
discards 49d4315 x2goserver.spec: change deprecated and removed PreReq to Requires(pre) header.
discards 95a8b3e x2goserver.spec: don't use %{_sbindir} for chkconfig and service on SLE{S,D}.
discards 5459355 x2goserver.spec: add support for %{_datadir}/applications symlink in %{_sysconfdir}/x2go.
discards 628c640 x2goserver.spec: Do not search for unavailable file in x2goserver's post install script.
adds 8bacb2b Continue development...
adds f81c738 x2goserver.spec: Do not search for unavailable file in x2goserver's post install script.
adds 63900ca x2goserver.spec: add support for %{_datadir}/applications symlink in %{_sysconfdir}/x2go.
adds 8c556c1 x2goserver.spec: don't use %{_sbindir} for chkconfig and service on SLE{S,D}.
adds 869e031 x2goserver.spec: change deprecated and removed PreReq to Requires(pre) header.
adds c133657 debian/changelog: reference 4.0.1.19-0x2go2 bump.
adds 751b2ff x2goserver.spec: only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL.
adds 6456d28 TERMINAL Session: Add support for qterminal
adds 72f412c debian/changelog: fix wrong version string in changelog.
adds 0a079d6 x2goserver.spec: fix RPM build failure due to misplaced fi in %pre scriptlet.
adds 426b601 x2goserver.spec: %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds.
adds 86d9b3c x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't parse the full desktop file if there are non-Desktop Entries groups.
adds 23f0480 x2goserver/bin/x2gogetapps: first define an array, then use it...
adds e305c5a x2goserver/bin/x2gogetapps: do not print spurious newlines.
adds 1347c0c general: change X2go -> X2Go.
adds 5e92d1d x2goserver.spec: add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck.
adds 0688bfa x2goserver.spec: typo fix in comment: Recommands -> Recommends.
adds ec5b3ce x2goserver.spec: fix installation on OpenSUSE 12.3 and higher: has replaced pwdutils with shadow. Also affects SLE{S,D} 12.
adds 6862d30 x2goserver.spec: add workaround documentation for sudoers on *SUSE 11.
adds 8062b81 x2goserver.spec: add shadow/shadow-utils/pwdutils Requires to x2goserver-printing sub package.
adds b39dc01 x2goserver-extensions: add runcommand.d hooks to x2goserver-extensions Makefile. Fix changelog.
adds 8e57556 Make X2Go Server aware of Rick Astley (RICKROLL)
adds 4399293 Revert "Make X2Go Server aware of Rick Astley (RICKROLL)"
adds c8cee41 TRINITY: Add support for Q4OS
adds 88bece4 {debian/control,x2goserver.spec}: add new dependency on bash.
adds a571b5f x2goserver/bin/x2gosessionlimit: don't iterate over the whole groups file.
adds 492f478 x2goserver/sbin/x2godbadmin: remove trailing whitespace.
adds 35e9b98 x2goserver/sbin/x2godbadmin: revoke all PRIVILEGES before trying to delete a user on postgres.
adds 08ab5c8 x2goserver/sbin/x2gocleansessions: re-fetch the current sessions' status before handling it.
adds 68d7d0f x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_since to %remembered_sessions_status_since.
adds eeddf46 x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_status_since to %remembered_sessions_status_since_time.
adds 8592542 x2goserver/sbin/x2gocleansessions: give suspended-but-running sessions a grace period of one iteration.
adds 4ecf8b4 x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace.
adds 27b0fd7 x2goserver/sbin/x2gocleansessions: move up session status sync a bit, don't update session state when session has been removed from the database.
adds c968382 x2goserver/sbin/x2gocleansessions: unify log messages. Move dangling line around.
adds 9db387f x2goserver/sbin/x2gocleansessions: whitespace only.
adds 6203e20 x2goserver/sbin/x2gocleansessions: also delete entries in the other, overlooked hashes.
adds 0954384 x2goserver/sbin/x2gocleansessions: move socket and lock file cleanup into time-based block for finished/failed sessions.
adds eff9f17 x2goserver/sbin/x2gocleansessions: add @remembered_finished_sessions array.
adds a828f15 x2goserver/sbin/x2gocleansessions: don't add failed/finished sessions to remembered list if that list already includes them.
adds f1a8718 x2goserver/sbin/x2gocleansessions: don't use gmtime (time ()) but merely time ().
adds ae239e9 x2goserver/sbin/x2gocleansessions: add debugging output to show the state change when updating the cached state result.
adds c00cd1e x2goserver/sbin/x2gocleansessions: only output status refreshing debug message if the old and new states actually differ.
adds 2cdbc00 debian/control: add new dependency on xkb-data to x2goserver.
adds ec11a3c x2goserver.spec: add new dependency on xkeyboard-config to x2goserver. Fixes: #903.
adds 52c4480 debian/x2goserver.preinst: Use proper comment header explaining about preinst script argument calls (not postinst).
adds beb3517 x2goserver/bin/x2gostartagent: changes to Robert Nowotny's SSH_PORT patch. Fixes: #922.
adds b12d8b6 x2goserver/bin/x2goruncommand: whitespace and comment changes only.
adds 203d95e x2goserver/bin/x2goruncommand: add the other trinity launcher scripts in order from newest to oldest. Fixes: #985.
adds 1cc93d5 x2goserver/bin/x2gocleansessions: replace system_capture_stdout_output() with actual implementation.
adds 7ae2669 x2goserver-xsession/etc/Xsession: use /bin/bash explicitly on RedHat-, Gentoo- and SuSE-based systems.
adds 86a0e42 x2goserver/bin/x2gomountdirs: remove blowfish Cipher spec hardcoded for sshfs mounts.
adds c3eb995 debian/control: maintainer change in package: X2Go Developers <x2go-dev(a)lists.x2go.org>.
adds e49f7c4 x2goserver/bin/x2goruncommand: whitespace only.
adds 5aa8fd6 x2goserver/bin/x2goruncommand: capture x2goruncommand debug output for x2gofeature X2GO_XSESSION. Fixes: #1035.
adds e912bfa debian/control: add myself as uploader.
adds 39e369d x2goserver/sbin/x2gocleansessions: add Perl documentation and --help, -h, -? and --man options. Fixes: #1065.
adds cae9ba3 x2goserver/man/man8/x2gocleansessions.8: drop obsolete man page.
adds f8c89a6 x2goserver-xsession/etc/Xsession: fix uname calls when (potentially) creating session log/error file and add uname call where necessary.
adds ccf305c x2goserver-xsession/etc/Xsession: include hostname in session-x2go-errors file name. Part of #923.
adds aa29e1e x2goserver.spec: add new dependency on perl and the Cwd module to x2goserver-xsession. Part of #923.
adds ad7e210 debian/control: add new dependency on perl-modules for Cwd. Part of #923.
adds 65e9b8c x2goserver-xsession/etc/Xsession: rotate old log/error file before appending new data. Fixes: #923.
adds 23bf7ca x2goserver-xsession/etc/Xsession: fix wrong variable usage. Fixes: #1073.
adds 4d7615e x2goserver/sbin/x2gocleansessions: move in-file POD to end of file, rather than "commenting" out all the remaining code. Fixes: #1068.
adds aba1a0b x2goserver/sbin/x2godbadmin: exit earlier when not finding the required "x2gouser" user.
adds 30f8642 x2goserver/bin/x2golistdesktops: drop -u parameter to ss. Fixes: #799.
adds 9c94875 x2goserver/bin/x2golistdesktops: fixup for previous commit, brainfart on my end.
adds 2c50469 release 4.0.1.20
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c3f8b2e)
\
N -- N -- N refs/heads/build-main (2c50469)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
INSTALL | 6 +-
debian/changelog | 157 ++++++++++++++++
debian/control | 8 +-
debian/x2goserver.preinst | 14 +-
x2goserver-compat/VERSION.x2goserver-compat | 2 +-
x2goserver-compat/man/man8/x2gosuspend-agent.8 | 2 +-
x2goserver-compat/man/man8/x2gosuspend.8 | 2 +-
x2goserver-compat/man/man8/x2goterminate.8 | 2 +-
x2goserver-extensions/Makefile | 12 ++
.../VERSION.x2goserver-extensions | 2 +-
.../man/man8/x2goserver-run-extensions.8 | 2 +-
.../VERSION.x2goserver-fmbindings | 2 +-
x2goserver-fmbindings/man/man8/x2gofm.8 | 4 +-
.../x2gofeature.d/x2goserver-fmbindings.features | 4 +-
x2goserver-printing/VERSION.x2goserver-printing | 2 +-
x2goserver-printing/man/man8/x2goprint.8 | 2 +-
x2goserver-pyhoca/VERSION.x2goserver-pyhoca | 2 +-
x2goserver-xsession/VERSION.x2goserver-xsession | 2 +-
x2goserver-xsession/etc/Xsession | 31 +++-
x2goserver.spec | 83 ++++++++-
x2goserver/VERSION.x2goserver | 2 +-
x2goserver/bin/x2gogetapps | 78 +++++---
x2goserver/bin/x2golistdesktops | 2 +-
x2goserver/bin/x2gomountdirs | 4 +-
x2goserver/bin/x2goruncommand | 98 ++++++----
x2goserver/bin/x2gosessionlimit | 21 +--
x2goserver/bin/x2gostartagent | 71 +++++++-
x2goserver/doc/README.sudoers | 22 +++
x2goserver/man/man5/x2goserver.conf.5 | 2 +-
x2goserver/man/man8/x2gobasepath.8 | 2 +-
x2goserver/man/man8/x2gocleansessions.8 | 23 ---
x2goserver/man/man8/x2gocmdexitmessage.8 | 2 +-
x2goserver/man/man8/x2godbadmin.8 | 2 +-
x2goserver/man/man8/x2gofeature.8 | 2 +-
x2goserver/man/man8/x2gofeaturelist.8 | 2 +-
x2goserver/man/man8/x2gogetapps.8 | 2 +-
x2goserver/man/man8/x2gogetservers.8 | 2 +-
x2goserver/man/man8/x2golistdesktops.8 | 2 +-
x2goserver/man/man8/x2golistmounts.8 | 4 +-
x2goserver/man/man8/x2golistsessions.8 | 2 +-
x2goserver/man/man8/x2golistsessions_root.8 | 2 +-
x2goserver/man/man8/x2gomountdirs.8 | 2 +-
x2goserver/man/man8/x2gopath.8 | 2 +-
x2goserver/man/man8/x2goresume-session.8 | 2 +-
x2goserver/man/man8/x2goruncommand.8 | 4 +-
x2goserver/man/man8/x2gosessionlimit.8 | 2 +-
x2goserver/man/man8/x2gosetkeyboard.8 | 2 +-
x2goserver/man/man8/x2goshowblocks.8 | 2 +-
x2goserver/man/man8/x2gostartagent.8 | 2 +-
x2goserver/man/man8/x2gosuspend-session.8 | 2 +-
x2goserver/man/man8/x2goterminate-session.8 | 2 +-
x2goserver/man/man8/x2goumount-session.8 | 2 +-
x2goserver/man/man8/x2goversion.8 | 2 +-
x2goserver/sbin/x2gocleansessions | 191 +++++++++++++++-----
x2goserver/sbin/x2godbadmin | 74 ++++----
55 files changed, 726 insertions(+), 253 deletions(-)
create mode 100644 x2goserver/doc/README.sudoers
delete mode 100644 x2goserver/man/man8/x2gocleansessions.8
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch release/4.0.1.x
in repository x2goserver.
from 9c94875 x2goserver/bin/x2golistdesktops: fixup for previous commit, brainfart on my end.
new 2c50469 release 4.0.1.20
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to …
[View More]this reference.
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository x2gomatebindings.
from 11a7835 release 0.0.1.4
new 3802d40 Continue development
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
VERSION.x2gomatebindings …
[View More]| 2 +-
configure.ac | 2 +-
debian/changelog | 6 ++++++
x2gomatebindings.spec | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch build-main
in repository x2gomatebindings.
from 803d9f8 release 0.0.1.3
adds 5dc1fa2 Continue development
adds aa26631 Fix dependency error when installing from an RPM
adds 589edbf Update changelog about bug #821
adds bfd0dd3 x2gomatebindings.spec: add run and build time dependency: filesystem.
adds 36e4e11 x2gomatebindings.spec: only own …
[View More]files, do not blindly own complete (and alien!) directories. Fixes: #822.
adds df8c930 x2gomatebindings.spec: add missing BuildRequires: and Requires: for file and directory owning.
adds 926c4cf x2gomatebindings: don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion makes x2goserver also provide x2goserver-extensions.
adds e418ad3 x2gomatebindings.spec: fix a typo in if condition.
adds 0dc7ab8 x2gomatebindings.spec: let Fedora/EPEL depend on x2goserver-extensions again. We're now adding our own repositories to the build config.
adds 545e980 x2gomatebindings.spec: make *SUSE ignore mate-menus-upstream. A choice is bad in this case, leading to a build failure.
adds 6f69ea3 x2gomatebindings.spec: the last change should have really been for mate-menus-branding, not mate-menus.
adds 45e3589 debian/control: maintainer change in package: X2Go Developers <x2go-dev(a)lists.x2go.org>.
adds 5a506ca x2gomatebindings.spec: add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, OpenSuSE 13.2 and SLE{S,D} 12.
adds cd66cb2 debian/control: whitespace only.
adds be5376f configure.ac: make GTK version selectable.
adds b09f65f debian/rules: add per-distro and per-version substitution variable for GTK library version selection.
adds d704137 debian/control: add new build dependencies (should already be fulfilled by base system, but who knows...)
adds 2d06515 debian/control: replace explicit GTK library dependency with some generated substitution variable.
adds 0329318 debian/control: add explicit dependency on bash (for arithmetic operations in debian/rules file.)
adds cac3931 debian/rules: use bash for arithmetic operations, not supported by sh.
adds a49fce3 x2gomatebindings.spec: switch to use -symbolic icons on OpenSUSE 13.2 and 42.1.
adds 0c885ff x2gomatebindings.spec: prepare GTK library version switching and hardcode GTK 2 for now.
adds d64e869 debian/rules: fix ifeq call by adding a space character between ifeq and the opening parenthesis.
adds 74f11e3 debian/rules: if encountering the "unstable" distro version, set it to a fake 9999 version.
adds bce515d debian/rules: fix Ubuntu versioning override. It's uglier now, but there's no way around that.
adds 6da9ac4 debian/rules: add explicit "printf-style" debugging, hoping it will actually show up.
adds 3b45d99 x2gomatebindings.spec: re-add explicit GTK library build dependencies.
adds 802d980 x2gomatebindings.spec: switch to GTK 3 for Fedora 25 and up.
adds dffec22 debian/rules: drop debugging output (which only leads to failing builds on all platforms) and consolidate default values.
adds 276e5df x2gomatebindings.spec: don't automatically configure after running autogen.sh.
adds 75fd286 debian/rules: don't automatically configure after running autogen.sh.
adds f013991 debian/rules: override "testing" string with a hardcoded version value as well.
adds 1a94bf2 x2gomatebindings.spec: fix FC conditionals, the macro is called "fedora", not "fedora_version".
adds 632291d debian/control: add myself as uploader.
adds a18f083 debian/rules: fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067.
adds 7e613fc x2gomatebindings.spec: break choice by ignoring x2goserver-x2goagent and (build-depending) on x2goagent for now.
adds 8b9f2ba x2gomatebindings.spec: make *SUSE ignore mate-desktop-gschemas-branding-upstream. A choice is bad in this case, leading to a build failure.
adds 11a7835 release 0.0.1.4
No new revisions were added by this update.
Summary of changes:
VERSION.x2gomatebindings | 2 +-
configure.ac | 23 +++++++++++--
debian/changelog | 70 +++++++++++++++++++++++++++++++++++++++
debian/control | 13 +++++---
debian/rules | 41 +++++++++++++++++++++--
x2gomatebindings.spec | 81 +++++++++++++++++++++++++++++++++++++---------
6 files changed, 206 insertions(+), 24 deletions(-)
--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository x2gomatebindings.
from 8b9f2ba x2gomatebindings.spec: make *SUSE ignore mate-desktop-gschemas-branding-upstream. A choice is bad in this case, leading to a build failure.
new 11a7835 release 0.0.1.4
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were …
[View More]already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/20 01:18
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:start?rev=1479603289
New Revision: http://wiki.x2go.org/doku.php/events:start
Edit Summary: [2017]
User : stefanbaur
@@ -4,9 +4,9 @@
==== 2017 ====
…
[View More]Tentative (not confirmed/no confirmed dates yet):
* LinuxDay.AT 2017 - Date TBD
* IT-Kongress 2017 - Date TBD
- * X2Go: The Gathering 2017 - some time in May-June 2017, probably. Most likely at Linuxhotel. Around May 13th, maybe?
+ * X2Go: The Gathering 2017 - some time in May-June 2017, probably. Most likely at Linuxhotel. Around May 13th, maybe? (would allow for [[http://www.zollverein.de/angebote/vollmond-auf-zollverein|this]] tour)
* LITA 2017 - Date TBD
* TUEBIX 2017 -
Date TBD
* Linux Expo Ulm 2017 - Date TBD
* Chemnitzer LinuxTage - 2017-03-11/2017-03-12
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/20 00:54
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:start?rev=1479590592
New Revision: http://wiki.x2go.org/doku.php/events:start
Edit Summary: [2017]
User : stefanbaur
@@ -4,9 +4,9 @@
==== 2017 ====
…
[View More]Tentative (not confirmed/no confirmed dates yet):
* LinuxDay.AT 2017 - Date TBD
* IT-Kongress 2017 - Date TBD
- * X2Go: The Gathering 2017 - some time in May-June 2017, probably. Most likely at Linuxhotel.
+ * X2Go: The Gathering 2017 - some time in May-June 2017, probably. Most likely at Linuxhotel. Around May 13th, maybe?
* LITA 2017 - Date TBD
* TUEBIX 2017 - Date TBD
* Linux Expo Ulm 2017 - Date TBD
* Chemnitzer LinuxTage - 2017-03-11/2017-03-12
--
This mail was
generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/19 21:23
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:start?rev=1479590580
New Revision: http://wiki.x2go.org/doku.php/events:start
Edit Summary: [Meet the X2Go Devs at IBM Ehningen, Germany (2014-11-05)]
User …
[View More]: stefanbaur
@@ -207,9 +207,9 @@
Thanks to Juri Grabowski for the recording and to Mihai (ionic) for the postprocessing.
==== Meet the X2Go Devs at IBM Ehningen, Germany (2014-11-05) ====
Oleksandr 'Alex' Shneyder, Mihai Moldovan, and Stefan Baur represented the X2Go team at IBM's "Increase your business performance with Linux on Power (German)" event at IBM Ehningen, Germany. See http://www-304.ibm.com/events/idr/idrevents/register.action?meid=19136&ieid… for details. Note that we
will not be holding a talk, but feel free to walk up to us and ask us questions during the breaks and during the hands-on sessions in the afternoon.
- {{ :events:dsc00612_1600.jpg?600 |}}
+ {{:events:dsc00612_1600.jpg?600|}}
==== X2Go: The Gathering 2014 @ Linuxhotel ====
**Date: 2014-10-31 to 2014-11-02**
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/19 21:23
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:start?rev=1479590523
New Revision: http://wiki.x2go.org/doku.php/events:start
Edit Summary: [Meet the X2Go Devs at IBM Ehningen, Germany (2014-11-05)]
User …
[View More]: stefanbaur
@@ -207,9 +207,9 @@
Thanks to Juri Grabowski for the recording and to Mihai (ionic) for the postprocessing.
==== Meet the X2Go Devs at IBM Ehningen, Germany (2014-11-05) ====
Oleksandr 'Alex' Shneyder, Mihai Moldovan, and Stefan Baur represented the X2Go team at IBM's "Increase your business performance with Linux on Power (German)" event at IBM Ehningen, Germany. See http://www-304.ibm.com/events/idr/idrevents/register.action?meid=19136&ieid… for details. Note that we
will not be holding a talk, but feel free to walk up to us and ask us questions during the breaks and during the hands-on sessions in the afternoon.
- {{ :events:dsc00612_1600.jpg?300 |}}
+ {{ :events:dsc00612_1600.jpg?600 |}}
==== X2Go: The Gathering 2014 @ Linuxhotel ====
**Date: 2014-10-31 to 2014-11-02**
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/19 21:22
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:start?rev=1479590494
New Revision: http://wiki.x2go.org/doku.php/events:start
Edit Summary: [X2Go: The Gathering 2015 @ Linuxhotel Essen, Germany (2015-06-19 to …
[View More]2015-06-21)]
User : stefanbaur
@@ -132,9 +132,10 @@
<del>Rumor has it that there will be a Linux Event in Ulm in this time frame. If this comes true, X2Go will be present there, as well, with both booth and talk.</del> This event had to be cancelled due to a lack of funding.
==== X2Go: The Gathering 2015 @ Linuxhotel Essen, Germany (2015-06-19 to 2015-06-21) ====
Our annual community event, a three-day “work and play” meeting at http://www.linuxhotel.de, Essen
-
{{:events:2015-06-20_22-04-27_429.jpg?5000|Saturday evening @ Unperfekthaus: Denmark (fleten.net) vs. Spain (Qindel Group) table football match}}
+
+ {{:events:2015-06-20_22-04-27_429.jpg?600|Saturday evening @ Unperfekthaus: Denmark (fleten.net) vs. Spain (Qindel Group) table football match}}
{{:events:nitoqindel.png?600|Nito from Qindel playing the guitar on Sunday}}
{{:events:gathering2015.jpg?600|Sunday, right before Kjetil and Mark left}}
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]