Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: open-vm-tools: update to 12.0.0.
Date: Thu, 12 May 2022 11:14:47 +0200	[thread overview]
Message-ID: <20220512091447.SI4Jzti-9KZ_vID9oeGBwwSL6qy4kLW5HCMPGcNlkdI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37067@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37067#issuecomment-1124609136

Comment:
I did a quick prototype, but I'm not sure how to emulate systemd's `RuntimeDirectory` parameter, to create the `/run/vmblock-fuse` dir

EDIT: managed to get it to work, the following service enables copy-paste between host and guest (X11 guest only):

```sh
#!/bin/sh
set -e
[ ! -d /run/vmblock-fuse ] && mkdir -p /run/vmblock-fuse
exec /usr/bin/vmware-vmblock-fuse -d -f -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
```

tested on KDE on vmware workstation player 16.2.3

  parent reply	other threads:[~2022-05-12  9:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 22:24 [PR PATCH] " Piraty
2022-05-09 23:08 ` [PR PATCH] [Updated] " Piraty
2022-05-10  8:26 ` Piraty
2022-05-10  8:26 ` Piraty
2022-05-10 19:23 ` tranzystorek-io
2022-05-11 22:39 ` Piraty
2022-05-12  7:03 ` tranzystorek-io
2022-05-12  9:09 ` tranzystorek-io
2022-05-12  9:14 ` tranzystorek-io [this message]
2022-05-12 12:45 ` tranzystorek-io
2022-05-13  7:40 ` tranzystorek-io
2022-05-14 16:28 ` tranzystorek-io
2022-05-16 19:21 ` Piraty
2022-05-16 19:24 ` tranzystorek-io
2022-05-16 22:37 ` [PR PATCH] [Updated] " Piraty
2022-05-17  7:56 ` tranzystorek-io
2022-05-17  7:58 ` tranzystorek-io
2022-05-17 18:11 ` [PR PATCH] [Closed]: " Piraty
2022-05-17 18:28 ` Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220512091447.SI4Jzti-9KZ_vID9oeGBwwSL6qy4kLW5HCMPGcNlkdI@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).