-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for disabling desktop notifications system-wide? #31
Comments
While While it is intentional that CLI arguments override the configured default values that is clearly not helpful for multi-parameter arguments like |
Since the
While that works for the case of disabling an event handler completely it doesn't work for the opposite use case like enabling |
Every time I get home after some time of remote work, where I develop via a remote SSH session, I am faced with a multitude of desktop notifications. As part of this ticket, it would be great to consider how to disable notifications when invoking colcon from an SSH session. Perhaps the DISPLAY environment variable might be appropriate for Linux. |
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
The text was updated successfully, but these errors were encountered: