Bug 374861 - AppImage: konsole tool view not working properly
Summary: AppImage: konsole tool view not working properly
Status: CONFIRMED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: konsole integration (show other bugs)
Version: 5.0.80
Platform: Appimage Linux
: NOR normal
Target Milestone: 5.1.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-10 11:00 UTC by Kevin Funk
Modified: 2017-01-10 11:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Funk 2017-01-10 11:00:35 UTC
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!