-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Start After Upgrade to v2.1.0 #163
Comments
I'm facing the same issue on Ubuntu 18.04 LTS. Fresh install here, rather than upgrade. |
@shiftkey @DivineOmega Works fine when using the |
On Fedora 29, I was unable to run the application after an auto-update of the snap to revision 63:
Reverting to revision 62 did the trick:
|
Facing the same issue
What is this error! |
@merlinND I am receiving an error when attempting to revert to revision 62.
|
I downloaded snap remove github-desktop
snap install path/to/GitHubDesktop-linux-2.0.4-linux1.snap --classic it worked for me. |
@liao961120 Thanks brooo It worked |
@liao961120 I had to use |
@sulkhaniaba did you just copied <path/to/GitHubDesktop-linux-2.0.4-linux1.snap> literally? You have to specify the path of the snap file on your computer, not the path posted abvoe |
diff \
<(unsquashfs -l GitHubDesktop-linux-2.0.4-linux1.snap) \
<(unsquashfs -l GitHubDesktop-linux-2.1.0-linux1.snap) \
| sed -n '/x86_64-linux-gnu/s|squashfs-root||p' Running produces this output. |
@immackay thanks for that helpful script for what's changed between releases. That will help me trace what changes need to be made when packaging... |
There's a discussion and analysis at the snapcraft forum: https://forum.snapcraft.io/t/undefined-symbol-g-date-copy-problem/12235/4 |
|
@bear-good cd ~/Downloads
snap remove github-desktop
snap install GitHubDesktop-linux-2.0.4-linux1.snap --classic --dangerous |
@immackay ok,i will have a try |
@immackay I use |
@bear-good The edge channel was last updated in April, if you're fine with a significantly older version then I suppose that works. |
@immackay I know now,it can't Sign in |
Okay, going to leave this here just for clarity: Download version 2.0.4 from here (found on the releases page). Assuming you're using a common browser, this will save the file to You can then uninstall 2.1.0 and install 2.0.4 using the shell commands cd ~/Downloads
snap remove github-desktop
snap install GitHubDesktop-linux-2.0.4-linux1.snap --classic --dangerous |
I still cannot open github desktop. I'm currently using Ubuntu 19.04. when I run |
@krushnaj have you followed the instructions for installing 2.0.4? There has not been a release fixing this issue as of yet |
thanks it worked for me. |
@immackay no i haven't tried it yet. Will try it now. |
Also they have |
@immackay thanks Github desktop 2.0.4 works fine. |
Is there any progress in updating the Snapstore file? |
problem still exits. please fix. |
snap revert --revision=62 github-desktop ubuntu 18.04 |
That's one worked for me. Thanks! |
Can confirm that version 2.1.0 installed on Gentoo via snapcraft complains of missing
|
this works for me on ubuntu 19. then find github and run it it works. |
Hey could someone please help. I have followed all the steps and have the file installed but when I run the Does anyone have any ideas about why this might be happening? |
That should work if you have the file |
Yeah no @lifenstein I checked and I have the file. I don't understand where this comes from. |
Check the file permissions just in case to make sure you can read it, and then try referring to the file with explicit relative path ( |
I have a fresh version of ubuntu 18.04 with git being the first installed program and github-desktop being the second. Instructions from immackay on Aug 26 resulted in error libcurl3 missing. I needed to add sudo apt-get install libcurl3 -y |
Don't mean to bug you but I'm just wondering where we're at with this? I definitely understand something like this can be quite tricky to solve. |
@ipkpjersi I want to bring it back (see #202) but diagnosing how it's failing and how to package it correctly was a huge timesink that lead to me falling behind with updates. I think the simplest way forward would be to generate the Snap installer from the working That would leave crafting the package configuration by hand, and while I did look at how VSCode does this months ages ago it's not something I was able to port easily for my use case. |
Closing this out as I don't have the bandwidth to revisit this in the short or medium term. If someone else wants to have a shot at this I've added notes in #202 which are from the last time I thought about Snap packaging... |
Description
Versions
v2.1.0 Linux RC1
Kubuntu 18.04
2.56.4-0ubuntu0.18.04.3 amd64
The text was updated successfully, but these errors were encountered: