vmware-view:// error open client from browser on linux (Ubuntu 18.04) Workspace ONE

 

To add protocol handler vmware-view:// you need to add file vmware-view.desktop to ~/.local/share/applications.

 

It looks like this:

[Desktop Entry]
Name=VMware Horizon Client
Exec=/vmware-view %u
Type=Application
Terminal=false
MimeType=x-scheme-handler/vmware-view;

Exec and MimeType are very important.

Then you need to add line

x-scheme-handler/vmware-view=vmware-view.desktop

to file ~/.local/share/applications/mimeapps.list under [Default Applications]

At the end you will probably need to type command:

update-desktop-database ~/.local/share/applications

For me it was working on all browsers.

 

Horizon View Administrator page displays a blank error window Google Chrome linux

 

  • Use either localhost or the URL from the Secure Tunnel URL field on the connection server configuration.
  • Turn off Origin checking with these steps:
     

 

 

 

 

 

 

  1. For each connection server create a text file named locked.properties in C:\Program Files\VMware\VMware View\Server\sslgateway\conf.
  2. Open the locked.properties file using a plain text editor.
  3. Add this line:

    checkOrigin=false

    Note: Ensure the locked.properties file is not in .txt extension after saving.
     

  4. Save and close the file.
  5. Restart the VMware Horizon View Connection Server service.

Ubuntu 18.04 LTS

Versie 18.04 van Ubuntu Linux is uitgekomen, een versie met extra lange ondersteuning. Tweemaal per jaar verschijnt er een nieuwe versie en vormen het jaar en de maand van uitgave het versienummer. Eens in de twee jaar komt er een versie uit die niet negen maanden maar vijf jaar voorzien zal worden van updates. Versie 18.04 heeft codenaam Bionic Beaver meegekregen en draait op Linux Kernel 4.15. Afgezien van bijgewerkte programma’s is er ten opzichte van versie 17.10 niet zoveel veranderd. Wel heeft X.Org weer de voorkeur gekregen boven Wayland. De complete release notes zijn op deze pagina in te zien, dit is een kort stuk daaruit:

Updated Packages

Linux kernel 4.15
Ubuntu 18.04 ships with a v4.15 based Linux kernel, enabling the latest hardware and peripherals available from IBM, Intel, and others. The 18.04 kernel delivers new features inherited from upstream, including:

  • CPU controller for the cgroup v2 interface
  • AMD secure memory encryption support
  • The latest MD driver with software RAID enhancements
  • Improved power management for systems with SATA Link Power Management

We also see notable Ubuntu specific achievements with:

  • Linux security module stacking support
  • Support for signing of POWER host and NV kernels
  • Backport improved support for IBM and Intel hardware from Linux 4.16

OpenJDK
As of 18.04 release, OpenJDK 10 is the default JRE/JDK. Once OpenJDK 11 reaches GA in September 2018, it will become the default in 18.04.
Lees verder

Installing a root/CA Certificate and sloved Citrix SSL 61 Error

 

 

 

Given a CA certificate file certificate.crt, follow these steps to install it on Ubuntu:

  1. Create a directory for extra CA certificates in /usr/share/ca-certificates:
    sudo mkdir /usr/share/ca-certificates/extra
    
  2. Copy the CA .crt file to this directory:
    sudo cp certificate.crt /usr/share/ca-certificates/extra/certificate.crt
    
  3. Let Ubuntu add the .crt file’s path relative to /usr/share/ca-certificates to /etc/ca-certificates.conf:
    sudo dpkg-reconfigure ca-certificates
    

In case of a .pem file on Ubuntu, it must first be converted to a .crt file:

openssl x509 -in certificate.pem -inform PEM -out certificate.crt

For Citrix Reciever:
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts

Ubuntu 18.04 beta 1

De ontwikkelaars achter de Linux-distributie Ubuntu en de verschillende smaken daarvan, zoals Kubuntu, Lubuntu, Ubuntu Kylin en Xubuntu, hebben de eerste bètaversie uitgebracht van Bionic Beaver, die versienummer 18.04 zal krijgen. Op dit moment is er nog geen bèta-uitgave van Ubuntu zelf uitgebracht, maar de verschillende smaken kunnen wel al geprobeerd worden. De bijbehorende aankondiging op de mailinglijst ziet er als volgt uit:

Bionic Beaver 18.04 Beta 1 Released!

“The beaver told the rabbit as they stared at the Hoover Dam: No, I didn’t build it myself, but it’s based on an idea of mine”.
— Charles Hard Townes

The first b Lees verder

Ubuntu 16.04.4 LTS

De vierde point release van versie 16.04 van Ubuntu Linux is uitgekomen. Ubuntu 16.04 is een zogenaamde Long-Term Support-versie. Deze verschijnt eens in de twee jaar en wordt vervolgens vijf jaar van updates voorzien. Normale versies van Ubuntu verschijnen twee keer per jaar, in april en november, en worden drie jaar bijgehouden. De lijst met veranderingen is op deze pagina te vinden, de aankondiging van deze uitgave ziet er als volgt uit:

Ubuntu 16.04.4 LTS released

The Ubuntu team is pleased to announce the release of Ubuntu 16.04.4 LTS (Long-Term Support) for its Desktop, Server, and Cloud products, as well as other flavours of Ubuntu with long-term support.

Lees verder