Skip to content
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

[Bug]: 18.0.0 cannot start on Ubuntu 20 aarch64 #33533

Closed
3 tasks done
klossner opened this issue Mar 31, 2022 · 5 comments
Closed
3 tasks done

[Bug]: 18.0.0 cannot start on Ubuntu 20 aarch64 #33533

klossner opened this issue Mar 31, 2022 · 5 comments

Comments

@klossner
Copy link

Preflight Checklist

Electron Version

18.0.0

What operating system are you using?

Ubuntu

Operating System Version

Ubuntu 18.04.6 LTS

What arch are you using?

arm64 (including Apple Silicon)

Last Known Working Electron version

17.0.0

Expected Behavior

Starting any Electron app does not immediately fail.
"ldd electron" doesn't show errors.

Actual Behavior

% ldd electron
electron: /usr/lib/aarch64-linux-gnu/libxkbcommon.so.0: version `V_1.0.0' not found (required by ./electron)

Testcase Gist URL

No response

Additional Information

Appears to be this chromium bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=1302542

@Marton6
Copy link

Marton6 commented Apr 1, 2022

This seems to only affect versions 18.x.x of electron, I've tested version 19.0.0.alpha-1 and it worked well.

@sohobloo
Copy link

still in 18.2.0
will this be fixed in 18.x as it makes 18.x not a cross-all-platform version.

@theofficialgman
Copy link

please fix this bug in 18.X electron, this is a breaking issue for using electron on older linux releases like ubuntu bionic and buster

@theofficialgman
Copy link

theofficialgman commented May 9, 2022

@zcbenz please fix this with https://chromium-review.googlesource.com/c/chromium/src/+/3480519 or assign someone to do it. many projects are upgrading to electron 18 daily and this is a breaking change for them in terms of compatibility with debian buster, ubuntu bionic and focal, and other distros

or you can chose to fix the declaration as debian buster/bionic implemented without removing that functionality from chromium
https://bazaar.launchpad.net/~chromium-team/chromium-browser/bionic-beta/revision/1624/debian/patches/ozone-no-xkb_keymap_key_get_mods_for_level.patch

@MarshallOfSound
Copy link
Member

Fixed in #34155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Unsorted Issues
Development

No branches or pull requests

6 participants