The best one I’ve ever heard is they like the Microsoft wallpapers. Yes i told them you can use them on linux too. But they argued with me that they wouldn’t be compatible.
The best one I’ve ever heard is they like the Microsoft wallpapers. Yes i told them you can use them on linux too. But they argued with me that they wouldn’t be compatible.
My grandfather’s reason for it. “It will be too different from my current system”
… the only thing he does is the web browser, and bookworm deluxe which i have confirmed does work via wine. I was recommending him install an OS called q4os, which I have on my laptop, I showed him the side by side comparison of q4os vs windows. For a point of reference this is what q4os looks like
I think he is too scared of change.
I still don’t know how Wine works and I’m a Linux advocate.
It’s pretty simple actually. Mine runs the program as it would normally and whenever the program reaches out to say “create this file” or “load this font” for example Wine will grab that call and translate it into a Linux OS command. As long as the program gets all their Windows API calls and windows specific files requests satisfied it will happily continue.
This is why ARM support is such a hassle for wine since the processor is with a different architecture so the compiled binary needs to be translated as well with all the nuances.
yea but he wouldn’t need to handle that, I do all his setup, he just has to click the shortcut that opens the game just like he does currently.
It translates Windows API calls to X and POSIX API calls. Theoretically it comes with a performance hit but as benchmarks have shown that is usually not the case as both Wine and the entire system as a whole are more efficient than Windows. Wine will fail whenever an application requests an API call that is not implemented yet, sometimes copying DLLs from Windows helps, sometimes…
That’s on you