diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-02-17 19:51:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-02-17 19:51:39 -0500 |
commit | 255785c769ece6af379706a5328842435f3d79e9 (patch) | |
tree | 0aead5a083da27bacd1df34afa1bf43863cefb36 /app-emulation | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-255785c769ece6af379706a5328842435f3d79e9.tar.gz gentoo-255785c769ece6af379706a5328842435f3d79e9.tar.bz2 gentoo-255785c769ece6af379706a5328842435f3d79e9.zip |
app-emulation/open-vm-tools: Restore xdg autostart
Bug: https://bugs.gentoo.org/574840
Package-Manager: portage-2.2.27_p64
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 3cc623f333f9..43e587902d94 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 |