(In reply to Wolfgang Bauer from comment #8) > From your backtrace: > > #11 0x00007fa830171e69 in KCrash::setApplicationFilePath (filePath=...) at /usr/include/qt5/QtCore/qlist.h:115 > > #12 0x00007fa8301729f7 in KCrash::initialize () at /usr/src/debug/kcrash-5.50.0-1.1.x86_64/src/kcrash.cpp:138 > > #13 0x00007fa829f5f719 in KIO::SlaveBase::SlaveBase (this=0x7fff2d0b1b20, protocol=..., pool_socket=..., app_socket=...) at /usr/src/debug/kio-5.51.0-232.1.x86_64/src/core/slavebase.cpp:244 > > #14 0x00007fa82737f7e3 in KioKdeconnect::KioKdeconnect (this=0x7fff2d0b1b10, pool=..., app=...) at /usr/src/debug/kdeconnect-kde-1.3.1-1.2.x86_64/kio/kiokdeconnect.cpp:75 > > That shows that the crash is actually in KCrash::Initialize, it will likely > be fixed by this change in kcrash-5.51.0 which should be in the next > Tumbleweed snapshot: > https://cgit.kde.org/kcrash.git/commit/ > ?id=6dbd0edec10f65ff00341ccca94a052bbd55a876 I'm just wondering why you have kio-5.51.0 installed though. Tumbleweed still has 5.50.0 at this point, which should not need that fix/should not crash AIUI. Are you maybe using some additional repo (like KDE:Frameworks5)? Better make sure that your system is consistent then, or better remove it (you get the latest versions in the standard repo anyway).