Top 10 Things Wrong With Linux, Today
An anonymous coward sends in this link to a list of the top ten things wrong with Linux today. He's noting things that are "wrong" not with Linux per se, but with a user's experience with Linux; most of his points actually have to do with KDE/X. The KDE 3 bug he's talking about is a user-interface change in konqueror: form elements can be changed by mousing-over them and turning the scroll wheel, which is very bad. Hopefully the KDE guys will roll this change back to the previous behavior.
10. No easy way to configure X - especially change resolution on the fly.
I'm not running X right now, but I do believe, you just hit ctrl-alt-[+-] (maybe only on the number pad?) to switch between available resolutions on the fly...
nedit does soft wrap.
#2: Prompting for a FS scan I'm using Debian sid and ext3, and I've never seen this problem.
#5: Cleaner redraws GTK2 implements double-buffering, and I've yet to see any flicker in GTK2 programs.
#7: Easy way of sharing files. The Ximian Setup Tools have an easy NFS/Samba shares config tool. Not exactly what he wants, but quite good.
#9: No common editor which supports "soft wrapping." I've never had a problem with the way wrapping is done in Linux editors. If you really want it "soft", you can use Abiword.
It's hard to be religious when certain people are never incinerated by bolts of lightning.
at least, on Mandrake number 4 has already been taken care of. i have a menu that says "What to do" and the nested choices (which each have more choices) are:
administer your system
enjoy music & video
play games
read documentation
use office tools
use the internet
view, modify, or create graphics
find files
the programs under these headings are the same ones you can find elsewhere, but the menu entries have been renamed to something descriptive (e.g. "change your password" or "listen to a CD")
its hard to get much more straigh-forward than that, and it is all right there on the "start" menu in plain sight. no reason why other distros couldn't do this, and should be easy for a user to add entries to the menu too.
.sig on vacation
Yes, well, that's what happens when a non-hobbyist tries using a computer hobbyist OS.
Besides, if you're a newbie, why are you using *Slackware* of all things? Use Mandrake or RH -- they provide a much more comfortable environment, and if you don't like poking config files, you have GUI frontends.
Some comments:
2. Prompting for a filesystem scan. . . The introduction of journaling filesystems has greatly helped this (it happens only 1 time in 20 on an unclean shutdown)
This is like saying that it should be easier to overhaul the engine in your car: if you'd just stop pushing it past the redline and change the oil every now and then, you wouldn't have this complaint in the first place. In other words, if you have much more than 20 unclean shutdowns in the entire life of your computer, then something is wrong with you. Or your computer. Either way, it needs to be fixed. Also, if the journaling filesystems for Linux are that amazingly bad (where 1 in 20 times you have to run fsck anyway), they need to be fixed too.
9. No common editor which supports "soft wrapping."
It's true, vi doesn't support this and perhaps other editors don't either. But a big part of the Unix philosophy is to compose functionality from tools instead of building functionality into monolithic applications. Point being, you can just drop
(where "^M" is a control-M, typed in vi by doing control-V control-M) into your ~/.exrc and from that point on, you just type "[f" to redo the word-wrap on any paragraph.And if you don't like the way that works, there are numerous similar commands (some based in Perl) that have more intelligence, in a sort of do-what-i-mean way.
Second, cutting and pasting has never been a problem in the X environment with *any piece of software* but KDE 1 and 2.
Um..I don't know about you, but I have yet to find a desktop that can correctly cut and paste text correctly 100% of the time. At best it's a 60% success rate. From KDE, GNOME, Browsers, consoles, etc, rarely will you find a reliable cut/paste system between the apps.
There are tons of front ends to configure X. It's terribly easy to change resolution on the fly in X -- ctrl alt kp+ and ctrl alt kp-.
But, how many people actually know this? Why isn't there a simple little GUI that runs this command for the user? It's unbelievably sad that one has to SEARCH to change the desktop resolution on their computer. It's silly at best.
Perhaps *you* don't like it, but for some of us that have special needs, having a dumbed down printing system would be incredibly frusterating (I'll give you a pass on this if you just want a new front end).
Wasn't that what he was complaining about? A crappy front end? The program itself has always been frustrating, but a nice, stable, secure, and easy to use front end for sharing printers and the like...well, that's what Linux Printing has needed forever.
...there IS an easy way to change resolution on the fly: press CTRL ALT + or CTRL ALT - to increase and decrease resolution.