Package Details: vmware-vmrc 12.0.5-1

Git Clone URL: https://aur.archlinux.org/vmware-vmrc.git (read-only, click to copy)
Package Base: vmware-vmrc
Description: VMware Remote Console
Upstream URL: https://www.vmware.com/go/download-vmrc
Keywords: vmrc vmware
Licenses: custom:vmware
Submitter: fanjiang
Maintainer: richardjs
Last Packager: richardjs
Votes: 15
Popularity: 0.33
First Submitted: 2019-05-06 08:02 (UTC)
Last Updated: 2023-11-29 19:23 (UTC)

Dependencies (1)

Required by (0)

Sources (3)

Pinned Comments

richardjs commented on 2022-05-04 19:02 (UTC) (edited on 2023-11-29 19:23 (UTC) by richardjs)

Notes for 12.0.1-2 [edit: applicable to 12.0.5-1]:

  • You need to download the VMware-Remote-Console .bundle from https://www.vmware.com/go/download-vmrc and place it in the same directory as the PKGBUILD.

  • vmware-keymaps has been made an optional dependency. vmrc will run fine without it, although I imagine how well it works may depend on your keyboard setup. Making it an optional dependency removes the problem of conflicting files between vmware packages, but also lets those who don't need it ignore it.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

germafab commented on 2020-05-03 20:47 (UTC) (edited on 2020-05-03 21:07 (UTC) by germafab)

It might be a good idea to change file:// to local:// (see: https://github.com/archlinuxfr/yaourt/issues/123)

diff --git a/PKGBUILD b/PKGBUILD
index d6dbb62..e21fa88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('custom:vmware')
 depends=()
 optdepends=()

-source=("file://VMware-Remote-Console-11.1.0-15913118.x86_64.bundle"
+source=("local://VMware-Remote-Console-11.1.0-15913118.x86_64.bundle"
         "bootstrap"
         "config")

(EDIT: added section) this would make it clear that it is expected to be run locally. Or you could change it like this

diff --git a/PKGBUILD b/PKGBUILD
index d6dbb62..2aeb1bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('custom:vmware')
 depends=()
 optdepends=()

-source=("file://VMware-Remote-Console-11.1.0-15913118.x86_64.bundle"
+source=("file:///tmp/VMware-Remote-Console-11.1.0-15913118.x86_64.bundle"
         "bootstrap"
         "config")

and add a step in the comments to say to download the file there (otherwise it is unnecessary complicated).

fanjiang commented on 2020-05-03 16:44 (UTC)

@ptrj Thanks! Bumped the version.

ptrj commented on 2020-04-17 07:28 (UTC) (edited on 2020-04-17 07:29 (UTC) by ptrj)

Hi, is new version

Name: VMware-Remote-Console-11.1.0-15913118.x86_64.bundle
Release Date: 2020-04-02
Build Number: 15913118
MD5SUM: e0debad7a63341e96d6f9edd36f60ccc
SHA1SUM: ff05c69816cbf6bcdd5cb8b89d9c421e0e7e4da1
SHA256SUM: 83f0768d3ad081ae064d5c42c72a6489ff69bb918292a5a007da6d98bdf56966

fanjiang commented on 2020-03-14 20:34 (UTC)

@paradinglunatic I think if that is an issue we can try moving these files to a shared "meta" package, but I am not sure if it is the best solution. Anyway just renaming them should also do the job, and I think there will be no issues :)

johnnybash commented on 2020-02-29 11:27 (UTC)

because with an AUR package the files are tracked by pacman which is a clean way to use this program without messing up your system. furthermore it's not possible to automate the download since the installer isn't public.

t0m5k1 commented on 2020-02-29 08:58 (UTC)

So why even bother with an aur package if it requires us to manually edit the pkgbuild every time we update. We Might as well fore go this package and stick to the manual install

johnnybash commented on 2020-02-15 13:37 (UTC)

seems like you didn't read the pinned comments

t0m5k1 commented on 2020-02-15 11:43 (UTC) (edited on 2020-02-15 11:45 (UTC) by t0m5k1)

Seems like the url is wrong:

-> Downloading VMware-Remote-Console-11.0.0-15201582.x86_64.bundle...
    curl: (3) URL using bad/illegal format or missing URL
==> ERROR: Failure while downloading file://VMware-Remote-Console-11.0.0-15201582.x86_64.bundle
    Aborting...
:: Unable to build vmware-vmrc - makepkg exited with code: 1

paradinglunatic commented on 2020-02-08 02:58 (UTC) (edited on 2020-02-08 03:07 (UTC) by paradinglunatic)

Is there any way to install this alongside the Horizon Client AUR packages as well? When trying to install this after I've already installed the Horizon Client AUR packages I get conflicting files. Mainly a bunch of keymap files for different languages at /usr/lib/vmware/xkeymap/ (us101, us104, etc)

Edit... I just moved the old xkeymap folder to xkeymapold. Can't imagine it'll cause an issue, but I guess I'll find out soon enough.

fanjiang commented on 2020-01-14 05:09 (UTC)

@johnnybash Yea you are right... I updated the package :)

Thank you very much!