As in title.
I am using ArchLinux and running the GTK+3 version of LXDE.
Untill recently, the package has worked well, however it suddenly stopped working.
I can do provide the core dump (catched from systemd) and additional information, just tell me what you need.
/ Giovanni
I'm also seeing a SEGFAULT starting lxapperance with sway, and I think the root cause is the same.
There was some discussion about it here: https://github.com/NixOS/nixpkgs/issues/67697 . The crash occurs on the call to
XInternAtomincheck_lxsession.Last edit: Kira Bruneau 2020-10-04
i sent a patch to the mailing list which avoids the segfault
https://sourceforge.net/p/lxde/mailman/lxde-list/thread/20201030001824.6817b566%40parabola/#msg37140205
backtrace of 'lxappearance':
Last edit: bill-auger 2020-10-30
the proper fix is included below
i add this for the sake of completeness/documentation - if only this patch is applied, it would allow lxappearance to operate normally; but the functionality of preview.c is still broken using GTK3 (per https://sourceforge.net/p/lxde/bugs/768/) - i dont believe that the GTK3 implementation ever worked properly - i have re-worked and completed that feature, which would close #768; but my changes are under VCS, and i kept this patch separate for the sake of documentation - the changes related to #768, assume that the patch below is already applied