When I launch VMWare Horizon Client from the Ubuntu sidebar (or the search) the icon flashes multiple times.
But no window is showing up!
When I use terminal and run vmware-view
everything works fine!
I downloaded the linux (64bit) Setup here and ran it using sudo bash VMware-Horizon-Client-4.1.0-3976982.x64.bundle
I am using a fresh install of Ubuntu 16.04.1 and have installed all updates (using apt-get dist-upgrade -y
).
Is there an easy way to fix this?
/usr/share/applications
. Could you look into the file and see what the command in the (first)Exec=
is, run it in a terminal window and see what the output is? – Jacob Vlijm Aug 10 '16 at 18:18~/.local/share/applications
. Not sure if the issue with tv is connected. – Jacob Vlijm Aug 10 '16 at 18:50/usr/lib/vmware/view/bin/vmware-view
.which vmware-view
tells me another path:/usr/bin/vmware-view
. I will update the path in the shortcut, right? – feedc0de Aug 10 '16 at 18:53which
) it works. The other executable path is missing some libraries. Windows always showed a message box when libraries were missing. I miss that feature in ubuntu! – feedc0de Aug 10 '16 at 18:58vmware-view
should also do. Not sure why the installer used an incorrect line though. – Jacob Vlijm Aug 10 '16 at 19:00