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.
my parents were open to try it, and theyre still happy they didnt have to buy a new win11 laptop
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.
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…
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.
That’s on you
I’m still not great with Wine myself, but sit down for an afternoon and try out Bottles. https://www.howtogeek.com/running-windows-apps-on-linux-with-bottles/
I’m on Arch and even the wiki just recommends using the Flatpak. It’s pretty obvious once you get the hang of it, each Bottle is just it’s own little, specific Windows configuration. Try running through the example on that site and installing Notepad++ (or something else of your choice) and you’ll probably have an a-ha! moment.