hoehermann / purple-signald

Pidgin libpurple bridge to signald.
GNU General Public License v3.0
153 stars 19 forks source link

Always window popup #23

Closed Chris56 closed 1 year ago

Chris56 commented 4 years ago

When a new message arrives: Despite the setting to not popup the window the conversation window does appear. (Thanks for the addon, I'd love to use pidgin rather than the memory hog sigal)

hoehermann commented 4 years ago

Does this happen with incoming messages as well as messages sent by you (from another device)?

Chris56 commented 4 years ago

With pidgin in tray: a) Note to myself on the master: unwanted popup b) Note to some third party on the master: unwanted popup after sending on the master

hoehermann commented 3 years ago

I assume you mean this setting (conversations.chat.im.hide_new):

hide_conversation_window

It has no effect on any protocol I am currently using (Telegram, WhatsApp). Which protocol plug-ins honor this preference? I can probably copy their code.

Chris56 commented 3 years ago

I have both telegram and signal account.

When (on mint mate desktop) pidgin is minized to the system tray: a) receive message from telegram: no unwanted popup with the message contents b) receive message from signal: immediate unwanted popup with the signal message

P.S.: I you happen to not fill in the "Local alias" field while adding a new signal account, you will not see any contacts.

hoehermann commented 2 years ago

In a7e4fdd I changed the code to be more traditional – at least for incoming direct messages. Does it help with this issue?

hoehermann commented 1 year ago

Closing due to lack of response.