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
  • 3,887
Sinox35-FR
  • 31
  • 1
  • 2

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
  • 99,918
  • I tried 1 hour ago and I managed to have the window of autenfication yet I did not do anything particiulier, I will try on my other pc – Sinox35-FR Nov 24 '18 at 19:29