zulip / zulip-desktop

Zulip Desktop client for Mac, Windows and Linux.
https://zulip.com/apps
Apache License 2.0
854 stars 435 forks source link

Unable to display message notifications in windows 10 #1388

Open HantZ03 opened 1 month ago

HantZ03 commented 1 month ago

Hello,

I am experiencing an issue with the Zulip Desktop application on Windows 10 Enterprise LTSC. I am unable to get desktop notifications to work, and the application does not appear in Windows' notification settings.


Problem Details:


What I've Already Checked:

  1. Zulip Application Settings:

    • Notifications are enabled for all types of messages (private messages, mentions, etc.).
    • In the settings, the option to use Windows desktop notifications is checked.
  2. Server Connection:

    • I can connect to my local Zulip server without any issues and send/receive messages.
  3. Windows Settings:

    • In Windows Settings > System > Notifications & actions, the option "Get notifications from apps and other senders" is enabled.
    • However, Zulip does not appear in the list of apps that can send notifications.
  4. Windows Services:

    • The Windows Push Notification Service (WpnService) is not present on my system.
    • The System Event Notification Service is running.
  5. Windows Defender Firewall:

    • Zulip does not appear in the list of allowed apps.
    • I attempted to manually add an exception for Zulip, but it didn't resolve the issue.
  6. Permissions and Running as Administrator:

    • I uninstalled and reinstalled the Zulip application using a command prompt with administrative privileges.
    • The problem persists after reinstallation.
  7. Restarts:

    • I have restarted the application and the system multiple times after making changes, without any improvement.
  8. Zulip Application Logs:

    • The logs show errors related to checking for updates, likely due to the absence of an Internet connection.
    • Log Excerpt:

      [2024-09-23 16:58:43.212] [info]  Checking for update
      [2024-09-23 16:59:04.272] [error] Error: Error: net::ERR_CONNECTION_TIMED_OUT
       at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:117475)
       at SimpleURLLoaderWrapper.emit (node:events:519:28)
       at SimpleURLLoaderWrapper.emit (node:domain:488:12)

Hypotheses:


What I'm Looking For:


Constraints:


Additional Information:


I would greatly appreciate any help or suggestions you could provide.

Thank you in advance!

timabbott commented 1 month ago

I think this is the crux of the issue:

Other applications: Other applications also seem unable to display notifications, likely for the same reasons.

https://github.com/deltachat/deltachat-desktop/issues/2263 might be somewhat helpful as a resource, though they don't seem to have linked what they changed, and it kinda sounds like the resolution was to upgrade to a newer release of Windows 10 Enterprise LTSC.