[debian-edu-commits] debian-edu/pkg-team/ 153/159: this is one place where the default *was* overridden, got’em all now

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit c9e6b1fb575912a24f222ae1fb624561b7b3d67a
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Sep 2 19:42:03 2015 +0200

    this is one place where the default *was* overridden, got’em all now
---
 changelog             |  4 ++--
 patches/fusepath.diff | 15 ++++++++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index 16a0caa..3c96163 100644
--- a/changelog
+++ b/changelog
@@ -5,11 +5,11 @@ xrdp (0.9.0~git20150902-1~beta1) teckids; urgency=high
   * Clean up a now-obsolete conffile from xrdp 0.6
   * Fix permissions to connect to xorgxrdp server from xrdp daemon
   * Don’t debug to stdout while starting the dæmons
-  * Move files in user homes into dotfiles using XDG cache dir
+  * Hide files/mountpoints in users' homes using dotfiles and XDG cache dir
   * Secure paths used by both dæmons
   * Improve package and service descriptions and other texts
 
- -- Thorsten Glaser <thorsten.glaser at teckids.org>  Wed, 02 Sep 2015 19:11:17 +0200
+ -- Thorsten Glaser <thorsten.glaser at teckids.org>  Wed, 02 Sep 2015 19:41:00 +0200
 
 xrdp (0.9.0~git20150901+dfsg-1~beta1) teckids; urgency=medium
 
diff --git a/patches/fusepath.diff b/patches/fusepath.diff
index c9a08ab..96e9dfc 100644
--- a/patches/fusepath.diff
+++ b/patches/fusepath.diff
@@ -16,7 +16,20 @@
      load_fuse_config();
  
 -    /* define FUSE mount point to ~/xrdp_client, ~/thinclient_drives */
-+    /* define FUSE mount point to ~/.xrdp_client, ~/thinclient_drives */
++    /* define FUSE mount point to ~/.xrdp_client, ~/.thinclient_drives */
      g_snprintf(g_fuse_root_path, 255, "%s/%s", g_getenv("HOME"), g_fuse_mount_name);
      g_snprintf(g_fuse_clipboard_path, 255, "%s/.clipboard", g_fuse_root_path);
  
+--- a/sesman/sesman.ini
++++ b/sesman/sesman.ini
+@@ -90,8 +90,8 @@ param8=-logfile
+ param9=/dev/null
+ 
+ [Chansrv]
+-# drive redirection, defaults to xrdp_client if not set
+-FuseMountName=thinclient_drives
++# drive redirection, defaults to .xrdp_client if not set
++FuseMountName=.thinclient_drives
+ 
+ [SessionVariables]
+ PULSE_SCRIPT=/etc/xrdp/pulse/default.pa

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git



More information about the debian-edu-commits mailing list