ncruces / zenity

Zenity dialogs for Golang, Windows, macOS
https://pkg.go.dev/github.com/ncruces/zenity
MIT License
736 stars 37 forks source link

Notification style #69

Closed ido2021 closed 1 year ago

ido2021 commented 1 year ago

@ncruces hello, i met a problem when I run zenity on Win11 OS. I get an undesired result: image

how can i get the Windows style but not Win server core image

ncruces commented 1 year ago

That's… interesting. I have no idea.

That means this test is failing, for some reason: https://github.com/ncruces/zenity/blob/a6ba5a23b54e99e9b87453b6d0acbcebadeaeb27/notify_windows.go#L53

Maybe you can play around and find out?

ido2021 commented 1 year ago

That's… interesting. I have no idea.

Well, I don't have any ideas too. Thanks for your reply!

ncruces commented 1 year ago

For the file dialog which style do you get?

And, just to make sure, do you use the Windows Explorer shell, not an alternative like Cairo or some other customization?

ido2021 commented 1 year ago

the following picture is my file dialog. and I'm sure I used the Windows Explorer shell image

ncruces commented 1 year ago

I can confirm the issue. Thanks! Not sure how to fix.