undefined symbol: g_date_copy
See original GitHub issuehello
I am using Linux Mint 19.2 Cinnamon and after I install GitHub desktop as
sudo snap install github-desktop --beta --classic
and after github desktop
I have an error
/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
Could you explane me how to solve it?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:7
Top Results From Across the Web
GLib undefined symbol bug in Debian | by Xilin Sun - Medium
Solving undefined symbol bug caused by GLib upgrading. ... symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_date_copy.
Read more >Undefined Symbol: Gtasksetname In Glib - ADocLib
When I try to link a.so file I get the undefined symbol error.Though I have the library file in my system.The compile and...
Read more >how to debug undefined symbol · Discussion #188 - GitHub
Simplest way to debug this would to use UNIX nm utility. I usually do something like nm -D --demangle --undefined-only <your-project-lib>. so | ......
Read more >undefined symbol: _ZN2cv3Mat10deallocateEv - Stack Overflow
Please note that I am using ubuntu 14.04 LTS 64-bit and I am planning to run my code later on on a raspberry...
Read more >Undefined symbol: _OBJC_CLASS_$_D… - Apple Developer
On Xcode 13.4.1, when specifically trying to run unit tests, I get an error Undefined symbol: _OBJC_CLASS_$_DDLog . After clicking on it in...
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
There is one here that I got to work on Ubuntu 18.04: https://github.com/shiftkey/desktop/releases/tag/release-2.1.0-linux1
I didn´t solve the podlem with 2.1.0 version and install 2.0.4 all works ok.