-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications not working on new design #1562
Comments
Same issue on windows and OSX. |
Hi! Notifications are not working on new Messenger design since they are not implemented by Messenger website. Because we display reformatted notifications from the website, now we can't display any notifications because there isn't any. Once Messenger website adds notifications, we will add them to Caprine. |
Can't Caprine just detect a new message itself to bring notification? |
The notifications are not really the same as a new message indicator. I've fixed the issue with tray indicator not turning blue for new messages and is waiting to be merged (I'd expect it in the next update). The notifications need to have some content in them which would be the message that was received. In this comment I've mentioned that there would need to be reverse engineering and a lot of hacking put into just getting something to work (I can't say it will work well) and I don't really think it is worth while we have a lot of other features that need to be fixed because of the new design. I'd rather wait for Messenger to implement notifications on the website than trying to add this feature by reverse engineering the whole websites communication system. What could maybe be done is showing a simple "There is a new message" notification which would indicate a new message was received but it won't have any information about the message or the sender which would be expected. |
Anything what would allow the user to see that there is any message awaiting would be useful. |
|
As of v2.52.1, this doesn't seem to be fixed. Has it not been merged yet? |
@ErebosGR the fix was merged and is available in the update (2.52.1). It's working on my machine so I have no idea whats going on. The tray icon should turn blue when there are some unread messages and turn gray when there are no unread messages. Anyways, I believe that this is an unrelated issue from notifications so it would be better to open a new issue regarding this than post here. |
So it's not even possible to make the app play a sound and/or show a generic notification as the tray icon turns blue? Anything would help. Tray changing color is easy to miss - especially with multiple screens. |
Badges stopped working again today, the same with the tray :/. |
A notification based on the new message ticker is badly needed as an interim solution |
When I unmuted messenger in the browser (FF) the audible notifications in Caprine worked (whether the browser was closed or open). https://www.facebook.com/messages/ chats ...menu /settings. Its not the general facebook notifications setting. That is different. Curiously whilst the browser is loading the messenger page, the notification sounds are off until it loads. When the browser messenger is also open I get 2 lots of notifications with different sounds. So they are independently actioned but the browser setting trumps the electron one. |
Would it be possible to detect if the notification sound is playing, and if so send a desktop notification? Having the ability to see when a message arrives will be great, even if I can't see a message preview like pre-redesign. This would fill one of the biggest missing features in the new messenger. |
Time to uninstall it. :( Fortunately, I do not have to use messenger anymore. :)) If anybody have to use this sh.t, just a tip: Switch on the facebook notifications in your browser settings. Caprine is almost unusable w/o notifications since January. But thank you for your work! |
Will the badges be restored at least? |
How would I go about doing this? Will this show notifications when I get a new message? |
Its on your facebook web page. Settings notifications. For some reason
these settings over ride whatever you set in caprine. Notification settings
in caprine do othing at all.
…On Fri, 20 Aug 2021 at 02:41, Vinay V ***@***.***> wrote:
just a tip: Switch on the facebook notifications in your browser settings.
Caprine is almost unusable w/o notifications since January.
How would I go about doing this? Will this show notifications when I get a
new message?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6LQOOPA5HPVKZUXUHVTZLT5UX3ZANCNFSM4XZH6MSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
so How can I solve this problem? |
Sound on new message started working again after new update, though it seems not working every time. |
yeap, Sound on new message works for me but badge (notification rectangle box) doesn't work for me too. |
Same issue for me on Windows 11. There's sound but no visual notifications even though I have everything enabled. |
I'm on linux and I get messenger notifications with a message preview when my firefox browser is open, however caprine only plays a sound without pushing any notifications. |
Here is a workaround for the missing notifications in Caprine for Debian 11 with MATE Desktop and possibly other Linux desktop environments as well. It reads the Caprine window title to find out if new messages has arrived as intpg hinted in #1562 (comment). On new messages it will print out a short message on a panel/taskbar. No message will be shown if the Caprine window is opened but in the background, but then the taskbar button itself will show if new messages has arrived. How to install the workaround:
The script is included in my dptools project/repository at https://github.com/dotpointer/dptools/blob/master/caprine-check-messages and I have been using it for over a year now. |
Notifications returned, but badges of unread messages still don't work. |
After update today clicking on notification doesn't bring to the message. So no badge fix and other thing was broken, nice update. |
I'm on Arch linux using Caprine 2.54 and I don't get notifications, only sound feedback. My notifications are not muted in Caprine nor are they disabled by my system. |
I do not have text notification neither on the web (including both The only thing that does indicate a new message is the change in the window title, so I've tried dotpointer's solution – with no success, unfortunately. For me |
PS. If you're on *buntu + XFCE, the applet is called "Generic Monitor", provided by |
@mmatyas I tried to update with your suggestion for xwininfo. But matching on "Messenger" does not work well however as the text is changed every second when messages are available. It would be better to match on something else. My line from "Messenger" is the part that alternates when messages are available. What does your say, especially for the "caprine" "Caprine" part? I have noticed that a fix has been sent in for this bug, #1822, so this workaround may become obsolete. +1: |
Well about a month ago even the title bar stopped updating for me, so these days I'm just using a portable Chrome with https://github.com/shivamgly/Google-Chrome-Portable-maker-for-linux |
Still working perfectly with version 2.57! I use the applet "CommandRunner" on Mint Cinnamon. It also works with the gnome extension "Executor" on Ubuntu. |
It's been so long since notifications existed, what sort of notifications can I expect? |
Message notifications. There are a few edge cases in which notifications are not shown (for example, when the same emoji is sent multiple times, but that seems to be a very unusual case which is not that common) but it works fairly well thanks to Stratos' workaround. It is possible that it would break a little bit sometime in the future since it relies on the structure of the UI (same goes for any other feature) but we'll try to fix those issues as fast as they occur and we can confirm them. |
Such as the slide in notifications made via Windows? I guess that's okay if I actually sit in front of the monitor and aren't running anything in full screen. But a flashing taskbar button would be nice. And/or an (hopefully animated) indicator on the tray icon. |
I had zero notifications since the notifications workaround. Does it look for english text or something? Because that's not the language facebook appears to me. |
Notifications worked for me after update, but today I checked and they don't work again. |
Caprine 2.52.0, Windows 10 20H2
Visual notifications, sound notifications, badges aren't working.
I removed everything from AppData/Roaming and reinstalled Caprine.
Windows notifications for Caprine are enabled.
The text was updated successfully, but these errors were encountered: