summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
index abcddc1129de..a7835d2cb6ee 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
@@ -129,12 +129,9 @@ src_install() {
systemd_dounit "${FILESDIR}"/vmtoolsd.service
if use X; then
- fperms 4755 /usr/bin/vmware-user-suid-wrapper
+ fperms 4711 /usr/bin/vmware-user-suid-wrapper
dobin scripts/common/vmware-xdg-detect-de
- insinto /etc/xdg/autostart
- doins "${FILESDIR}"/open-vm-tools.desktop
-
elog "To be able to use the drag'n'drop feature of VMware for file"
elog "exchange, please add the users to the 'vmware' group."
fi