Summary: | kdevelop crashing on startup with "Could not find QtWebEngineProcess" [QtWebEngineCore::WebEngineSettings::initDefaults] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | thomas.rahimi |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jr, mail, mail |
Priority: | HI | Keywords: | drkonqi |
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
thomas.rahimi
2017-11-16 09:08:21 UTC
What's the last message(s) you get when running KDevelop from the command line? changing status to NEEDSINFO (In reply to Kevin Funk from comment #1) > What's the last message(s) you get when running KDevelop from the command > line? These are the last command line entries, before kcrash takes over: kdevplatform.shell: error: QProcess::ProcessError(FailedToStart) "" "Es wurde kein Programm angegeben" kdevplatform.shell: Could not load plugin "KDevCMakeDocumentation" , it reported the error: "Unable to find a CMake executable. Is one installed on the system?" Disabling the plugin now. Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes. sonnet.plugins.hspell: HSpellDict::HSpellDict: Init failed Could not find QtWebEngineProcess Yep. "Could not find QtWebEngineProcess" is fatal. This indicates a set up issue. Do you have the QtWebEngineProcess binary around on your system? CC'ing Riddell, since it's KDE Neon. (In reply to Kevin Funk from comment #4) > Yep. "Could not find QtWebEngineProcess" is fatal. > > This indicates a set up issue. Do you have the QtWebEngineProcess binary > around on your system? No, did not find the executable, using system search, only result thus far is the qtwebenginewidgets.py file in /usr/bin/python3/dist-packages/PyQt5/uic/widget-plugins Installing the package 'libqt5webengine5' should solve this, it's a Neon packaging bug. See https://bugs.kde.org/show_bug.cgi?id=377129 and the many duplicates for different applications. *** This bug has been marked as a duplicate of bug 377129 *** Hey guys, thanks for your input, installing libqt5webengine5 solved the problem to me. Kind regards Thomas I've added an explicit depend for libqt5webengine5 from KDevelop in KDE neon packaging now, currently compiling away. |