-
Notifications
You must be signed in to change notification settings - Fork 576
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
profiles: fix misc in kmail/transmission-qt & add kontact.profile #5905
Conversation
KMail needs sound access to play notification sounds when an email is received.
Kontact profile largely based on kmail profile with additions, kontact also uses kmail for email so it is sensible to only add "noblacklist"s since the configuration files are shared.
@rusty-snake All your suggestions are now implemented, thanks again :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new profile is nearly identical to kmail.profile; it should probably be a
redirect to the latter.
See redirect_alias-profile.template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I had time for the full review.
Merged as is for now, there might be some fixes coming later. Thanks @Sadoon-AlBader |
See etc/templates/redirect_alias-profile.template. This amends commit 1e92326 ("Create kontact.profile", 2023-07-17) / PR #5905. Suggested-by: @rusty-snake
Added on commit 1e92326 ("Create kontact.profile", 2023-07-17) / PR #5905. Suggested-by: @rusty-snake
Relates to #5905. Suggested-by: @rusty-snake
This amends commit 4d00897 ("Enable systray support with condition ?ALLOW_TRAY", 2023-07-18) / PR #5905. Suggested-by: @rusty-snake
This removes "nosound" from kmail.profile to allow notification sounds, and also adds a "dbus-user.talk org.freedesktop.Notifications" to allow notifications to start.
Also adds kontact.profile based on kmail.profile, have been using it and works well.
Also edits transmission-qt.profile to allow systray, commented out as is usually the case with profiles, but better to at least let the user know that it might be necessary to add to .local if they need systray.
EDIT: if the maintainers also prefer to keep "nosound" for kmail, it might make sense to also add it to kontact.profile since I didn't add it there to start, I think it makes sense to either remove it or add a comment letting the user know that sound notifications won't work unless they "ignore nosound"