this post was submitted on 21 Dec 2024
241 points (89.5% liked)

Linux

5502 readers
301 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago* (last edited 2 days ago) (1 children)

From their FAQ: "Do you have a desktop version? A desktop version is actively in the works, and already in internal testing phases."

It looks like you can download the pre-built applications for all of them though, including Linux. You probably just need to use chmod to let your system know it's allowed to execute it.

...why wouldn't it be the "real one" on their website?

I meant the website.

...no, they update themselves? Have you just never used anything other than Linux? It's hard to imagine how you would not know this unless you hadn't.

No they don't... They tell you if there's an update and then you have to do it.

Other than the pop-ups telling you you need to update every 5 minutes?

Mine doesn't. I'm on Garuda. It just has an icon on the task bar.

[–] [email protected] 0 points 2 days ago (1 children)

From their FAQ

Yes, I am aware. I did not argue that is isn't for testing. I said you didn't need to compile it for Mac or Windows, because it's not expected of you to have a CS degree to install it.

You probably just need to use chmod to let your system know it's allowed to execute it.

WTF is chmod? Execute what? How can you not see that this is a problem?

[–] [email protected] 1 points 2 days ago (1 children)

It is a problem. The fact Windows will just execute anything is an issue. That's right. On Linux you need to tell your system to execute a file. That's what chmod is for. (I think you may be able to do this with a right-click. I'm not sure. You just need to tell your system that a file is an executable and it's allowed to do so.)

[–] [email protected] 0 points 2 days ago* (last edited 2 days ago) (1 children)

Well now you're just blatantly lying. Windows doesn't execute anything without you asking it to. The difference is that it works when you do.

[–] [email protected] 0 points 2 days ago (1 children)

I think you misunderstood. It will anything whether it should or not. Also, other processes can execute a thing even if it shouldn't. It can be made to execute a payload that shouldn't be run.

[–] [email protected] 0 points 2 days ago (1 children)

I think you misunderstood.

I didn't.

It will anything whether it should or not.

It does what it's told, which is the way an OS should work.

It can be made to execute a payload that shouldn't be run.

And Linux can't? Isn't that the whole thing about Linux and open software is that it can be made to do whatever you want?

[–] [email protected] 1 points 1 day ago (1 children)

It does a lot more than it's told and you know that. Do you think it's not running anything you didn't exicitly tell it to? Did you tell it to install the drivers for your hardware? I doubt it. The job of an OS is to keep your system operating. It handles scheduling and all kinds of stuff. Executing the executable you click on is a small part of it.

And Linux can't? Isn't that the whole thing about Linux and open software is that it can be made to do whatever you want?

Ideally, yes. Whatever you want. Not whatever bad actors want.

Here's a question for you to consider. What is an .exe on Windows? Does that file extension do anything or is it just a string of character tacked on the end that the system assumes is safe to execute? Can it execute other file types? (The answer is the file extension doesn't do anything. The file is data, and any file could be an executable regardless of the extension.)

[–] [email protected] 0 points 1 day ago* (last edited 1 day ago)

It does a lot more than it's told and you know that

All different tasks under the umbrella of "install this software". I don't understand the relevance.

Ideally, yes. Whatever you want. Not whatever bad actors want.

So Windows will install malicious software and Linux won't...? Even if you tell it to? No.

The answer is the file extension doesn't do anything

Again I don't understand the relevance.