Skip to content

Fix yakuake segfaulting on exit

Maximilian Schiller requested to merge mschiller/yakuake:fix-exit-crash into master

If yakuake gets closed after opening the right-click context menu it segfaults. The issue is caused by the kxmlguifactory attached by konsolepart, so instead we attach our own factory and remove it appropriately.

BUG: 415762 BUG: 421226 BUG: 421194 BUG: 421138

Merge request reports