Acknowledged

Upgrade SDK deps so modern Linux distros work.

I can't use the simulator and thus connectiq on Fedora 30.  I assume all modern distros are affected because libwebkitgtk-1.0.so.0 is way too old to be included or even available on current generation distributions.

Please update your deps or better yet compile the simulator statically so it doesn't require ancient libraries.

  • This worked for me on Ubuntu 20.04.1 LTS

    sudo nano /etc/apt/sources.list

    Add this entry to the file and save:
    deb cz.archive.ubuntu.com/ubuntu bionic main universe

    sudo apt-get update
    sudo apt-get install libwebkitgtk-1.0-0

  • Ahhh after trying to solve the issue for several hours and wanting to post this issue on the forum, all I hear is that it is already known - since over a year. Is there anybody working on that?

    ./sdkmanager: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory

  • I'm just starting with this SDK on Ubuntu 20.04. I never seen how this application actually looks, but does it really need a gui? I'm a tiny bit worried, that the SDK Manager has been broken for more than a year (seeing this thread).
    Is it planned to fix this?
    I think I can hunt for the missing libs from old repos, but ... come on! Show some love for Linux.

  • or just make it statically compiled, a flatpak, whatever. and add it to the distribution repos and let it handle deps autmatically. or let garmin make it's own apt repo, and then us arch, void, fedora and gentoo users can get it to work ourselves

  • Former Member
    Former Member over 5 years ago

    Why not just statically building these tools. It will be bigger but should make it more portable