Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352879 - open-vm-tools: Missing vmware-xdg-detect-de script
Summary: open-vm-tools: Missing vmware-xdg-detect-de script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vadim Kuznetsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 01:39 UTC by Dustin C. Hatch
Modified: 2011-02-06 14:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to ebuild to install vmware-xdg-detect-de script (open-vm-tools-0.0.20101219.339835-r1.ebuild.patch,566 bytes, patch)
2011-01-27 01:41 UTC, Dustin C. Hatch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin C. Hatch 2011-01-27 01:39:47 UTC
Recent versions of open-vm-tools include a new script, ``vmware-xdg-detect-de`` that is necessary to run the ``vmware-user-suid-wrapper`` application. It is included in the source tarball, but not in the merged installation. The script should be installed on the PATH.

The ``vmware-xdg-detect-de`` script can be found in the ``scripts/common`` directory in the source tarball.

Reproducible: Always

Steps to Reproduce:
1. emerge >=open-vm-tools-0.0.20101219.339835
2. run vmware-user-suid-wrapper


Actual Results:  
Executing ``vmware-user-suid-wrapper`` fails with the following printed to stderr::

    sh: vmware-xdg-detect-de: No such file or directory

Expected Results:  
The userspace utility should launch.
Comment 1 Dustin C. Hatch 2011-01-27 01:41:33 UTC
Created attachment 260826 [details, diff]
Patch to ebuild to install vmware-xdg-detect-de script

I believe a ``dobin`` command is all that's necessary to install the missing script. Here's the patch I used to add it.

I have applied this patch and bumped the ebuild revision to ``-r1`` in my (dustin) overlay, which is available through layman.
Comment 2 Vadim Kuznetsov (RETIRED) gentoo-dev 2011-02-06 14:57:58 UTC
fixed in the portage. thanks.