abaddon icon indicating copy to clipboard operation
abaddon copied to clipboard

Need notifications

Open DuendeInexistente opened this issue 1 year ago • 4 comments

It's the one glaringly missing feature, notifications. Also an Unread Messages banner on the server list like Discord has.

DuendeInexistente avatar Aug 07 '22 22:08 DuendeInexistente

whats the unread messages banner? the NEW thing?

ouwou avatar Aug 07 '22 22:08 ouwou

Yeah the NEW thing.

DuendeInexistente avatar Aug 08 '22 00:08 DuendeInexistente

I kind of would prefer not to have notifications... or if we have them, the ability to turn them off would be appreciated. That's one of the things that drives me crazy about the official client.

Nothing wrong with having an option for them though.

dragontamer8740 avatar Aug 13 '22 23:08 dragontamer8740

i think itll be both compile time and runtime optional if i get to it since im probably going to have to drag in another dependency anyways

ouwou avatar Aug 13 '22 23:08 ouwou

Hello,

Any news on this ?

This is actually critical, because I've discovered the worst way, that when Abaddon is connected, I won't receive mobile notifications either, since my computer is (rightfully) considered to be my currently active device.

Thanks

KaKi87 avatar Feb 03 '23 19:02 KaKi87

Hello,

Any news on this ?

This is actually critical, because I've discovered the worst way, that when Abaddon is connected, I won't receive mobile notifications either, since my computer is (rightfully) considered to be my currently active device.

Thanks

you can probably mitigate it by changing the timeout to 1 minute in the notifications settings. and when we say notifications do we want just sounds or fully fledged desktop notifications?

ouwou avatar Feb 07 '23 19:02 ouwou

changing the timeout to 1 minute in the notifications settings

Where do I find that option ?

fully fledged desktop notifications?

That.

KaKi87 avatar Feb 07 '23 20:02 KaKi87

Where do I find that option ?

official discord app > notifications > push notification inactive timeout dont know if it will work well but its something for the time being i guess

ouwou avatar Feb 07 '23 22:02 ouwou

That's not a desktop notification :sweat_smile:

Screenshot from 2023-04-18 05-21-06

Also, it would be nice to focus the app and open the channel when clicking it.

Thanks

KaKi87 avatar Apr 18 '23 03:04 KaKi87

That's not a desktop notification 😅

Screenshot from 2023-04-18 05-21-06

Also, it would be nice to focus the app and open the channel when clicking it.

Thanks

notifications are implemented with Gio, which in practice will use the freedesktop.org spec (which by the specification should specifically not look like your image lol), so ultimately its up to your desktop environment to determine what that looks like. maybe if you tell me which DE/notification server youre using i can try to help but i dont think theres a lot i can do code-wise.

also, it will bring you to the channel when clicking on it assuming your notification server supports actions

ouwou avatar Apr 18 '23 03:04 ouwou

tell me which DE/notification server youre using

My desktop environment is Unity 7.6, on the Ubuntu Unity 22.04 distro.

I don't know about notification server.

I'll try on another computer using Cinnamon on Linux Mint 21, see if it's any better.

Thanks

KaKi87 avatar Apr 18 '23 04:04 KaKi87