keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.88k stars 1.23k forks source link

No notification sound (linux desktops, some android phones) #22101

Open powerman opened 4 years ago

powerman commented 4 years ago

I've no notification sound on incoming chat messages on desktop (Gentoo Linux), while text popup notification works okay.

My friend doesn't have notification sound both on desktop (Ubuntu) and on phone (Android), but do have text notifications on both. (I've notification sound on phone (Android)).

This is very annoying and may become a reason to stop using keybase. :(

May be related to https://github.com/keybase/client/issues/7740 https://github.com/keybase/client/issues/10453 https://github.com/keybase/client/issues/9215

heronhaye commented 4 years ago

Sorry, this is an upstream bug. Perhaps you can configure your notification server to play a sound? For example, https://github.com/dunst-project/dunst/issues/257.

powerman commented 4 years ago

@heronhaye Can you please provide links to related upstream bug report(s)?

powerman commented 4 years ago

One more option how to add sound to these notifications is to use tool like https://github.com/dbazile/gaudible

powerman commented 4 years ago

Or use something like this one-liner:

dbus-monitor interface=org.freedesktop.Notifications | grep --line-buffered '^\s*string "Keybase"$' | while read; do play -q /usr/share/sounds/freedesktop/stereo/message.oga; done
metehan commented 4 years ago

our company moved to keybase but no one gets notifications. now we consider to stop using. I think this issue must be marked as important because it really ruins experience of new users

maxtaco commented 4 years ago

@metehan on which platforms have you not seen notifications?

metehan commented 4 years ago

@maxtaco windows and android

Djeremaille commented 4 years ago

Or use something like this one-liner:

dbus-monitor interface=org.freedesktop.Notifications | grep --line-buffered '^\s*string "Keybase"$' | while read; do play -q /usr/share/sounds/freedesktop/stereo/message.oga; done

Thanks a lot for this! That's working perfectly for me! (kde neon 18.04)

powerman commented 1 year ago

Sorry, this is an upstream bug. Perhaps you can configure your notification server to play a sound? For example, dunst-project/dunst#257.

Looks like upstream fix was just merged: https://gitlab.xfce.org/apps/xfce4-notifyd/-/merge_requests/43 - any chance it'll work in Keybase anytime soon? :smile_cat: