Missing some libraries in Snap package
See original GitHub issueDescription
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
- Run
$ sudo snap install GitHubDesktop-linux-amd64-1.4.2-linux1.snap --dangerous --classic
- Click the icon in the launcher, nothing happens
- 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:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@showerying thanks for the report!
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 fromlibgconf-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…
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.