Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
69 Fix notifications on linux when using notify-send (#70)
* Remove cmd.msg from args when using notify-send Fixes Issue#69 #69 On linux notify-send responds with 'Invalid number of options' because of an extra empty '' argument introduced by cmd.msg * Fix options.sticky argument when using notify-send When using the sticky option with notify-send, it interprets '-t 0' as a single argument. To resolve that '-t' and '0' are sent as separate arguments. - Executing the following command "notify-send '-t 0' 'Email Client' '5 new emails' " - results in "Cannot parse integer value “Email Client” for -t" * Log cmd and args to stderr for easier debugging
- Loading branch information