Nathan Shaaban

Results 82 comments of Nathan Shaaban

Tried again on a clean Debian VM: - installed all the packages you'd mentioned Begin me being silly not starting cups before installing pdf package - tried lpstat -a -...

I don't see the FaithLife Assistant AI in Logos 10

Why not may I ask? There's already a wine flatpak, this just builds on that. To the end user it's an application just like any other

Let me demonstrate how it works: 1. Flatpak is launched, opening our installer GUI (first party) ![installer](https://github.com/user-attachments/assets/3d7bd12e-2e28-4d51-b6ce-2bb50878e2b7) 2. When "Install" is hit, it configures the wine prefix, does all the...

> We can accept Windows app packaged through wine only if they are submitted and maintained officially by upstream. Is that going to be the case here? No, however if...

> Because Flathub is primarily meant for Linux apps and windows apps through wine breaks often. Without upstream support it will turn into a poor packaging quickly once accepted. A...

If we wanted to do this, we could probably be added as "Software" in their app catalog https://github.com/bottlesdevs/programs/tree/main/Software

Nope no progress, nor any plans to. What we do is very similar to bottle's general idea: put one wine application in its own "bottle" with the ideal version of...

Mentioned current work in wine bug in case someone else on the internet needed this for another reason. Still would be nice to get to eventually https://bugs.winehq.org/show_bug.cgi?id=53354#c5

Looking into this in more depth... ## Found: - This appears to be the failing GetCultureInfo call https://github.com/dotnet/runtime/blob/v8.0.7/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs#L475 - Which is populated from https://github.com/dotnet/runtime/blob/v8.0.7/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs#L453 - (probably) https://github.com/dotnet/runtime/blob/2aade6beb02ea367fd97c4070a4198802fe61c03/src/native/libs/System.Globalization.Native/pal_locale.c#L156 - uloc_countAvailable defined...