this post was submitted on 19 Sep 2024
179 points (99.4% liked)

Linux

47950 readers
1687 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 19 comments
sorted by: hot top controversial new old
[–] WalnutLum@lemmy.ml 16 points 1 month ago (1 children)

> Kinito Pet now playable

How the fuck is that gonna work

[–] skymtf@lemmy.blahaj.zone 8 points 1 month ago (2 children)
[–] WalnutLum@lemmy.ml 13 points 1 month ago (3 children)

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

[–] Courantdair@jlai.lu 10 points 1 month ago (1 children)

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

[–] WalnutLum@lemmy.ml 2 points 1 month ago

I think it does that for some parts, but it does close the game out and open up folders for some spooks

[–] sirico@feddit.uk 5 points 1 month ago

Z:\ is a mount in wine to the rest of your file system

[–] leopold@lemmy.kde.social 1 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] WalnutLum@lemmy.ml 3 points 1 month ago

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...

[–] feinstruktur@lemmy.ml 7 points 1 month ago* (last edited 1 month ago) (3 children)

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).

[–] eugenia@lemmy.ml 6 points 1 month ago

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?

[–] stygis@lemmy.ml 5 points 1 month ago

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.

[–] shirro@aussie.zone 4 points 1 month ago

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.

[–] scorp@lemmy.ml 3 points 1 month ago (1 children)

what does "Desktop Only" mean in this context?

[–] Vash63@lemmy.world 8 points 1 month ago

Mostly that it doesn't work on Steam Deck. Hits memory limits IIRC.

[–] ouch@lemmy.world 2 points 1 month ago (1 children)

Valve hasn't heard of imperative mood for changelog entries, it seens.

[–] EveryMuffinIsNowEncrypted@lemmy.blahaj.zone 3 points 1 month ago (1 children)

I also haven't. What is it?

[–] ouch@lemmy.world 3 points 1 month ago (1 children)

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

[–] EveryMuffinIsNowEncrypted@lemmy.blahaj.zone 2 points 1 month ago* (last edited 1 month ago)

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...)