Skip to content
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

Notification blocked by user security software on Windows #3079

Open
captainstdin opened this issue Jun 18, 2022 · 11 comments
Open

Notification blocked by user security software on Windows #3079

captainstdin opened this issue Jun 18, 2022 · 11 comments
Labels
OS:Windows Tickets affecting only Microsoft Windows

Comments

@captainstdin
Copy link

captainstdin commented Jun 18, 2022

Describe the bug:

When I press the send message button, Bug... Blocked by user security software,

To Reproduce:

Steps to reproduce the behaviour:

  1. Go to 'demo'
  2. Click on 'send notifycation'
  3. Scroll down to '....'
  4. See error

Screenshots:

image

Device (please complete the following information):

  • OS: Windows
  • Version: Windows 10
  • Go version: 1.18.3
  • Fyne version: @latest
@captainstdin captainstdin added the unverified A bug that has been reported but not verified label Jun 18, 2022
@Jacalz
Copy link
Member

Jacalz commented Jun 18, 2022

This is strange. What antivirus are you using?

Also, can you please specify more precisely what version you are using? Using latest is going to be wrong as soon as a new release is out (btw, tagging the GitHub user @latest seems unnecessary).

@captainstdin
Copy link
Author

This is strange. What antivirus are you using?

Also, can you please specify more precisely what version you are using? Using latest is going to be wrong as soon as a new release is out (btw, tagging the GitHub user @latest seems unnecessary).

fyne Version: V2.2.1

This is a common antivirus software, website:https://www.huorong.cn/

@Jacalz Jacalz assigned Jacalz and unassigned Jacalz Jun 18, 2022
@Jacalz Jacalz added OS:Windows Tickets affecting only Microsoft Windows and removed unverified A bug that has been reported but not verified labels Jun 18, 2022
@Jacalz
Copy link
Member

Jacalz commented Jun 18, 2022

This is a common antivirus software, website:https://www.huorong.cn/

Thanks for the information. Common might depend on where you are in the world. That might be the reason that we haven’t seen it here yet. It is a strange error because it is nothing I have seen with other antivirus software.

We might want to see if there is a better way to send notifications on Windows. Apart from that, I think this likely relates to the antivirus software.

@Jacalz
Copy link
Member

Jacalz commented Jun 19, 2022

Do you think you could translate the text inside the antivirus popup? There could be some useful information in there.

@captainstdin
Copy link
Author

captainstdin commented Jun 19, 2022

Do you think you could translate the text inside the antivirus popup? There could be some useful information in there.

Ok ,here

image

@Jacalz
Copy link
Member

Jacalz commented Jun 19, 2022

Thanks. That does confirm my suspicion that it doesn’t like the way we send our notifications on Windows.

@captainstdin
Copy link
Author

Thanks. That does confirm my suspicion that it doesn’t like the way we send our notifications on Windows.

So is there any good way? This is not the case when my friend use C# with windowsAPI。

@andydotxyz
Copy link
Member

We have not yet found a way to access the windows notification API through C.
Any hints here would help us find the right way forward.

@Bluebugs
Copy link
Contributor

I think the API is one of the Shell_NotifyIcon windows API. I found the following example in go using it:
https://github.com/lxn/walk/blob/master/notifyicon.go
https://github.com/lxn/win/blob/master/shell32.go

@matwachich
Copy link
Contributor

I have the same thing with Comodo firewall (and proactive security)
image
image
image

@andydotxyz
Copy link
Member

If we can move to a C API then perhaps it solves this and #2592 at the same time?

@Jacalz Jacalz changed the title Noitifycation Blocked by user security software Notification blocked by user security software on Windows Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS:Windows Tickets affecting only Microsoft Windows
Projects
None yet
Development

No branches or pull requests

5 participants