Originally posted by: SleepWalkerX
The OP isn't talking about getting rid of any terminals. He's just asking if (desktop) Linux will get to the point where you won't have to worry about using the terminal, if everything will be based around a gui like Windows.
Originally posted by: n0cmonkey
Originally posted by: SleepWalkerX
The OP isn't talking about getting rid of any terminals. He's just asking if (desktop) Linux will get to the point where you won't have to worry about using the terminal, if everything will be based around a gui like Windows.
That really has very little to do with Linux, and more to do with KDE or Gnome.
Originally posted by: SleepWalkerX
Originally posted by: n0cmonkey
Originally posted by: SleepWalkerX
The OP isn't talking about getting rid of any terminals. He's just asking if (desktop) Linux will get to the point where you won't have to worry about using the terminal, if everything will be based around a gui like Windows.
That really has very little to do with Linux, and more to do with KDE or Gnome.
Yes it mainly has to do with the window manager/x server and the dependencies that revolve around them. But of course there are still a lot of issues where newbies are forced to use the terminal because of issues with these two. You'd think they would work on (x servers mainly) being more noob friendly and harder to break *cough* like windows *cough*.
I mean really, for example, if I use Xorg's setup.sh for the first time and I choose an incompatible driver for the graphics card and you know how it tries to use it three times then tells you it can't be done? Why doesn't it just revert to the Vesa driver?
Originally posted by: SleepWalkerX
There's already a distro that (95% of) people won't need to use the terminal with. Its called Mepis. More specifically, SimplyMepis.
How far do you think linux will go? Do think it will eventually get to the point where you dont need to use terminal at all. Like every installs easily like XP or OSX.
Why doesn't it just revert to the Vesa driver?
Originally posted by: Nothinman
Because even that won't work everywhere; Xorg was designed to run on much more than Linux on x86 hardware and even x86 hardware doesn't always do VESA properly.
You mean the world isn't Linux/x86?
Originally posted by: Nothinman
You mean the world isn't Linux/x86?
Hell half of the machines I own aren't x86.
Originally posted by: MBrown
Is suse easy to use already?
Originally posted by: MBrown
Is suse easy to use already?
Originally posted by: MBrown
How far do you think linux will go? Do think it will eventually get to the point where you dont need to use terminal at all. Like every installs easily like XP or OSX.
Originally posted by: hooflung
Originally posted by: MBrown
How far do you think linux will go? Do think it will eventually get to the point where you dont need to use terminal at all. Like every installs easily like XP or OSX.
I could easily reverse the question and direct it at Microsoft or OSX. Nuff said.
Haven't used OSX, but how could you say that for Microsoft Windows?
Originally posted by: SleepWalkerX
Haven't used OSX, but how could you say that for Microsoft Windows? The only time I ever have to use the terminal in Windows XP is when I run an ipconfig /renew, but even that can be done through the gui (it just takes longer to get there 😛). With Linux, I've frequently had to deal with broken x servers, compiling/modprobing drivers, recompiling the kernel, or running cli only programs through the terminal. Which, of course, is the scariest thing for a newb.
Not really. Graphical programs end up calling system libraries, which have essentially no user visibility, to do anything effective. Console applications operate in exactly the same way. The only difference between the two is that console applications have text input and output streams while graphical applications have a more complex method of input and output (namely, receiving asynchronous mouse clicks and key presses and drawing stuff on the screen). That, and the program the user uses to launch them, but there is no layering of gui on top of console in your average app.Originally posted by: magomago
everything the gui does...just inputs it into the text console but you dn't see it, right?
So ultimately the console is still needed, and in many instances it can be simpler to use than a frontend created for some console based program
Originally posted by: n0cmonkey
Originally posted by: SleepWalkerX
Haven't used OSX, but how could you say that for Microsoft Windows? The only time I ever have to use the terminal in Windows XP is when I run an ipconfig /renew, but even that can be done through the gui (it just takes longer to get there 😛). With Linux, I've frequently had to deal with broken x servers, compiling/modprobing drivers, recompiling the kernel, or running cli only programs through the terminal. Which, of course, is the scariest thing for a newb.
How do you ping?
Originally posted by: n0cmonkey
It's true you don't have to use the cli for much in Windows, but that doesn't make the system any easier. Options are buried, wizards overwrite settings you may have changed elsewhere, the registry is less understandable than even the worst config file on unix, the rescue options are practically worthless, etc.
Originally posted by: SleepWalkerX
NeoTrace, although I do use the command line sometimes so I guess I left that one out. My point was that the critical things in Linux still require the noob to learn to use the terminal. Most noobs don't care about pinging. And with Windows XP, its much easier to get things accomplished because of that, as much as I absolutely HATE to say it.
I just typed out a long rant in response to your this post. It was supposed to be about Windows being easier to use with it being gui based compared to linux, but it turned out to be its f*cking harder to install/use drivers in linux than windows so now I'm tired. 😛
Anywho, the main reason Windows' GUI is easier to use is because you don't have to remember any commands. While it could be quicker to open prompt and type 'ipconfig /renew' its easier to remember to go to Network Connections, right-click on a connection, and hit repair to most users that are incapable of remembering commands (I used to be one when I was more noob 😉)