From: Michael Hanke Date: Thu, 4 Nov 2010 13:46:41 +0000 (-0400) Subject: Make host-share mount more reliable X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1926d60a26b3713ccbd05d411b63e7cf1cd3f107;p=neurodebian.git Make host-share mount more reliable --- 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