From 1926d60a26b3713ccbd05d411b63e7cf1cd3f107 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 4 Nov 2010 09:46:41 -0400 Subject: [PATCH] Make host-share mount more reliable --- debian/changelog | 4 ++-- etc/xdg/autostart/vboxhost-mount.desktop | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5c3699..b8fcb00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -neurodebian (0.15) squeeze; urgency=low +neurodebian (0.17) squeeze; urgency=low * Initial release. - -- Michael Hanke Thu, 04 Nov 2010 09:23:37 -0400 + -- Michael Hanke Thu, 04 Nov 2010 10:03:35 -0400 diff --git a/etc/xdg/autostart/vboxhost-mount.desktop b/etc/xdg/autostart/vboxhost-mount.desktop index 161e88c..b508c46 100644 --- a/etc/xdg/autostart/vboxhost-mount.desktop +++ b/etc/xdg/autostart/vboxhost-mount.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=VirtualBox shared folder Comment=Mount the shared folder of the VirtualBox host -Exec=sudo mount -t vboxsf -o defaults,uid=brain,gid=brain host /mnt/host +Exec=sh -c 'sudo mount.vboxsf -o uid=$(id -u),gid=$(id -g) host /mnt/host' Terminal=false Type=Application -- 2.39.2