Linux hit 4% desktop OS marketshare not too long ago. But it's still far away from competing with Windows or macOS. Question is - how do you make Linux more ...
The thing is, without a unified GUI it’s impossible to get an answer to “how to X on Linux” that doesn’t involve the CLI (and that’ll work for everyone). Even the ones that do are often distro-dependent.
People can still get things done by searching for “how to X on <distro> using the GUI”.
This is entirely on Linux developers and users.
Try searching “how to x on Linux” and tell me you’re not immediately sent into the CLI.
The thing is, without a unified GUI it’s impossible to get an answer to “how to X on Linux” that doesn’t involve the CLI (and that’ll work for everyone). Even the ones that do are often distro-dependent.
People can still get things done by searching for “how to X on <distro> using the GUI”.
I mean the same goes for different distros or package managers.
CLI can be good. The benefit of CLI is that it is fairly easy to build GUI front ends on top of a solid based.
Not to mention CLI makes “quick fixes” easier.
Sure it can be. It’s also a huge hurdle for any potential users.
Unless you use the GUI that is built on the CLI
Huh?
That’s what a lot of GUI apps are. They either call the CLI program directly or make calls to a library provided by or for CLI.
Compare that to a GUI focused OS like Windows were the GUI is built into the low level architecture.