> Kinito Pet now playable
How the fuck is that gonna work
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
> Kinito Pet now playable
How the fuck is that gonna work
What is Kinito Pet?
It's a game that messed with the windows on your desktop and opens file dialogs and stuff (as part of the spooks)
It makes me wonder how it works on the Linux side
As I understand the screenshots, it looks like it is simulating a windows XP desktop but not opening actual windows or messing with the system
I think it does that for some parts, but it does close the game out and open up folders for some spooks
Z:\ is a mount in wine to the rest of your file system
What problems do you anticipate? Wine, which Proton is just a modified version of, implements file dialogs. If it didn't, just about every application that isn't a game would be broken. Needing to open files is pretty ubiquitous, after all. You need file dialogs for that.
Well part of what it does is grab your actual desktop background to use, and there's a couple different ways to do that on Linux afaik
Also I guess the file dialogs would open only to the wine prefix? My experience with wine applications and dialogs is mostly through bottles, so I'm not sure of the sandboxing...
How likely is it that Proton can be used to make native Windows applications (especially CAD-Software) run on Linux? Beside my own desperate desire to do that I guess there are others out there to eagerly switch OS. For the software providers it seems to be a great opportunity to acquired new customers (at first glance).
Proton is well developed for games, but not for apps. But Wine itself is not as well taken cared for. Without tricks, patches and prayers, most complex apps don't run on it. Or if they load, they crash quickly afterwards.
Which CAD app are you trying to run? If it's 2D, have you tried QCad/Cam?
Gstarcad 2022 and 2023 (I haven't tested the latest versions) work perfectly on linux via wine and are 100% compatible with autodesk's dwg format.
Proton is a patched Wine with a translation layer from DirectX to Vulkan. Wine will run a lot of Windows cad software with varying success, particularly older versions and I am not sure how much general desktop applications benefit from the Valve sponsored improvements to gaming. It is a shame these CAD programs weren't all built on game engines like Unity or Unreal instead of a bunch of Windows APIs with varied levels of implementation.
what does "Desktop Only" mean in this context?
Mostly that it doesn't work on Steam Deck. Hits memory limits IIRC.
Valve hasn't heard of imperative mood for changelog entries, it seens.
I also haven't. What is it?
De facto standard for how to write commit messages (and thus usually changelog messages).
https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches?h=v2.36.1#n181
Ah, that makes sense. That link was very enlightening. Thank you!
(On a side-note, I felt absolutely flashbanged by the sheer light mode of that page. Jesus Christ on a motorbike...)