Oddbean new post about | logout
 https://image.nostr.build/846cb24690b7ddbcd6a490c1b4ecc679d732789a3a76031b3463bd1470a2f92c.jpg

### Smart Cards in Linux using Anywhere Workspace & VMWare Horizon Client

This has been tested in both Ubuntu and Linux Mint.

1. First go through the Firefox smart card install in this 👉 [post](nostr:nevent1qqswuue725yg775x8uhl9utqc2s7nhllk7ea963t7hjx4jhk28pdq9spz3mhxw309ucnydewxqhrqt338g6rsd3e9upzqndled79mkuzf8uu06uvy8spnuy0h7m7ch0d2sytv9zep04c6954qvzqqqqqqyh92chd) to get the proper software and certificates installed system wide.

2. Make sure opensc is installed

```
sudo apt install opensc
```

3. Create link to the Smart Card library where VMware Horizon is looking for it:
(VMware Horizon looks in the old location)
 
```
sudo mkdir /usr/lib/vmware/view/pkcs11
```
 
```
sudo ln -s /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so /usr/lib/vmware/view/pkcs11/libopenscpkcs11.so

```

3. Create link to the MMR libraries where VMware is looking for them:
 
```
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.1405.0 /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0
```
 
```
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1405.0 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
```
 
```
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0
```

⚡️ [Follow](@Freedom Tech) | 🗣 [Discuss](nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)

#SmartCards #VMwareHorizon
#AnywhereWorkspace #FreeYourTech