3

Hello is this someone has worries under Ubuntu 18.04.1 LTS with GitKraken to connect with GitHub?, Because on 2 PC freshly installed and updated can not authorize the connection.

I get this error by launching Gitkraken in a terminal

terminal error

So I search on Google and enter his orders, but it does not solve my problem I always have the same error

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
sudo apt-get install libcanberra-gtk-module:i386
sudo apt-get install --reinstall libcanberra-gtk-module
slava
  • 4,085

1 Answers1

0

As far I can understand - the messages about Canberra are just a warning.

And real problem caused by missed snapctl executable (last line of your console output).
This executable is provided by snapd package.

You can install it with:

sudo apt-get install snapd
N0rbert
  • 103,263