1.4.8
Ubuntu 18.10 64-bit minimal installation
Using .appimage
Whenever I try to open Etcher, I get this error:
/tmp/.mount_NshRWX/usr/bin/balena-etcher-electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Hi,
I suppose you should try sudo apt-get install -y libgconf-2-4 and then try running Etcher again. It solved my problem!
Regards,
?
From: steve018 notifications@github.com
Sent: Saturday, November 24, 2018 8:07 PM
To: balena-io/etcher
Cc: Subscribed
Subject: [balena-io/etcher] Etcher Crashes on Launch (#2555)
1.4.8
Ubuntu 18.10 64-bit minimal installation
Using .appimage
Whenever I try to open Etcher, I get this error:
/tmp/.mount_NshRWX/usr/bin/balena-etcher-electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com/balena-io/etcher/issues/2555, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ag-lRSR_hShlKkSXVbixDtHLSuZtVfVeks5uyhd6gaJpZM4YxtE6.
That did not fix the issue for me.
Maybe a reinstall? Delete it and try again, if it does not work, I am sorry but I cannot help then.
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: steve018 notifications@github.com
Sent: Sunday, November 25, 2018 11:49:41 PM
To: balena-io/etcher
Cc: ParthOSDev; Comment
Subject: Re: [balena-io/etcher] Etcher Crashes on Launch (#2555)
That did not fix the issue for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com/balena-io/etcher/issues/2555#issuecomment-441460807, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ag-lRWf8hGeO2o6-BiNu65zvoFmHBk0Xks5uyt89gaJpZM4YxtE6.
It's strange though, we ship the AppImage with all the needed libraries, including libgconf-2-4.
We'll investigate further
Well it’s not my issue, it is Steve’s and it fixed my problem.
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: Lorenzo Alberto Maria Ambrosi notifications@github.com
Sent: Monday, November 26, 2018 7:19:21 PM
To: balena-io/etcher
Cc: ParthOSDev; Mention
Subject: Re: [balena-io/etcher] Etcher Crashes on Launch (#2555)
It's strange though, we ship the AppImage with all the needed libraries, including libgconf-2-4.
Did you try installing that @ParthOSDevhttps://github.com/ParthOSDev ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/balena-io/etcher/issues/2555#issuecomment-441644816, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ag-lRVeiSaxQ4OoNl3EFHFPqTdRl2hljks5uy_FhgaJpZM4YxtE6.
@steve018 Could you please try installing libgtk2.0-0:i386 and try running etcher again? It is shipped with the AppImage like the other dependencies, but some users still have issues with them on newer Ubuntu versions
I got the same issue since Mojave. Crash at launch
@mbt45 That doesn't sound related to this issue though (this is specific to ubuntu), you can search your error in the other issues and/or open a new one if you can't find it :)
@ParthOSDev @thundron
The issue was resolved with a sudo apt-get install libgconf-2-4 libgtk2.0-common
See also https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md#runtime-gnulinux-dependencies
Most helpful comment
@ParthOSDev @thundron
The issue was resolved with a
sudo apt-get install libgconf-2-4 libgtk2.0-common