You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a desktop notification occurs, capture the text message.
This is useful to know about new emails, calendar meeting reminders, IMs, system errors, etc. I find this the most useful pane in my dashboard (see workaround below).
Implementation
It would have separate implementations for Mac, and Linux.
Workaround
On Linux, I use cmdrunner to call a script I wrote that runs dbus-monitor "interface='org.freedesktop.Notifications'" and then uses sed to filter the text into something legible. It's possible to do something similar on Windows with a PowerShell script.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What should it do?
When a desktop notification occurs, capture the text message.
This is useful to know about new emails, calendar meeting reminders, IMs, system errors, etc. I find this the most useful pane in my dashboard (see workaround below).
Implementation
It would have separate implementations for Mac, and Linux.
Workaround
On Linux, I use
cmdrunner
to call a script I wrote that runsdbus-monitor "interface='org.freedesktop.Notifications'"
and then usessed
to filter the text into something legible. It's possible to do something similar on Windows with a PowerShell script.The text was updated successfully, but these errors were encountered: