Add option to disable notification at startup#109
Add option to disable notification at startup#109AndreaOrru wants to merge 1 commit intoeonpatapon:masterfrom
Conversation
|
This startup notification is for detecting if some service provides Is it disturbing for you? |
Hmm, that could be done quietly using GetNameOwner() instead. (If you want to check whether there's an activatable service that provides o.f.Notifications, there are ListActivatableNames() or StartServiceByName(), but it's probably not a good idea to rely on auto-activation for such "multiple provider" names in the first place.) |
|
@grawity I will try to use GetNameOwner() instead then |
Before initializing notifications check that org.freedesktop.Notifications is available on the bus. Refs #109
Not massively, but I would prefer not to have it :) Thank you! |
Before initializing notifications check that org.freedesktop.Notifications is available on the bus. Refs #109
|
Thanks, other PR is merged |
Added a
notify_startupoption to the configuration file (defaults toTrue).