question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing some libraries in Snap package

See original GitHub issue

Description

Version

  • GitHub Desktop: 1.4.2 Linux RC1
  • Operating system:

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic

Steps to Reproduce

  1. Run $ sudo snap install GitHubDesktop-linux-amd64-1.4.2-linux1.snap --dangerous --classic
  2. Click the icon in the launcher, nothing happens
  3. Run $ /snap/bin/desktop, output shows:

cp: ‘/home/ying/.config/user-dirs.locale’ and ‘/home/ying/.config/user-dirs.locale’ are the same file /snap/desktop/x1/app/desktop: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
shiftkeycommented, Oct 14, 2018

@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…

0reactions
shiftkeycommented, Nov 20, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Several libraries from stage-packages missing despite ...
I am missing several libraries in my snap. It builds just fine, but when I run it, it outputs the following: error while...
Read more >
Missing files from stagePackages in Snap packaging. #6424
This can cause unexpected libraries to be loaded. ... And it's missing from the final snap package, it can be verified in the...
Read more >
Missing Python Libraries? - Sen-ET
I'm trying to run the steps to calculate ET according to the user manual. I have installed the snappy python package.
Read more >
Installing Libraries | Arduino Documentation
To install a new library into your Arduino IDE you can use the Library Manager (available from IDE version 1.6.2). Open the IDE...
Read more >
Snap apps giving "error while loading shared libraries" and ...
The warning is not your issue. The real problem is simply you miss some dependencies in your snaps: for some reason snap is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found