We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b2933 commit 163681cCopy full SHA for 163681c
src/DBus.vala
@@ -239,10 +239,13 @@ public class Notifications.Server : Object {
239
switch (category) {
240
case "call":
241
case "call.ended":
242
+ sound = "dialog-information";
243
+ break;
244
case "call.incoming":
245
+ sound = "phone-incoming-call";
246
247
case "call.unanswered":
- // We probably should use "phone-incoming-call" but it sounds awful in freedesktop theme
- sound = "dialog-information";
248
+ sound = "phone-outgoing-busy";
249
break;
250
case "device.added":
251
sound = "device-added";
0 commit comments