https://bugs.kde.org/show_bug.cgi?id=399611
Bug ID: 399611 Summary: Make use of prefix.sh; new option --start ? Product: kdesrc-build Version: Git Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: mp...@kde.org Reporter: codestr...@posteo.org Target Milestone: --- Currently, I do the following to build and start a project: ~> kdesrc-build --include-dependencies keurocalc ... Installing.. succeeded (after 0 seconds) <<< PACKAGES SUCCESSFULLY BUILT >>> keurocalc Removing 1 out of 9 old log directories... :-) Then I have to find out somehow where the CMakeFiles are, in this case here: ~/kde/build/extragear/utils/keurocalc Then I type this to start KEuroCalc: ~> . ~/kde/build/extragear/utils/keurocalc/prefix.sh ~> keurocalc Would it be within the scope of kdesrc-build to have an option --start <PACKAGENAME> that knows how to use prefix.sh and starts the default executable of the given package? Or at least print the location of the CMake files of a package when building it? -- You are receiving this mail because: You are watching all bug changes.