From 255785c769ece6af379706a5328842435f3d79e9 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 17 Feb 2016 19:51:39 -0500 Subject: [PATCH] app-emulation/open-vm-tools: Restore xdg autostart Bug: https://bugs.gentoo.org/574840 Package-Manager: portage-2.2.27_p64 --- .../open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild index 3cc623f333f91..43e587902d943 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -113,6 +113,9 @@ src_install() { fperms 4755 /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