Skip to content

Commit

Permalink
app-emulation/open-vm-tools: Restore xdg autostart
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/574840

Package-Manager: portage-2.2.27_p64
  • Loading branch information
floppym committed Feb 18, 2016
1 parent 697e474 commit 255785c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 255785c

Please sign in to comment.