this post was submitted on 09 Jun 2025
30 points (82.6% liked)

Linux

11185 readers
69 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Archive.

You've heard the "prophecy": next year is going to be the year of the Linux desktop, right? Linux is no longer the niche hobby of bearded sysadmins and free software evangelists that it was a decade ago! Modern distributions like Ubuntu, Pop!_OS, and Linux Mint are sleek, accessible, and — dare I say it — mainstream-adjacent.

Linux is ready for professional work, including video editing, and it even manages to maintain a slight market share advantage over macOS among gamers, according to the Steam Hardware & Software Survey.

However, it's not ready to dethrone Windows. At least, not yet!

you are viewing a single comment's thread
view the rest of the comments
[–] 3abas@lemm.ee 1 points 12 hours ago (1 children)

Yeah, why not? I'll go ahead and make that suggestion.

What? Do you understand what I'm asking? Do you understand what you're suggesting?

I mean, the terminal allows them to ctrl-c, ctrl-v a simple solution developed by someone else, even if that someone else didn't bother to build out a GUI for applying their changes.

So googling how to do someone, copy/pasting command is better than finding it in GUI? How high are you?

The convoluted steps they would have to take to achieve the same effect with a GUI would seriously hinder the GUI-only user.

Again a solved problem, just make a decent GUI for your application.

[–] Rivalarrival@lemmy.today 1 points 11 hours ago* (last edited 10 hours ago)

Ok, I'll try again:

Again a solved problem, just make a decent GUI for your application.

You are promoting monolithic design. You completely fail to comprehend Unix philosophy:

  1. Expect the output of every program to become the input to another, as yet unknown, program. Don't clutter output with extraneous information. Avoid stringently columnar or binary input formats. Don't insist on interactive input.

GUIs are only used for human/application interaction. They are not needed for application/application interaction. While it is not unreasonable to have a GUI for interactive input within your application, it is infeasible and undesirable for a GUI to be needed for your application to interoperate with other applications.

Go ahead and create the GUI if you really want, but expect your users to want to call it from a shell script. Give users the capability to automate away unnecessary manual interaction, and allow the machine to take up that pointless busywork.

So googling how to do someone, copy/pasting command is better than finding it in GUI?

Oh, absolutely. Especially for a one-off setting that you might never look for again. There's just no sense in wasting the time building up a complex GUI to handle every possible interaction a user could ever want to employ.

The solution to the "problem" of "needing to use the terminal" is to retrain the user to understand how limiting even the best GUI can be, and to greatly prefer the terminal.

So, my suggestion is, rather than try to hide away the terminal, it should be featured prominently, exposing the limitations and shortage of command line applications available to windows users. An effective, powerful, well-supported terminal is one of the major benefits of Linux.