As a novice user of colcon (coming from prior experience with Bazel + CMake + catkin + rosbuild), I'm not a fan of having the desktop notifications on by default :(
(But I understand why other people would want it!)
I see that --even-handlers desktop_notifications- would disable it per invocation, but is there a way to disable these notifications system-wide? (without magical environment variables?)
FTR (and I'm not sure if it's good or not), Bazel has it's ~/.bazelrc which permits common flags:
https://docs.bazel.build/versions/master/guide.html#example
As a novice user of
colcon(coming from prior experience with Bazel + CMake +catkin+rosbuild), I'm not a fan of having the desktop notifications on by default :((But I understand why other people would want it!)
I see that
--even-handlers desktop_notifications-would disable it per invocation, but is there a way to disable these notifications system-wide? (without magical environment variables?)FTR (and I'm not sure if it's good or not), Bazel has it's
~/.bazelrcwhich permits common flags:https://docs.bazel.build/versions/master/guide.html#example