j2969719
j2969719
does this Debian based distro use systemd? `coredumpctl list` does show anything related to doublecmd?
dont think its a systemd issue, its just that systemd has a fancy coredumpctl tool nwm
dunno much about debian w/o systemd, always thought that coredumpctl is part of systemd. on arch if something crases then a tarball appears in /var/lib/systemd/coredump and if type `coredumpctl list`...
[src.tar.gz](https://github.com/user-attachments/files/19436704/src.tar.gz) try to replace this file rebuild dc. you can roll back changes with git restore /path/to/file
``` Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute and QSGRendererInterface::OpenGLRhi using QQuickWindow::setGraphicsApi before constructing QGuiApplication. WebEngineContext used before QtWebEngineCore::initialize() or OpenGL context creation...
forgot to say that to compile dc with that file, use the command `./build.sh qt6` in the root folder with dc sources. the executable file should appear there too. both...
dont remember the script parameters exactly because usually just enter them using arrows from the terminal history try: `./build.sh release qt6` iirc create_packages.sh script exports the latest commit and does...
saw something similar on older versions of qt6, although the main window appeared after a delay or pressing ctrl+q. it only happened when initializing webengine, with subsequent calls to the...
welp i can only suggest you to postpone using qt6 plugins until the next release of debian with a newer version of qt6 libs. the absence of a crash with...
>Debian 13 (trixie) ships: Qt 6.8.2 (up from 6.4.2) i wonder how things are there