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.

https://snapcraft.io/github-desktop does not work on ubuntu

See original GitHub issue

Description

https://snapcraft.io/github-desktop does not work on ubuntu

Version

  • GitHub Desktop: latest/beta 2.1.0-linux1
  • Operating system: Ubuntu 18.04

Steps to Reproduce

  1. step 1 sudo snap install --classic --beta github-desktop
  2. step 2 try to open it and it will not open

Expected Behavior

application should open after clicking on icon

Actual Behavior

application does not open after clicking on icon

Additional Information

Logs

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

34reactions
nbarschcommented, Nov 26, 2019

As a workaround USE THE PREVIOUS VERSION:

To install the previous version (which works and tested bionic ubuntu 18.04 LTS AND 19.10 eoan) and remove the version you tried to install:

cd ~
wget https://github.com/shiftkey/desktop/releases/download/release-2.0.4-linux1/GitHubDesktop-linux-2.0.4-linux1.snap
snap remove github-desktop
snap install GitHubDesktop-linux-2.0.4-linux1.snap --classic --dangerous
9reactions
MattiaFaillacommented, Oct 11, 2019

The problem seems to be here:

/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

The snap package seems to include libglib-2.0.so.0 version 2.48.2 but It doesn’t include libgobject-2.0.so.0 though, despite it being needed by the github-desktop executable. That library use the g_date_copy symbol that doesn’t exist in the bundled libglib-2.0.so.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Snapcraft documentation
Go to the Build tab; Click on the GitHub “Log in” button and reconnect to the appropriate GitHub repo. This should trigger a...
Read more >
[Bug]: "signal-desktop" not found · Issue #70 - GitHub
When trying to install signal via snap I am getting "signal-desktop" not found . It also appears like the link to the snap...
Read more >
Snap (software) - Wikipedia
Snap was originally released for cloud applications but was later ported to also work for Internet of Things devices and desktop applications. snapd....
Read more >
the ultimate desktop calculator - Qalculate!
Use compatibility mode to avoid keyboard input issues with 32-bit version. ... Qalculate.qalculate-qt" (Qt UI) or "flatpak install flathub io.github.
Read more >
Bug #1965113 “Desktop snaps don't start at all in Xorg ...
The problem appears to be partly in gnome-session (https://gitlab.gnome.org/GNOME/gnome-session/-/issues/75), partly in the snapcraft desktop ...
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