Appimage version of PulseView crashes with
ASSERT: "!isEmpty()" in file /opt/qt512/include/QtCore/qlist.h, line 347
when both General_Language neither LANGUAGE environment variable are not set.
EDIT:
I narrowed the issue down to fact, that if locale is "C.UTF-8" the application crashes if no settings are available,
this is the way to reproduce it
$ rm -f ~/.config/sigrok/PulseView.conf
$ LANG=C.UTF-8 LANGUAGE= ./pulseview.appimage
Appimage version of PulseView crashes with
when both General_Language neither LANGUAGE environment variable are not set.
EDIT:
I narrowed the issue down to fact, that if locale is "C.UTF-8" the application crashes if no settings are available,
this is the way to reproduce it