geany -c /tmp/temp-conf
Yep, no crash. On my first try I found that which plugin to disable - regular mode: prevent crash by disabling: spell check - also I have: Addons, File Browser, Save Actions - if I have spell check disabled, then restart, no crash; enable it, paste, instant crash - using temp-conf: doesn't crash if spell check is enabled (or even if all of the above are enabled too)
My plugins are from Fedora 32: ``` $ dnf list installed | grep geany geany.x86_64 1.36-3.fc32 @updates geany-libgeany.x86_64 1.36-3.fc32 @updates geany-plugins-addons.x86_64 1.36-4.fc32 @updates geany-plugins-common.x86_64 1.36-4.fc32 @updates geany-plugins-spellcheck.x86_64 1.36-4.fc32 @updates ```
How could it not crash with the temp config even if I enable everything?