this post was submitted on 21 Aug 2023
-102 points (22.9% liked)

Linux

49745 readers
1007 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
 

Not everything actually requires a GUI, obviously. But anything that requires configuration, especially for controlling a hardware device, should have a fully functional GUI. I know Linux is all about being in control, and users should not be afraid to use the command line, but if you have to learn another bespoke command syntax and the location and structure of the related configuration files just to get something basic to work then the developer has frankly half arsed it. Developers need to provide GUI's so that their software can be used by as many people as possible. GUI's use a common language that everyone understands (is something on or off, what numeric values are allowed, what do the options mean).

Every 12 to 18 months I make an effort to switch to Linux. Right now I'm using Archlinux, and it has been a successful trip so far, except my audio is screwed, I can't use my capture card at all, I had issues with my dual displays at the start, and the is no easy way to configure my AMD graphics card for over clocking or well anything basic at all.

I'm not looking for a windows clone, I love that I can choose different desktop environments and theme many of them to death. I even like the fact there are so many distros. Choice is a big part of linux, but there is clearly a desire to get more people moving away from Windows and until that path is 95% seamless most people just won't. Right now I think Linux is 75% to 85% seamless depending on the use case and distro but adding more GUI front ends would, imho, push that well into the 90% zone.

GUI is not a dirty word, it is what makes using a new OS possible for more people.

EDIT: Good conversation all. This is genuinely not intended to be a troll post, I just feel it is good to share experiences especially on the frustations that arise from move between OSes.

(page 3) 15 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (7 children)

The disregard for simplicity and/or outright hostility towards ease of use and centralizing settings I see in the comments here is the primary reason Linux will never replace that other OS as the home computer OS. This culture of elitism, and yes it is elitism, is harmful to that cause. I see this attitude almost every time someone expresses frustration towards Linux for an issue that other OSs have overcome (or significantly lessened) literally decades ago.

There is, arguably, a sense of entitlement for wanting free software developers to ‘do the thing’, but that’s not a Linux problem. Free software exists on all platforms, and those developers still manage to follow the OS’s design philosophy.

The standard user should never, ever, ever have to use a CLI for anything ever, nor should they need to have a Linux Guy on speed dial to be able to solve a basic general issue. You might argue that an issue on those other OSs might need someone to open a CLI or dig into a settings file to fix, but those times are so few and far between that the average user may never have to do it in their lifetime. Meanwhile it seems like every solution to a Linux issue begins first thing with opening terminal.

User friendly flavors of Linux have made great strides towards making things much closer to those other OS design philosophies, and that’s great, but they’re not quite there yet. I’m also not saying every flavor of Linux needs to follow this pattern, as not every problem calls for a hammer. The problem is that Linux is still very much a Wild West OS where anything goes, hidden behind a roughly painted GUI facade.

load more comments (7 replies)
[–] [email protected] 0 points 1 year ago (10 children)

Linux is not a company fighting for profits and market share, with software developers paid to work according to the company's strategy.

You want something in Linux that nobody cares to develop? Decelop it yourself or gtfo.

A few hours ago I was helping a GUI-oriented colleague to get network working in a SUSE test installation. He had configured it in yast (a GUI admin interface), but he couldn't get to the internets.

I logged in, got me a command line:

ip a s (it had an inteface with an IP, and it was up).

ip r s (it had a default route to the world)

ping 8.8.8.8 (it worked)

host google.com (didn't work, it's always dns)

vi /etc/resolv.conf (added search and nameservers, there were none).

problem fixed (also suggested him to check his /etc/host, as domainame wasn't set either).

Why on earth do I want a gui to make simple things complicated - and silently fail while trying to do it? (yast couldn't find wpa-supplicant, although this is a VM with no wifi).

IMO, administering Linux through GUI tools is dangerous, because you probably don't know, or don't want to know, exactly what the tool is doing. It makes Linux as "inexplicable" as Windows.

load more comments (10 replies)
load more comments
view more: ‹ prev next ›