Skip to content

Instantly share code, notes, and snippets.

@barentsen
Created June 21, 2016 09:01
Show Gist options
  • Select an option

  • Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.

Select an option

Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.
How to get clickshare working on Ubuntu 16.04
sudo apt install libresample1
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
wget https://www.dropbox.com/s/gg2i5wszrqkhzy8/clickshare_01.07.01-79_amd64.deb?dl=0#
sudo dpkg -i clickshare_01.07.01-79_amd64.deb
@flefevre

Copy link
Copy Markdown

And for last version of ubuntu 24.04 ?

@nikolaisen-hhpv

Copy link
Copy Markdown

I guess since the software is deprecated on Linux, we're out of luck here. Or does anyone have a successfull build?

@Sigtechnica

Copy link
Copy Markdown

anyone had any luck with it ?

@IlCoso96

Copy link
Copy Markdown

Got it running on Ubuntu 18.04. Download https://drive.google.com/drive/folders/0B9IKZqXvLKM_Yno1UmpGLVRXNDg http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libavutil52_9.20-0ubuntu0.14.04.1_amd64.deb http://security.ubuntu.com/ubuntu/pool/universe/liba/libav/libswscale2_9.20-0ubuntu0.14.04.1_amd64.deb

Install libavutil52_9.20 libswscale2_9.20

sudo apt install gdebi
sudo gdebi clickshare_01.07.01-79_amd64.deb

On running Clickshare I saw Gtk-Message: 08:48:02.071: Failed to load module "overlay-scrollbar" Gtk-Message: 08:48:02.086: Failed to load module "canberra-gtk-module"

So install sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

After that i could share my screen with clickshare

The Google Drive link does not work anymore. Could someone share the new one?

@ExiMentor

Copy link
Copy Markdown

I would be interessted, too. The support says there will be no Linux support for the Models C and CX, however the new models work via usb C and DP ALT.
So, they don't require driver.

We can just hope companies replace them as soon as possilbe...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment