This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 28b4134 pull in x2gothinclient-common by x2gothinclient-minidesktop or x2gothinclient-displaymanager new 2beb401 fix exec path in x2gothinclient-minidesktop.desktop new 2d04b28 make sure conffiles are copied, not symlinked 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/x2gothinclient-displaymanager.install | 1 + debian/x2gothinclient-minidesktop.install | 1 + .../autostart/x2gothinclient-minidesktop.desktop | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/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 2beb40183e3c4356e7373ec48f92238ab7a74c20 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 25 16:26:46 2014 +0200 fix exec path in x2gothinclient-minidesktop.desktop --- .../autostart/x2gothinclient-minidesktop.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minidesktop/autostart/x2gothinclient-minidesktop.desktop b/minidesktop/autostart/x2gothinclient-minidesktop.desktop index 7a1071c..9dc5b5e 100644 --- a/minidesktop/autostart/x2gothinclient-minidesktop.desktop +++ b/minidesktop/autostart/x2gothinclient-minidesktop.desktop @@ -2,7 +2,7 @@ Version=1.0 Type=Application Name=X2Go Client -Exec=/etc/x2go/x2gothinclient_start +Exec=/etc/x2go/x2gothinclient-minidesktop_start Icon=x2goclient StartupWMClass=x2goclient X-Window-Icon=x2goclient -- Alioth's /srv/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 2d04b28a2df4cd67123ccdbf4d13293d1746cff4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 25 16:27:44 2014 +0200 make sure conffiles are copied, not symlinked --- debian/x2gothinclient-displaymanager.install | 1 + debian/x2gothinclient-minidesktop.install | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/x2gothinclient-displaymanager.install b/debian/x2gothinclient-displaymanager.install index a088b8a..21c09e3 100644 --- a/debian/x2gothinclient-displaymanager.install +++ b/debian/x2gothinclient-displaymanager.install @@ -1 +1,2 @@ +management/share/etc/x2gothinclient-displaymanager_* etc/x2go/ displaymanager/sbin/x2gothinclientd usr/sbin/ diff --git a/debian/x2gothinclient-minidesktop.install b/debian/x2gothinclient-minidesktop.install index 16086ba..6793379 100644 --- a/debian/x2gothinclient-minidesktop.install +++ b/debian/x2gothinclient-minidesktop.install @@ -1,3 +1,4 @@ +management/share/etc/x2gothinclient-minidesktop_* etc/x2go/ minidesktop/etc/* etc/x2go/ minidesktop/autostart/x2gothinclient-minidesktop.desktop etc/xdg/autostart/ minidesktop/seeds/preseed_nodm usr/share/x2gothinclient/minidesktop/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git