https://bugs.kde.org/show_bug.cgi?id=458943
--- Comment #6 from Andrew Shark <ash...@linuxcomp.ru> --- Thanks for sharing. I have several folders: `~/kde5` and `~/kde6`. I have added `~/bin/kdesrc-run` with the following ```bash #!/bin/bash source /home/username/.config/kdesrc_kde_version # Contains VERSIONKDE=6 echo "Using kde version $VERSIONKDE" cd /home/username/kde"$VERSIONKDE" export QT_LOGGING_RULES="somecategory*=true;..."; export QT_MESSAGE_PATTERN="...%{message}"; ./kdesrc-run $@ ``` and similarly for the kdesrc-build. I can then easily switch between builds (for kde5 and kde6), while still be able to invoke kdesrc-build/run directly, without the need to go to corresponding folder or specifying the kdesrc-buildrc path. TIL that there is an Arch package for kdesrc-build. Mentioned that in wiki. -- You are receiving this mail because: You are watching all bug changes.