Melroy van den Berg
Melroy van den Berg
I can indeed confirm / replicate the issue in Arch myself as well now. For both win10 and win11: https://github.com/user-attachments/assets/4119c772-288c-4995-9ef6-5bcd5bae6650
I think I found the problem. It's the Windows registry where the product type (eg. WinNT) was stored in another location within the system registry (ControlSet001 instead of CurrentControlSet). Anyhow,...
1. Which distribution are you using? 2. And which version of wine? The screenshot is **not** showing that (almost on the screenshot)
OK.. so actually I think Debian bookworm is using a very old wine version. With WineGUI 3.0.0 I notice Debian Bookworm will now report Windows 11 if you select Windows...
That is true. Maybe a notification itself still might be good to know however, so you know you should upgrade your package using AUR?
OK make sense. Maybe I should just introduce an optional build flag to disable this check (and thus the pop-up) and set this flag to true for the AUR package...
I see, yes an option/setting should also just do.
Just know I didn't forget you, I'm just busy migrating from GTK3 to GTK4 first.. 🤞🏽
Part of the GTK4 migration, I also added a new build argument `CHECK_FOR_UPDATE`, which can now be set to off: `-DCHECK_FOR_UPDATE=OFF`. This will become the default flag I set in...