https://bugs.kde.org/show_bug.cgi?id=395606
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CONFIRMED --- Comment #12 from Boudewijn Rempt <b...@valdyas.org> --- As for messages, run Krita like "QT_LOGGING_RULES="krita.scripting=true" ./krita-4.2.0-pre-alpha-90e6bb4-x86_64.appimage" But it looks like my change did something else, though -- when doing that I do not get the Python errors printed: boud@sebe:~/Downloads$ QT_LOGGING_RULES="krita.scripting=true" ./krita-4.2.0-pre-alpha-90e6bb4-x86_64.appimage QPainter::begin: Paint device returned engine == 0, type: 3 QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout krita.scripting: Loading Python plugin krita.scripting: Initializing Python plugin for Python 3 , 5 krita.scripting: "Loaded libpython3.5m.so.1.0" krita.scripting: Plugin Directories: ("/home/boud/.local/share/krita/", "/tmp/.mount_krita-v5oXsX/usr/share/krita/", "/home/boud/.local/share/krita/pykrita/", "/tmp/.mount_krita-v5oXsX/usr/share/krita/pykrita/", "/tmp/.mount_krita-v5oXsX/usr/share/pykrita/") krita.scripting: Python::setPath. Script paths: ("/home/boud/.local/share/krita/", "/tmp/.mount_krita-v5oXsX/usr/share/krita/", "/home/boud/.local/share/krita/pykrita/", "/tmp/.mount_krita-v5oXsX/usr/share/krita/pykrita/", "/tmp/.mount_krita-v5oXsX/usr/share/pykrita/") true krita.scripting: pythonLibsPath (krita-python-libs) "/tmp/.mount_krita-v5oXsX/usr/lib/krita-python-libs" krita.scripting: Found krita-python-libs at "/tmp/.mount_krita-v5oXsX/usr/lib/krita-python-libs" krita.scripting: pythonLibsPath (sip) "/tmp/.mount_krita-v5oXsX/usr/lib/sip" krita.scripting: Found sip at "/tmp/.mount_krita-v5oXsX/usr/lib/sip" krita.scripting: "python3.5" "python3.5" krita.scripting: Setting python paths: "/home/boud/.local/share/krita/:/tmp/.mount_krita-v5oXsX/usr/share/krita/:/home/boud/.local/share/krita/pykrita/:/tmp/.mount_krita-v5oXsX/usr/share/krita/pykrita/:/tmp/.mount_krita-v5oXsX/usr/share/pykrita/:/tmp/.mount_krita-v5oXsX/usr/lib/krita-python-libs:/tmp/.mount_krita-v5oXsX/usr/lib/sip:/tmp/.mount_krita-v5oXsX/usr/lib/python3.5/lib-dynload:/tmp/.mount_krita-v5oXsX/usr/lib/python3.5/site-packages:/tmp/.mount_krita-v5oXsX/usr/lib/python3.5/site-packages/PyQt5:/tmp/.mount_krita-v5oXsX/usr/lib/python3.5" But I do get a segfault, which I didn't get at first... Segmentation fault (core dumped) The problem is that this is appimage specific, and the only way I can make appimages at the moment is through the build service, so it's very trial and error. -- You are receiving this mail because: You are watching all bug changes.