-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Snap: app doesn't load on ubuntu 18.04.1 #593
Comments
Can confirm this. |
Apparently, only the Snap available over the Software center is broken. Following the installation instructions from the readme (https://zulipchat.com/help/desktop-app-install-guide) everything worked fine. |
@jakobkolb thanks for the report, that's very helpful! Tagging this as a top priority. |
Thanks for the report, let me see what's wrong. |
@DouglasDev you tried the deb format, right? Just to be clear this is what you have followed -
If yes then can you try installing the deb installer from the terminal using - sudo dpkg -i Zulip-2.3.82-amd64.deb I have tried AppImage + deb installer on Ubuntu 16.04 LTS and it works as expected. You can also install Zulip using our snap installer -
@jakobkolb I have pushed v2.3.82 on snapcraft. Can you check if this fixes the issue for you? |
I just installed zulip via snap (2.3.82) and still get the same error as above on ubuntu 18.04. |
Okay, this works great on Ubuntu 16.04. You might need to install some libraries in order to run it..can you paste the exact error here? |
It's the same error which DouglasDav posted as the first entry for this issue. |
Might be related to electron/electron#13767 and other linked issues there 🤔 |
The issue looks related to electron-userland/electron-builder#2981 Could you folks try some of the tips in https://askubuntu.com/questions/342202/failed-to-load-module-canberra-gtk-module-but-already-installed and see if it works? |
No, since we're not using the |
I already tried all of them but the last one ( |
Okay, I can reproduce this error now. I'm still trying to figure out what's wrong with the snap. This works as expected if I build it locally and install it but doesn't work if I download this from the snap store. |
@akashnimare left a comment on your forum thread. |
had the same issue.. can confirm this 👍 |
@popey I actually don’t know if that |
Same issue.
|
i solved temporally my problem using the Appimage version. I did:
So, just execute on terminal and work for me! |
I tried install zulip following the instructions from https://zulipchat.com/help/desktop-app-install-guide and I test all ways to do it:
|
Updating the config as suggested by the snap community here - https://forum.snapcraft.io/t/snap-fails-to-load-error-minidump-segmentation-fault/8691/5 Should improve #593.
Just pushed a new beta for Snap. Can you folks test it out? |
@akashnimare All functionality is working fine now. Great to know that the segfault has fixed. It will be great if others test it out too. @caemor @isasouza-com @kanishk98 .
|
This issue has been fixed in the latest beta. Feel free to re-open if this occurs again. |
Any pointers on what change fixed it? |
I think a combination of - updating electron-builder + zulip/zulip-electron@8a0b047 fixed this issue. |
Updating the config as suggested by the snap community here - https://forum.snapcraft.io/t/snap-fails-to-load-error-minidump-segmentation-fault/8691/5 Should improve zulip#593.
I installed the app from Ubuntu software center. It doesn't load at all. error message is:
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Failed to generate minidump.Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: