joaomgcd / JoinDesktop

A desktop app for Join built in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Auto Send Clipboard` does not respect `Use Native Notifcation` in GNOME

rexkyng opened this issue · comments

Issue

Auto Send Clipboard does not respect Use Native Notifcation, notifcations will show up with join's own implmentation. And Notification Timeout unhides itself once I recive a non-native notification or on restart

Screenshot

log

Set clipboard clipboard auto copy from phone
Showing notification with text clipboard auto copy from phone
Timing out notification after 10000
Chaging window by request { width: 500, height: 239 } { x: 1404, y: 1921 }
No notifications. Closing window.
Setting clipboard clipboard set in pushes
Showing notification with text clipboard set in pushes
Timing out after 10
ipcMain Notification error Invalid native action

test messages

  • auto send clipboard: clipboard auto copy from phone (does not use native)
  • clipboard set in app pushes: text clipboard set in pushes (uses native)

System info:

  • Arch LInux
  • GNOME 41.3 (X11)
  • libnotify 0.7.9
  • joindesktop (tried latest appimage, deb binary and build from source w/ electron 16, all failed)