FS#77074 - [element-desktop] Segfault when running with ozone-platform-hint=wayland
Attached to Project:
Community Packages
Opened by Valentin (Valentin) - Tuesday, 10 January 2023, 10:36 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
Opened by Valentin (Valentin) - Tuesday, 10 January 2023, 10:36 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
|
Details
Description:
I set `--ozone-platform-hint=wayland` in my electron config as described in https://wiki.archlinux.org/title/wayland#Configuration_file . When this option is set Element crashes a couple of seconds after startup, before displaying anything, with a segfault. Without this option it runs fine through XWayland. The option used to work until recently. Probably the switch to electron22 started showing the error. Additional info: * Might be experienced by people in https://github.com/vector-im/element-web/issues/23311 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/element.io/issues/1
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/element.io/issues/1
Some additional info:
with electron21 it won't crash (just sed electron22 in /usr/bin/element-desktop)
Edited: Oops, I send it twice. Sorry
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/commit/418faa334874db0b0a8b0e964590718ee783c67d
Using electron25 from the testing repo makes it work perfectly.