This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 90e8d06 debian/control: replace lightdm dependency with nodm for now. new 6fcf928 management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home: Make X2Go Client desktop link executable, so that it becomes a real desktop link. new b41b46a debian/control: Prefer lightdm over nodm for the minidesktop variant. With lightdm the minidesktop is set-up out of the box. The 2 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: debian/changelog | 10 ++++++++-- debian/control | 2 +- .../etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit b41b46af666e596a85efab8b479993f3e06d2624 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 26 13:04:30 2019 +0100 debian/control: Prefer lightdm over nodm for the minidesktop variant. With lightdm the minidesktop is set-up out of the box. --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index da7317b..9b72379 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,9 @@ x2gothinclient (1.5.0.1-0x2go1.1) UNRELEASED; urgency=medium * debian/rules: + Convert to pure debhelper rules file. + Remove Qt5 build cruft from cdmanager/powerej/. + * debian/control: + + Prefer lightdm over nodm for the minidesktop variant. With lightdm + the minidesktop is set-up out of the box. -- Mike Gabriel <sunweaver@debian.org> Tue, 26 Nov 2019 13:02:35 +0100 diff --git a/debian/control b/debian/control index 340eaa7..a5b7239 100644 --- a/debian/control +++ b/debian/control @@ -141,7 +141,7 @@ Depends: xauth, xinit, x2gothinclient-common (>= ${source:Version}), x2gothinclient-common (<< ${source:Version}.1), - nodm, + lightdm | nodm, Recommends: flashplugin-nonfree Breaks: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 6fcf928e87fe120bc6e3f6fd7e598896c28f5671 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 26 13:03:06 2019 +0100 management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home: Make X2Go Client desktop link executable, so that it becomes a real desktop link. --- debian/changelog | 7 +++++-- .../share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e8383a..da7317b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium +x2gothinclient (1.5.0.1-0x2go1.1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream release (1.5.0.1): @@ -30,11 +30,14 @@ x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium ETCDIR. - Provide empty/dummy FreeRDPv2 known_hosts2 file if not already there. + - management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home: + Make X2Go Client desktop link executable, so that it becomes a real desktop + link. * debian/rules: + Convert to pure debhelper rules file. + Remove Qt5 build cruft from cdmanager/powerej/. - -- X2Go Release Manager <git-admin@x2go.org> Sun, 02 Dec 2018 06:49:42 +0100 + -- Mike Gabriel <sunweaver@debian.org> Tue, 26 Nov 2019 13:02:35 +0100 x2gothinclient (1.5.0.0-0x2go1) unstable; urgency=low diff --git a/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home b/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home index 381aaa1..9a40262 100755 --- a/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home +++ b/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home @@ -37,6 +37,7 @@ if [ -z "$X2GO_HANDLE_DAEMON" ]; then if [ -e /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ]; then mkdir -p ~x2gothinclient/Desktop cp /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/ + chmod 0700 ~x2gothinclient/Desktop/x2gothinclient-minidesktop.desktop fi mkdir -p ~x2gothinclient/.kde mkdir -p ~x2gothinclient/.kde/socket-`hostname` -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git