Skip to content

Make notifications of build logs clickable links

Current behaviour is to print the log path plainly and without a full path:

<<<  PACKAGES FAILED TO BUILD  >>>
kxmlgui - ~/kde/src/log/2021-09-11-04/kxmlgui/build.log

This requires the user to find / type / copy the path to the log file.

After this change the terminal output will be a link that can be ctrl+clicked to open the log easily:

<<<  PACKAGES FAILED TO BUILD  >>>
kxmlgui - file:///home/merritt/kde/src/log/2021-09-11-08/kxmlgui/build.log

Merge request reports