Skip to content

Use Canberra instead of KNotifications for messagebox sound

Nicolas Fella requested to merge work/canberra into master

Currently the KMessageBoxNotifyInterface creates a sound-only KNotification for message box sounds.

This is problematic since we want to remove the sound handling from KNotifications in the future.

Instead use Canberra which is what KNotifications uses internally anyway.

Merge request reports