Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Show blank notifications in windows 10 #29

Open
rahmatkruniawan opened this issue Jun 16, 2017 · 11 comments
Open

Show blank notifications in windows 10 #29

rahmatkruniawan opened this issue Jun 16, 2017 · 11 comments

Comments

@rahmatkruniawan
Copy link

When i excute its show box of notifaction with blank content
this's the screenshot
doesn show

@bayleedev
Copy link
Owner

Do you have any other information about your computer? Specifically your graphics specs.

@rahmatkruniawan
Copy link
Author

PC use windows10 and grapic NVIDIA. I think the problem not in my computer.

@Nantris
Copy link

Nantris commented Sep 24, 2017

@rahmatkruniawan if you repackage this module and change the window options to enable/disable transparency, does it make any difference? You'll have to rebuild after

If not what you can do is enable the developer tools for the new window it creates, then rebuild and see what errors it produces.

@m-o-leary
Copy link

I am getting this on Windows 7 also fyi

@Nantris
Copy link

Nantris commented Dec 13, 2017

@buddythumbs You shouldn't be since @blainesch disabled transparency. I remember it used to be an issue when the display would go to sleep and come back, but since transparency was removed this issue went away for me 100%.

Can you provide any additional details?

@ue
Copy link

ue commented Mar 15, 2018

I have same problem. I`m using windows 10

@sireaev
Copy link

sireaev commented Dec 8, 2018

This solution (#35 (comment)) helped me solve this issue using w10.

@ahallicks
Copy link
Contributor

I think that this is to do with https://stackoverflow.com/a/55908510

As of version 5, the default for nodeIntegration changed from true to false.

This means that require throws an error in app.js. Quick fix is to add nodeIntegration: true to the notify method in notifier.js. If I get time I'll do a pull-request for it.

@ahallicks
Copy link
Contributor

Created #39

@Nantris
Copy link

Nantris commented Jul 17, 2019

This issue is far, far older than Electron 5. No nodeIntegration will cause this, so #39 is right, but it's not related to this ticket.

@busraatmaca11
Copy link

Hey, when I tried this solution but it didn't work, on the other hand, I realized, did-finish-load which is in notifier.js is worked too late. A while, the notification looks like empty until did-finish-load is worked. So Can you please help me with finding the solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants