| Summary: | AppImage: konsole tool view not working properly | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Kevin Funk <kfunk> |
| Component: | konsole integration | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | aseques, mail |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.80 | ||
| Target Milestone: | 5.1.0 | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Issue: kdevelop! -s "{83d630dc-ad24-4b81-9a5c-e85d3c855120}" The program 'kdevelop!' is currently not installed. You can install it by typing: Problem: KDevelop cannot find kdevelop! (since /usr/bin from AppImage mount is not in PATH). Suggestion: plugins/konsole/kdevkonsoleview.cpp 71: interface->sendInput( " kdevelop! -s \"" + KDevelop::ICore::self()->activeSession()->id().toString() + "\"\n" ); => Use a relative path to the current executable, e.g.: qApp->applicationPath()/../kdevelop!