Code Monkey home page Code Monkey logo

Comments (9)

shiftkey avatar shiftkey commented on July 17, 2024 1

@showerying thanks for the report!

error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

This feels like we overlooked a dependency for the snap package, but I'm not sure why yours is the first report about it.

libgconf-2.so.4 comes from libgconf-2-4 which is available for bionic (I need to dig into how these packages map to Snap packages).

Can you try installing that manually and see if it fixes it? If so, that should be easy to publish a new update with...

from desktop.

CrotchBurnt avatar CrotchBurnt commented on July 17, 2024

@shiftkey Yes. Now it can be started normally.

from desktop.

CrotchBurnt avatar CrotchBurnt commented on July 17, 2024

When I try to clone one repository, it indicates that libcurl.so.4 is missing:
image
sudo aptinstall libcurl3 fixed this.

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@showerying that's real weird - libcurl3 is actually registered as a dependency for the snap, so I'm not sure why you need to keep installing these dependencies:

snap:
confinement: 'classic'
stagePackages:
- default
- libcurl3
- libsecret-1-0
- openssh-client
plugs:
- password-manager-service

from desktop.

zypA13510 avatar zypA13510 commented on July 17, 2024

Same here. I have to manually run apt install libcurl3 to get cloning repository working.
On 1.4.2-linux1, Ubuntu 18.04.1

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@flexiondotorg any ideas why this might be occurring? They seem to be using the snap from this release, FWIW.

from desktop.

bb441db avatar bb441db commented on July 17, 2024

I have a problem with cloning repositories too, however I get a slightly different error:

Cloning into '/home/user/Documents/GitHub/desktop'...
/snap/desktop/x1/app/resources/app/git/libexec/git-core/git-remote-https: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /snap/desktop/x1/app/resources/app/git/libexec/git-core/git-remote-https)

This should be fixed by adding this dependency: libcurl-openssl1.0-dev (atom/github#1680)

edit: I can confirm that /usr/lib/x86_64-linux-gnu/libcurl.so.4 exists in snap version 1.4.2-linux1

> ls | grep libcurl
libcurl-gnutls.so.3
libcurl-gnutls.so.4
libcurl-gnutls.so.4.5.0
libcurl.so.4
libcurl.so.4.5.0

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@bb441db the CURL_OPENSSL_3 is a different problem - see desktop/dugite-native#109 for more details. It required a fix to the embedded Git desktop/dugite-native#129, and I'll ask people to retest this with 1.5.0 as that will contain the bump of the embedded Git package #79

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

I'm going to close this out because there's a new Snap package in the store and things have changed significantly enough to revisit this. Please test out 1.5.0-linux5 and submit new issues for things that have been noticed.

from desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.