this post was submitted on 22 Apr 2025
491 points (93.6% liked)

Technology

69247 readers
4112 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Can't run Windows 11? Don't want to? There are surprisingly legal options

you are viewing a single comment's thread
view the rest of the comments
[–] jlh@lemmy.jlh.name 39 points 2 days ago (2 children)

That's a weird way to spell Linux Mint

[–] hddsx@lemmy.ca 9 points 2 days ago (6 children)

Is mint windows-like out of the box? I’ve already forgotten what Linux is like outside of i3/sway

[–] kopasz7@sh.itjust.works 25 points 2 days ago (2 children)

Yeah, cinnamon has a windows-like taskbar, startmenu and icon tray.

[–] MudMan@fedia.io 13 points 2 days ago (2 children)

People fixate on those things. I don't think those are the key things.

If I had to define what makes something Windows-like I'd point at the software and drivers being self-contained, self-installable executables and the old DOS-style disk handling and directory structure.

I mean, I don't think that's necessarily a great thing, but it's been a long time since Windows took the "press key, type what you want to run, press enter" thing from... I'm gonna say MacOS. That start menu, taskbar and icon tray thing was a differentiator with Windows 95, but probably not since Windows 8.

[–] Monstrosity@lemm.ee 5 points 2 days ago (1 children)

I don't understand this comment.

So you think Linux users have to use a command line to launch applications?

Also, there are appImages for Linux that run exactly like .exe files if that's how people want to run software, but there are also like 3 other ways to install software, it's up to the user.

I guess the file structure is different if that's really a big deal to anyone.

But maybe I'm misunderstanding?

[–] MudMan@fedia.io 3 points 2 days ago (1 children)

No, what? I'm saying all current desktop OSs (and mobile OSs, for that matter) will default to an app search interface when you press their respective Windows/Meta/whatever key or shortcut, so there being a "start" menu and a taskbar instead of a search bar and a dock ribbon makes no difference and is intuitive when going from Windows to Linux no matter what distro or DE you choose.

And that there being "like 3 other ways" to install applications is the issue. Windows users go to a place, click on a the "download" button, then click on the file they download and go. In Linux you could try to approximate that, but it's the least convenient option. Instead you have an app manager that sort of looks like an app store from the other OSs, but sometimes not everything is in there and you have to manually add repositories and sometimes a thing IS there but it shows up like four times because there are multiple ways for apps to be packaged and it's not obvious at a glance whether you're downloading a containerized instance, a bundle of loose file dependencies or straight up code you're about to autocompile. And when you ask online people will (correctly) tell you it's actually easier to just use the command line package manager, except those are all distro-dependent and they all use subtly different syntax depending on what flavor of Linux you're using.

So yeah, that's a bigger difference and barrier to entry than "the start menu".

The file structure you should need less often if you're not a power user, since the user home directories are pretty much the same across the board. But hey, still, it's very different on Windows compared to other systems, what with devices and volumes being automounted at the root level with a consistent drive name as opposed to a /mnt location and most of the pieces and dependencies of an app being kept in a consolidated folder. So yeah, it's still a bit of a moment when you eventually have to edit a config file or manually navigate to a removable drive or something and it's not immediately obvious where that would have gone by default.

That, and to this day it still trips me up that Linux GUI file managers mount network locations and Samba shares in arbitrary real paths you can't easily navigate to in CLI but mounting them in CLI makes them appear in the file manager in a way that is visually indisinguishable, despite being mounted in a completely different place. That is not awkward because it's different from Windows, that's just weird and bad in absolute terms and I don't get why it's that way at all.

[–] Monstrosity@lemm.ee 4 points 2 days ago (1 children)

Thanks for clarifying.

Yeah what you say about launching I agree with, it's not a big deal anymore.

There are several ways to install on Windows as well. Either installers, a standalone exe, or via the Windows Store. That's not really any different than what I'm talking about with the exception of there being more than one "type" of exe (deb, rpm, etc).

On Linux, most people just use the store front that comes with their distro while more advanced users can build from source or whatever b/c they need bleeding edge releases or b/c it's "fun".

Adding repos is the Devil & my last resort because that shit will break a system, so I'm w you there.

So yeah, if your main argument is the hurdle to changing systems goes beyond the Start Menu, I agree. That said, it's not that hard & most people just use a browser anyways, tbh.

[–] MudMan@fedia.io 3 points 2 days ago (1 children)

I'm not a fan of the "most stuff just goes in the browser" argument, because then your OS is just Chrome and it doesn't matter what you use underneath it. If anybody genuinely believed that people wouldn't get so militant about the stuff you use to boostrap your PC and launch your real OS.

I also don't agree that things are comparable just because MS keeps a vestigial proprietary app store (and a vestigial but quite competent CLI app manager, while we're at it). Standalone installers are the default for Windows and there are very few times you're forced to deviate from that, including for driver installations. That is a fundamental change, even before you get to the absolute mess that is the variety of repos, package formats and package managers across the Linux ecosystem. Even if you choose to use the Windows Store for some reason it has a single possible setup and more in common with a mobile store than with Linux package management.

Maybe it's having recently switched to Fedora with GNOME and being frustrated by how patchy and unreliable their GUI software app is, but even after installing additional repos most of the stuff I want to use isn't there and I've started defaulting to CLI because it's just more reliable. It is by far the biggest hurdle I'd foresee for a newcomer, and if I had to recommend a distro/DE combo to a Windows user I'd focus on what package manager works best and most straightforwardly out of the box before anything else.

And yes, I did break something badly during that whole process and had to do some serious patching up at one point, so I do appreciate the empathy.

[–] Monstrosity@lemm.ee 1 points 2 days ago (1 children)

Believe me, I am not advocating that most people only use their Browser, but it is the reality of the situation & actually kind of a good thing in terms of Linux adoption. As you point out, people moved to Chrome w few issues b/c, imo, most normies just need a browser.

As for the rest of it, most people consider the need to download exes one at a time a downside. And again, flatpaks & appimages are the workaround to universal compatibility (anything but adding repos).

That said, you obviously have a lot of experience. I hope you can get to the point where it doesn't feel like Linux is fighting you.

Good luck!

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 day ago (1 children)

Agreed. The shift from downloading installers to finding stuff in the app store is a pretty big jump, and a necessary one IMO because it prevents the main source of malware (downloading sketchy exes) and ensures that everything stays up-to-date. When it comes from the distro package repository, you can be reasonably sure that it's legit.

And yeah, flatpaks rock.

Linux is a paradigm shift, and I think it's generally for the better.

[–] Monstrosity@lemm.ee 1 points 1 day ago* (last edited 1 day ago) (1 children)

The distro I use (Pop_os) has a lot of outdated packages in the 'store', & I think that's pretty common for any distro that's not bleeding edge.

The store compensates with flatpaks a lot of the times, but my issue with those is they don't integrate with the system very well. To launch Krita (for a random example), instead of using 'krita' in the command line, I need to use like, '~/.local/var/org.kritafoundation.krita.flatpak' (I am making that up, but it's probably something similar). This becomes a real issue when using scripts or needing software to work system wide.

Appimages are actually my current favorite method for universal install. I rename them, then stuff them in my ~/bin/ directory. My gripe with appimages is there is no auto generated .desktop file.

I like building from source, but sometimes it feels like I install 10 gigs of dependencies to build a 400kb piece of software.

Adding repos was invented by the Devil & is thus appropriately cursed to break systems, so I stay away unless there's really no other options.

I guess what I'm saying is every single method sucks, but still better than Windows lol.

Honestly, an up-to-date store would be the best of all Worlds, which I suppose is Arch's AUR, but, nah. Arch looks like a headache.

Anyways, I'm blabbing. That happens when I start geeking out about Linux.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 day ago (1 children)

instead of using ‘krita’ in the command line, I need to use like, ‘~/.local/var/org.kritafoundation.krita.flatpak’

Does your DE not find it for you? Both GNOME and KDE seem to find my flatpaks, so I just launch them from there.

Ideally you don't launch GUI apps from scripts, and you don't install CLI apps via flatpak. So the handful of times you do want to launch a GUI app from a script, I think it's reasonable for there to be a little bit of annoyance.

You can make an alias if it really bothers you.

Appimages are actually my current favorite method for universal install. I rename them, then stuff them in my ~/bin/ directory. My gripe with appimages is there is no auto generated .desktop file.

That, and nothing autos updates them, not to mention the compete lack of a sandbox, so it can do anything your user account can do.

Adding repos was invented by the Devil

Yup, the only exceptions are "official" repos. Projects like Debian and Fedora don't ship nonfree software, so the "official" extra repos are essential for things like nvidia drivers.

Arch’s AUR

If you don't like extra repos, you shouldn't like the AUR, since that's essentially the same idea. You're basically running arbitrary code on your machine.

The AUR can be great, just be careful.

[–] Monstrosity@lemm.ee 1 points 1 day ago* (last edited 1 day ago)

I'm using Cosmic, which apes Gnome but is not Gnome. I'm being a total purist though & keeping as much KDE & Gnome out of the DE as possible.

That said, Cosmic has no problem updating the menu when Flatpaks are installed. I also don't tend to run software from a script just for funsies, it's usually to do with an automated process. Another issue is sometimes, a script will call on a hook for software, like a browser for example, & flatpaks can cause problems with the scripts locating or sharing data with the scripts due to the nature of the sandboxing.

I still have plenty of flatpaks installed because they are pretty good, even with (what I consider) flaws. Imo flatpaks are kind of like Docker in that they're great & everything, but also kind of a pain in the ass.

As far as appimages, I guess it doesn't bother me to update manually once in awhile and, as I just explained, I actually usually want software to have access to everything. I installed Ghostty via appimage, for example, & I use it all the time, but it's not critical that it gets updates, so I just check manually on occasion.

Anyways, I 100% agree with you on the rest. I've never considered the AUR as a giant repo but yeah, that's a good way to think of it.

[–] jlh@lemmy.jlh.name 2 points 2 days ago (1 children)

Linux mint has an app store like Windows, MacOS, iOS, and Android.

I think it supports flathub, which has every app you could need, but I haven't checked since I run a very customized NixOS.

People don't really download .exes anymore, it's just people who are used to windows 7 and earlier who still do that.

[–] MudMan@fedia.io 2 points 2 days ago (1 children)

Citation gonna be extremely needed there. I have no idea what the penetration of the MS store is these days, but I'd be surprised to find most people punch in "VLC" in their app store before doing it in Chrome. Never mind that growing up with Windows 7 puts you in your mid 20s, who in their right mind bought into the Windows 8-era iteration of UWP? If you had said Windows 10 I would have rolled with it, but... yeah, gonna need so much citation.

But in any case, as I said above, the MS Store app is not the same as the multiple Linux package managers. You're not going to write VLC and find three different identical-looking results with only fine print revealing which is which type of installer (none of which you can tell apart if you come from Windows anyway).

[–] jlh@lemmy.jlh.name 1 points 2 days ago* (last edited 2 days ago) (1 children)

The assumption was that nobody used win8 lol

But again I think people who grew up with 10/11 are more likely to use the windows store than you think. They used an iPad before they got a chromebook before they got a windows computer. My little cousins don't play minecraft Java, they play minecraft bedrock. I don't think they know what VLC is.

[–] MudMan@fedia.io 1 points 2 days ago

I mean, it may be higher than I think, because the amount I think is pretty low.

But I don't think it's the default. I am not THAT detached from younger people. iPads and Chromebooks are very region-specific options.

If you have numbers to any of that feel free to share them, because this is very far from a binary thing. There are literal billions of Windows PCs out there and that split isn't going to be 90/10 (which would still leave you with hundreds of millions in the small bit anyway).

[–] hddsx@lemmy.ca 3 points 2 days ago (1 children)
[–] kopasz7@sh.itjust.works 2 points 2 days ago

I haven't used those. But KDE Plasma is also similar, so I guess, yes.

[–] Pirata@lemm.ee 10 points 2 days ago* (last edited 2 days ago)

Linux mint is more windows-like than windows itself. I know that sounds odd but watch some videos if you're curious and you'll see what i mean.

[–] deadcade@lemmy.deadca.de 4 points 2 days ago

Mint under the hood is still Linux, but for basic tasks like webbrowsing, it's very similar to or easier than Windows.

[–] amju_wolf@pawb.social 3 points 2 days ago (2 children)

No, it's not "Windows-like" in anything but some basic appearance (and that would be Windows from the previous decade). It's not similar in anything else, and from my experience the similarity in appearance only confuses users.

I really wish people stopped recommending Mint as if it was some proper Windows replacement because it's overall a very mediocre distro that's IMO more likely to detract users from using Linux than anything else.

[–] Pirata@lemm.ee 4 points 2 days ago* (last edited 2 days ago) (1 children)

I personally use Fedora (starting yesterday actually), but Mint is definitely a serviceable distro that works for a wide variety of people.

I simply don't like how it stays so behind on updates (I see that as a big security and privacy risk), but if you don't need windows-only proprietary software, or all you do is browse the web, then Linux Mint is a familiar and usable enough distro.

If you're going to criticize Mint for being behind in packages, then you also need to criticize Debian, because that's where the philosophy comes from.

[–] jlh@lemmy.jlh.name 2 points 2 days ago

Yeah I think in the future, we'll figure out how to make NixOS configuration modular enough to be viable for laymen, but Linux Mint works well enough for Windows refugees.

[–] hddsx@lemmy.ca 4 points 2 days ago

People still recommend libreoffice… I just tried onlyoffice and it is much more similar to the modern office suite. I find libreoffice excel hard to use - it’s stuck in 97 without modern features and placement I expect. The word processor is fine though

[–] hydrashok@sh.itjust.works 2 points 2 days ago

I threw it on an old PC a few weeks ago and am pleasantly surprised at how polished it is.

[–] djsoren19@lemmy.blahaj.zone 0 points 2 days ago (2 children)

until you wanna play games on it, at which point you start running into driver issues...

[–] jlh@lemmy.jlh.name 3 points 2 days ago* (last edited 2 days ago) (3 children)

Pre-installed Nvidia drivers will likely be fixed in the next two years, but:

  1. You'll have zero driver issues if you use an Nvidia compatible distro like PopOS or Nobara

B. The 25% of gamers not using Nvidia GPUs do not have driver issues on Linux

III. Windows has tons of driver issues, so I'm not sure why Linux Nvidia drivers are a significant detail here. We don't expect little Jimmy to know to install drivers, and know what to do when windows update fucks your drivers randomly. Linux actually soves those issues for you.

if you use an Nvidia compatible distro like PopOS or Nobara

I don't know what that even means. Pretty much any distro is "Nvidia compatible," you just need whatever the package is for your distro. Rolling release distros can have issues occasionally, so just use something like snapper and rollback if there are issues.

[–] mrvictory1@lemmy.world 1 points 1 day ago (1 children)

The 25% of gamers not using Nvidia GPUs

*%10 unfortunately

[–] jlh@lemmy.jlh.name 1 points 1 day ago

steam hardware survey shows 17% AMD and 8% Intel

[–] djsoren19@lemmy.blahaj.zone 3 points 2 days ago (1 children)

III. Little Jimmy doesn't really need to, because the amount of times that windows update completely bricks your drivers is pretty low. You're clearly overestimating the driver issues that people experience with Nvidia or otherwise on Windows. Neither myself nor any of the people I know have ever experienced any significant driver-based issues while playing on Windows, and the truth is that the vast majority of Windows users do not even need to know what a graphics driver is to be able to easily play games on Windows.

Yeah it's great that AMD support seems to be great and I agree that Nvidia sucks as a company, but I'm not the one claiming Linux is the greatest gaming system.

[–] jlh@lemmy.jlh.name 2 points 2 days ago* (last edited 2 days ago) (1 children)

Ok fair, last time I used windows you had to install gpu drivers manually. I think you still are recommended to do so, since the windows ones are really old.

But yeah manual driver installation/specialized distros for Nvidia is a problem that's in the process of getting fixed with NVK, Nova, and the official drivers. Intel and AMD are there already.

I would rather have one extra manual step like that than dealing with/paying for Windows 11

[–] djsoren19@lemmy.blahaj.zone 2 points 2 days ago

If it was just one extra manual step, it'd be fine. In my experience working with Nvidia drivers on Mint and later Ubuntu, it's more like 15 extra steps and some things still don't work. Sure, it's better than dealing with Windows 11, but from my experience it has not felt like less hassle than getting games running on Windows 10. Maybe that's just an Nvidia issue, and I certainly would love to upgrade to an AMD system for better Vulkan support, but that's not happening anytime soon.

[–] SaharaMaleikuhm@feddit.org 1 points 2 days ago