https://bugs.kde.org/show_bug.cgi?id=374861

            Bug ID: 374861
           Summary: AppImage: konsole tool view not working properly
           Product: kdevplatform
           Version: 5.0.80
          Platform: Appimage
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: konsole integration
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: kf...@kde.org
  Target Milestone: ---

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!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to