symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_date_copy
See original GitHub issueDescription
github desktop wont start on ubuntu 18.04
Version
- GitHub Desktop: 2.1.0-linux1
- Operating system: Ubuntu 18.04
Steps to Reproduce
- install github desktop via snap
github-desktop 2.1.0-linux1 63 beta snapcrafters classic
- start
github-desktop
Expected Behavior
app launches
Actual Behavior
/snap/github-desktop/63/app/github-desktop: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_date_copy
Additional Information
Logs
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
symbol lookup error - EAGLE - Autodesk Knowledge Network
"symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0" on Terminal when launching Eagle on Linux.
Read more >symbol lookup error gdbus - Unix & Linux Stack Exchange
Is pointing to a newer version. So the solution is to remove files in /lib/ folder rm /lib/x86_64-linux-gnu/libglib-2.0.so ...
Read more >undefined symbol: jl_load_repl · Issue #46677 · JuliaLang/julia
uname -a Linux alpha-Flagman-WX240T4-3-008LH 5.13.0-44-generic ... symbol lookup error: julia: undefined symbol: jl_load_repl #46677.
Read more >usr/lib/x86_64-linux-gnu/libsane.so.1: undefined ... - GitLab
I get symbol lookup error if I just type simple-scan in Terminal. Minor issue as there is a simple work-around (below).
Read more >Symbol lookup error undefined symbol, but all symbols seem ...
nm -D shows that the symbol auth_class_names is defined. No: it shows that auth_class_names is undefined in libcharon.so .
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
If you don’t have version 62 cached, you can download it (2.0.4) from the release assets here, and install it with
snap remove github-desktop
snap install GitHubDesktop-linux-2.0.4-linux1.snap --classic --dangerous
Thanks for the report and the workaround! I’m going to roll this into #163 for now as they appear to be the same root cause.
The Snapcraft docker tooling was updated recently and I opened #162 to get it back working, and I’ll investigate what’s changed later this week now that I’m back from holidays to figure out why it’s not working in some distros.