[X2Go-Commits] [x2gothinclient] 01/02: management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home: Make X2Go Client desktop link executable, so that it becomes a real desktop link.
git-admin at x2go.org
git-admin at x2go.org
Tue Nov 26 13:04:51 CET 2019
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 at 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 at x2go.org> Sun, 02 Dec 2018 06:49:42 +0100
+ -- Mike Gabriel <sunweaver at 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
More information about the x2go-commits
mailing list