GSConnect / gnome-shell-extension-gsconnect

KDE Connect implementation for GNOME
GNU General Public License v2.0
3.2k stars 259 forks source link

GSConnect should adhere to phone's DnD setting #1112

Open jcuenod opened 3 years ago

jcuenod commented 3 years ago

When Do not Disturb is active on the user's phone, expected behavior would be to suppress notifications in Gnome. Right now notifications still appear.

andyholmes commented 3 years ago

KDE Connect does not expose this state, so you will have to request the protocol addition upstream at https://bugs.kde.org.

nicolasmaia commented 3 years ago

For reference, this seems to be the relevant bug report: https://bugs.kde.org/show_bug.cgi?id=394712

real-or-random commented 3 years ago

Ideally, this would work in both directions, i.e., the state is simply synced across devices.

sojusnik commented 1 year ago

Here are all the upstream bug reports regarding this issue:

https://bugs.kde.org/show_bug.cgi?id=394712 https://bugs.kde.org/show_bug.cgi?id=439107 https://bugs.kde.org/show_bug.cgi?id=433021

Maybe there's a temporary workaround, f.i. through the "run commands" plugin?

andyholmes commented 1 year ago

Maybe there's a temporary workaround, f.i. through the "run commands" plugin?

If you can get Tasker or something to recognize when the DnD state changes on Android, you might be able to get it to trigger a "Run Command" entry defined by a GSConnect device. But I doubt there's a way to do the reverse.