Slashdot Mirror


Exploring Linux Desktop Myths

Krafty Koder writes "Over at Newsforge (Part of OSTG, Slashdot's Parent) there's an interesting article that attempts to dispells the myth that Linux isn't ready for the desktop or that Windows still beats Linux. Three myths are explored - that Linux is harder to use, difficult to install and that there's not enough apps ."

1,053 comments

  1. OSTG? by Anonymous Coward · · Score: 0

    When did this happen? What happened to OSDN?

    1. Re:OSTG? by character_assassin · · Score: 3, Funny

      The "D," as in developers, got outsourced. Now we're all "technologists."

      --

      If you mod me down, I shall become more powerful than you can possibly imagine.
    2. Re:OSTG? by Quattro+Vezina · · Score: 2, Informative

      Apparently they changed their name to the Open Source Technology Group.

      --
      I support the Center for Consumer Freedom
  2. Why linux isn't ready..... by Anonymous Coward · · Score: 2, Insightful

    ./configure
    make
    make install

    1. Re:Why linux isn't ready..... by Ugot2BkidNme · · Score: 0, Redundant

      I find Linux very easy to use but it is not as easy to use as Windows.

    2. Re:Why linux isn't ready..... by leoxx · · Score: 2, Interesting

      Most open source applications can be installed on OS X using those very same commands. Are you saying OS X isn't ready either?

    3. Re:Why linux isn't ready..... by nova20 · · Score: 3, Funny
      ./configure
      make

      curse
      vi Makefile
      make
      curse...
      continue until "make" works out
      make install

      /nova20

    4. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      Sure you can do it that way with OS X, but its ready because you don't have to.

      --
      Not more than you need, just more than you want
    5. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 1, Interesting
      If you are trying to edit the final Makefile output from configure, then you have already screwed up so badly there is not much chance to redeem yourself.

      Try './configure --help'

    6. Re:Why linux isn't ready..... by Cybrr · · Score: 1

      I read that on a Mac, all you have to do to install a program, is to drag the folder to your programs folder. To uninstall, just drag the folder to the trashcan.

      --
      Why did GEAR crush RDP?
    7. Re:Why linux isn't ready..... by Low2000 · · Score: 5, Informative

      Your so incredibly right. Linux is in desperet need of something as simple as the windows install sheild so you dont have to read a manual to install anything. Other then that, I think linux is leaps and bounds head of what joe average gives it credit for.

    8. Re:Why linux isn't ready..... by Coryoth · · Score: 4, Insightful

      So linux isn't ready because if you choose to use software distributed as source you have to use the commandline? It's not even a terribly hard sequence of commands, and they are almost always described in the INSTALL document.

      That aside though, the main issue with source installs is that you end up with a mess - files all over the place. You can't remove what you just installed unless the Makefile happened to include an "uninstall".

      Up until now I've been very happily avoiding this issue by using stow, but recently I found checkinstall which you run instead of make install. Checkinstall creates a package (.deb, or .rpm based on your system) containing all the files getting installed by the make install step, and installs that for you. That means that everything, source installs included, can be conveniently managed from whatever package management application you use (I prefer synaptic myself, it works for anything that supports apt, which includes rpm).

      "That's still too hard!" you say? Yes, quite possibly - but then the only real reason to be installing from source is if you have very particular needs (special configure options) or a need to be on the bleeding edge. Pretty much anyone who thinks compiling is too hard should be happy with binary installs. With things like synaptic, redcarpet, up2date, etc. around installing distro provided packages is a breeze. If you have to go outside your distro try autopackage. Yes, autopackage isn't finished yet, but they're at the stage where they have some test packages (install the latest version of inkscape via autopackage for instance), and what they do have is fantastic - think of it as installshield with advanced dependency checking resolution. All those third parties currently supplying distro specific rpms ought to shift their project to supplying autopackages, and certainly autopackage looks to be the way to go for any commercial vendor who wants to create a linux installer for their software.

      Installs are still a little tricky, but the issues have been spotted, and are being worked on - and the solutions look better than anything Windows provides.

      Jedidiah

    9. Re:Why linux isn't ready..... by leoxx · · Score: 4, Informative

      You mean just like you don't have to on Linux, either? Thanks for re-affirming the fact that difficult application installation on Linux is a myth.

    10. Re:Why linux isn't ready..... by Sibshops · · Score: 2, Interesting

      I understand that there are many programs out there that use ./configure make make install. But the LSB has already proposed a standardized package managment system to be used across distributions.
      This way the instalation of a program will be the same as windows: a double click of the rpm file.

      However, after installation I believe that there are some issues about how the program should be made available to the user. This is an area that needs more standarization.
      Some add a directory to the GNOME/KDE menu.
      Other programs programs install a program to a directory in $PATH. Others don't make any chances and force the user to find the program and make changes accordingly.

      In order to help linux make it to the desktop market, package management should eliminate the problem of. "Ok, the program is installed, what do I do next? How do I use it?" A possible extention is to enforce an additional "user discovery" such as a standardized start menu, a "most recently installed programs" directory, a unread README files, etc. etc.

    11. Re:Why linux isn't ready..... by Trelane · · Score: 5, Informative

      Funny you mention that. InstallShield is available for vendors to use if they want to create an installer for Linux.

      Why the heck vendors are sticking with their own crappy command-line-only installs is really beyond me. Only one I know of that uses IS for Linux is if you download the Java NetBeans Cobundle.

      Actually, UnrealTournament 2004 may also use ISX. I remember some nifty Java installer....

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    12. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      You're much more likely to have to use the ./configure make make install to get software on linux than on OS X. Beyond that, as much progress as has occured to make installations easier for Linux, its not "drag to the programs folder" like it is on OS X.

      --
      Not more than you need, just more than you want
    13. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      If I had any modpoints left, and if there were such a thing as "-1 Uninformative", I'd use a point on you.

      Using Cygwin (or msys/mingw) you can do the same in Windows. Are you saying that Windows isn't ready for the desktop as well?

      The most common apps are available as binary files, unless you're looking for something exotic.
      Just check out freshrpms or rpmfind if you don't believe me.

    14. Re:Why linux isn't ready..... by JWSmythe · · Score: 4, Interesting

      For most distros, it's easier than that.

      For slackware, you can download just about anything from here, and just type "installpkg [filename]"

      Gentoo, you'd emerge it, without downloading it first "emerge [package]"

      RedHat, you'd get the package, and use RPM to install it.

      Debian, you'd apt-get it "apt-get [package]"

      Updates are even easy in Slackware. We have one server on our network which updates it's packages nightly, and then 100+ other servers collect their updates from a cron running "slackupdate.sh -nc -l 2". For us, it's much more polite to have our own repository, than to have 100+ machines beat up the publically available ones. :)

      You can do something similiar with Gentoo or Debian. I'm not sure how RedHat handles these.

      But, for the stuff that doesn't come in packages, ya, three commands are pretty easy. All things considered, it's faster to type those, than to unzip, and click the annoying click-throughs to get a Windows program to install.

      People are afraid of the kernel, but hell, all you have to do is download the kernel, and use the pretty menu driven configuration to pick what drivers you need, and just a couple commands later, you have a kernel optimized for your machine. With Windows, good luck getting out all the drivers that you don't need.

      Most Windows users that I've talked to simply won't get away from Windows because they're too lazy to learn something new. Hell, they won't stop using MSIE, even after getting the spyware or virus of the day because of it. One guy I know got a virus from a site because of an MSIE exploit, and continues to use MSIE. He was fighting with it for two days to get rid of the virus. He simply won't consider Mozilla/FireFox or Opera. Why? Because he's been using MSIE for years.

      It's very similiar to the people who held out on advancing from Windows 3.1 for so long. Why change, when it does things they like? It won't be until the "killer app" shows up for Linux that doesn't work anywhere else. Unfortunately for this process, most people are porting their applications over to Windows, to let everyone enjoy, so the "killer app" probably won't ever be a Linux-only application.

      Several large banks still run OS/2. Why? Because it works for them. You'll still find lots of people running Win98. Likewise, you'll find people running very old versions of RedHat, because they're afraid of upgrading.

      We've only recently started a campaign to upgrade our old Slack 7.0 to Slack 8.1 servers to Slack 10.0. I made a bootable CD to make this easy. It takes 1/2 dozen commands (including mounting the cd and destination partitions), and takes 5 to 10 minutes. Users rarely notice the downtime, and appreciate than things are faster now. How much pain would I be in upgrading from say WinNT to WinXP?

      --
      Serious? Seriousness is well above my pay grade.
    15. Re:Why linux isn't ready..... by jardun · · Score: 5, Informative

      I think the issue here is you're more likely to have to use make to install FREE software on linux. Just as you would use it to install FREE software on the Mac. If you're BUYING software for linux, you can bet you'll get an installer or an rpm or something. That's one of the things I don't see mentioned a lot is that we're comparing the ease of install of a corporation's proprietary software to the ease of install of in-progress open source stuff. Most things that you would pay for otherwise, such as office suites, web browsers, etc. do have installers (Open Office, Mozilla, etc). The things that you use make to install you probably don't even have access to on an M$ system. It's like complaining that Dell sent you a free graphics card but you ahve to install it yourself when you could have paid Best Buy $200 to install it. It's not quite fair to compare the M$ office installer to a network sniffer program you found for free on some h4x0r d00d's site. It seems this happens a lot.

    16. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      Yup, Installshield X has been out for a month or so now. However as a poor SOB who has to maintain a couple InstallShield DevStudio projects I'd say that IS is anything but "simple"

    17. Re:Why linux isn't ready..... by Low2000 · · Score: 1

      So if nothing else, InstallSheild is a step in the right direction. If it has only been avalible for a short time on Linux, then its understandable that it hasen't taken off to the degree that would be needed to launch that part of Linux into the realm of ease of use. But at this point, all I really see that's needed is time and bug combing.

    18. Re:Why linux isn't ready..... by Uzik2 · · Score: 2, Insightful

      I think the idea was, as you point out, installing software is different in every single distro:

      >slackware: type "installpkg [filename]"
      >Gentoo, "emerge [package]"
      >RedHat: use RPM to install it.
      >Debian, you'd apt-get it "apt-get [package]"

      It's not that it's hard, it's that it's harder than it needs to be.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    19. Re:Why linux isn't ready..... by Trelane · · Score: 1

      It only came out a month ago?

      I remember Java NetBeans cobundle having InstallShield (not necessarily X) about a year ago.

      Did they have linux support before X? Maybe Sun had an early version of X?

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    20. Re:Why linux isn't ready..... by mrwonton · · Score: 2, Insightful
      It's not quite fair to compare the M$ office installer to a network sniffer program you found for free on some h4x0r d00d's site.

      I agree completely. However, and this isn't comparing apples to apples (as if you RTFA was what they were trying to do), when you do get free software for windows, it usually comes compiled and with an installer. There are a lot of reasons for this of course: no free compiler is included with windows, you can usually relatively easily make your compiled program run on any windows machine, windows users expect them to be this way, etc. This isn't a flaw so much as a difference, but for those who are used to having their programs come with simple GUI installers, Linux can be confusing and intimidating.
      --
      Not more than you need, just more than you want
    21. Re:Why linux isn't ready..... by PeterPumpkin · · Score: 1

      Even an install shield type thing isn't necessary. People will just need to learn to read release notes and readmes.

      One thing you will never see on any Linux installer or program packaging system is a ditty to put an icon on your desktop or program menu. I've tried just about every distro and packaging program out there, and not once have I seen an icon show up. That was one thing I always had problems with when I was new to Linux - installing a program and then never being able to run it cause I couldn't find it anywhere. Most readmes and release notes tell you how to install it, but you really have to dig to find out the info (if any) on where it went.

      This is so easily fixed it is mindboggling that it hasn't shown up somewhere!

    22. Re:Why linux isn't ready..... by Coryoth · · Score: 1

      I think the idea was, as you point out, installing software is different in every single distro

      And the examples you list are: Slackware, Gentoo, Redhat, and Debian.

      Both Redhat (Fedora) and Debian use Synaptic quite happily, which is a very nice GTK+ frontend to apt. Slackware and Gentoo are a long way from your standard commercial distros.

      Jedidiah.

    23. Re:Why linux isn't ready..... by justsomebody · · Score: 1

      You mean like http://www.bitrock.com/ ????

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    24. Re:Why linux isn't ready..... by UnknownQ · · Score: 3, Informative

      Actually, UnrealTournament 2004 may also use ISX.
      UT2004 actually uses the excellent Loki setup tools that are now maintained at icculus.

      --
      Wherever you go, there you are!
    25. Re:Why linux isn't ready..... by Fareq · · Score: 4, Informative
      A few things about this post

      A large variety of useful applications are simply not available on things like the red hat network (so there goes up2date).

      Up2date is great for upgrading packages that I already have installed during the first little while after I buy the operating system (at the moment, I think I have 3 years, but only because I bought "Enterprise Linux" which costs more than MS Windows, so there goes the cheaper concept.

      Up2date will get me new software if I happen to know what the package name that I want is. For instance I wanted to install GVIM. The redhat network package for Enterprise Linux was compiled without support for the GUI, alas. This is what I had to do to get GVIM.

      $ su -
      Password:
      # up2date --get-source vim
      (lots of output)
      # cd /usr/src/redhat/SPECS
      # vi vim.spec
      (change the option in the specfile that says compile without the GUI)
      # rpmbuild -bb vim.spec
      (lots of output)
      # cd ../RPMS/i386
      # rpm --install vim-X11-6.2.98-1.i386.rpm
      (lots of output)
      # exit
      $ gvim my_file
      (good, it works)

      I suppose I could have gone to the VIM website, and download their version of the vim RPMs, and ran rpm --install on that. It probably even would have worked, but I don't know for sure that vim.org has the same RPM version, if it installs everything in the same place, and what up2date would think about that package. I have only been using Linux for approximately 2 years at this point, so it is perhaps understandable that a complete newbie like myself would find the various methods of software installation extremely complex.

      Next topic: configuration
      My biggest complaint against linux on the desktop is the extreme absurdity of some types of configuration. My linux workstation is my work machine, and so it has to do things like run apache and our application server (Interchange if you are curious -- http://www.icdevgroup.org).

      Well... Installing apache was easy. Installing Interchange was hard. It requires nonthreaded perl, but a gazillion things require the existing threaded perl 5.8.3 that came with the OS. So, I build my own perl from source, and then copied into /usr/local instead of /usr, and then hacked at the Interchange source so that it looked in this new location...

      Why not just uninstall the old perl? Because I can't. When I issued the

      rpm -e perl-5.8.0

      command, I encountered dozens of errors. And I couldn't upgrade -- they were the same version, just with different compiler switches set.

      Oh, then I got an error that my system was set to the incorrect language encoding. I'm not 100% sure I understand what that means even having fixed it -- but here's what I had to do

      $ su -
      Password:
      # cd /etc/sysconfig
      # vi i18n
      (remove a .UTF-8 from the LANGUAGE= line)

      Ok... so... exactly what does i18n stand for? Having a normal computer user find the i18n configuration file and hack at it isn't reasonable. Especially if you don't tell them that the error is in i18n. Now a normal user might not be trying to install Interchange, but hell, even our sysadmin wasted 4 hours figuring out what config file to change.

      My point? Linux on the desktop is a freaking toy until a user can do everything they need to without opening a terminal or becoming root ever.

      This includes installing software, configuring the machine, and running applications.

      Incidentally, Windows crashes since I installed XP (2 years): at least 10, at most 15.
      Linux crashes since I installed Red Hat Linux (first v. 7.2, now EL 3 WS, approx 18 months): at least 10, at most 15.

      My definition of a crash is anything that goes wrong to which the only easy solution is either pressing the power button or typing "init 6".

    26. Re:Why linux isn't ready..... by Uzik2 · · Score: 1

      The examples I used were copied from the message
      I replied to.

      You're missing the point.

      To make it simple there should be a single way of
      installing software on all distros. It would make
      life much easier for me when I help aunt martha
      and for the help desk when joe user calls. Make
      Linux less work and headache than windows and
      Windows will disappear real quick.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    27. Re:Why linux isn't ready..... by klokwise · · Score: 1

      unreal tournament put an icon on my desktop. i'm looking at automatically installed menu entries for several applications right now: xine, evolution, openoffice. the "run application..." even searches out what i have installed. if i want to add one myself, i just add a launcher - which involves the mildly complicated task of typing the right program name.

      i don't need to know where it is... it's in my $PATH.

    28. Re:Why linux isn't ready..... by timrichardson · · Score: 1

      Many distros and many ways of doing the same things is part of live on planet linux, and that's what makes it fun.
      As far as installation goes, Mandrake seems to have it working well.
      The problem is lack of apps, and not the obvious ones, but all the little ones, like the fact that when you buy a color printer, you get decent, consumer friendly scanning and printing software for Windows, etc, etc.
      Even Mandrake has some rough edges, but I don't think that's the problem.

    29. Re:Why linux isn't ready..... by leastsquares · · Score: 3, Insightful

      Please excuse my ignorance but I haven't owned a usable Windows license for more than 7 seven years.

      Is there a simpler set of commands for configuring, compiling and installing from source code on Windows?

    30. Re:Why linux isn't ready..... by JWSmythe · · Score: 1

      I listed RedHat and Debian from the little experience I have with them. I've been a Slackware user for years, and build just about everything from sources, but that's the way I like doing things. I only just started using Gentoo, for the AMD64 support, which works beautifully BTW.

      Slackware may not be the standard commercial distro, but it's one of the oldest and longest living. The first Linux book I bought may years ago (Linux Unleased, 1st edition) had a Slackware disk in it, and that's what I've used ever since. I've tried many distributions, but never stayed with them very long to really get into their uniqueness.

      I've worked on customers machines with other distros, which is why I know anything about the others. :) I wasn't very pleased with Debian, because the install they did was very bare, and I had to add a bunch of packages to even compile a kernel.

      It would be nice if there was a "standard" installer for all of them, but I don't see a real reason for it. Most people get their distro from a friend, who can show them the in's and out's of whatever they're using. In my close group of friends that use Linux, we use Slackware, RedHat (and Fedora), Debian, Mandrake, SuSE, and Gentoo. Most of us use Slackware most of the time on workstations, and Slackware almost all the time on servers (except the AMD64 machines).

      --
      Serious? Seriousness is well above my pay grade.
    31. Re:Why linux isn't ready..... by drightler · · Score: 2, Insightful

      So you think 'apt-get install mozilla-firefox' is more difficult than opening your web browser, going to mozilla.org, clicking the windows download link, saving the installer to disk, double-clicking the installer, and clicking next 4-5 times.

      apt-get seems easier to me.

      --

      blah blah blah....
      drightler@technicalogic.com
    32. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      To install gvim I just had to do

      # su -c "emerge gvim"

      and enter my root password. Ease of use is very distribution dependent.

    33. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      To install gvim I just had to do

      $ su -c "emerge gvim"

      and enter my root password. Ease of use varies across the distributions. In the case of your distribution installing gvim is a pain in the ass, in the case of mine it's super easy.

    34. Re:Why linux isn't ready..... by codergeek42 · · Score: 0
      And I'm really freakin sick of you Linux junkies telling me that Linux is so easy that anyone can use it.
      It isn't easy, and not everyone can use it. Granted, distros like SuSE and Mandrake make things very usable and a whole lot more user-friendly, but for the majority of it, GNU/Linux is an OS made by geeks and power-users for geeks and power-users. ..
    35. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      To make it simple there should be a single way of
      installing software on all distros.


      Why? Most users choose to use one particular distro and don't have to deal with the others. What good would a universal install do?

    36. Re:Why linux isn't ready..... by SoTuA · · Score: 1
      Why not just uninstall the old perl? Because I can't.

      Of course you can't. Way too many things rely on perl. Might as well try to uninstall libc6.

    37. Re:Why linux isn't ready..... by mingot · · Score: 1

      Why? Most users choose to use one particular distro and don't have to deal with the others. What good would a universal install do?

      For starters it would make a developers job much easier, reduce support costs, and generally make writing Linux software a lot more attractive to smaller ISVs. You know, the important shit.

    38. Re:Why linux isn't ready..... by sigaar · · Score: 3, Insightful

      [Not referring to the article] Therein lies the problem. Windows users expect a GUI installer that requires no intellect, or action beyond clicking "Yes" "Yes" "Yes." And that's fine by me if we're talking software that we pay good money for.

      But just because in the *nix world things are done differently, and at the same time Windows users are to damn lazy to learn anything new, this automatically mean that Linux is difficult to use? Just because Windows users find it difficult?

      --
      sigaar
    39. Re:Why linux isn't ready..... by mingot · · Score: 1

      Well, this may be what you would have to do using firefox, but in IE it's a bit easier. When you click on an EXE or MSI (or whatever) file you are given three choices. Open/Download/Cancel. Open will download/run the file. Download will present you with a dialog to specify location (defaults to the last directory used to download, which I leave at a holding directory used specifically for ... downloads), slapping OK on that dialog lets it download. When the download is complete another dialog pops up allowing you to open the file, open the location (in explorer) or just dismiss the thing.

      Very easy and logical flow, if you ask me.

    40. Re:Why linux isn't ready..... by spacecowboy420 · · Score: 1

      Right, cause the average user will always want to run interchange, and a non standard version of perl. OBVIOUSLY linux is not ready for the desktop. The average user is going to need to install an app server, so until we can make that an easy endeaver, we should hang up Linux on the desktop.

      I `OEMed' a linux box for my 50 year old, esl, pc n00b neighbor. It took him about 2 weeks to figure out how to look up an app, then urpmi it. He has yet to ask how to install interchange, but he installed xmms and k3b himself. At first he was a little freaked out that all of his windows cds didn't work, until I taught him urpmi. He loves it. It's funny, he really gets a kick out of: #urpmi.update -a;urpmi --auto-select --force
      and knowing all of his stuff his up to date.

      --
      ymmv
    41. Re:Why linux isn't ready..... by gzunk · · Score: 2, Informative

      i18n = internationalization

      It's shorter

    42. Re:Why linux isn't ready..... by GT_Onizuka · · Score: 1

      Also, a lot of the time, the program adds a symlink to /usr/local/bin or /usr/bin so you simply need to type the command in a terminal and it'll launch it. It took me awhile to get used to the behavior on Linux also, but not that I'm used to it, I prefer it to having my desktop/start menu/quick launch cluttered with every little application I install.

      --
      If you take out Country Kitchen buffet, old people won't know what to do.
    43. Re:Why linux isn't ready..... by mini+me · · Score: 2, Insightful

      I hope you are being sarcastic. It's tools like apt, portage, etc. that put Linux miles ahead of Windows. With Windows, tracking down the software is a chore in itself, but what is even worse is upgrading the software.

    44. Re:Why linux isn't ready..... by jcenters · · Score: 2, Insightful

      Well, that's a pretty good reason. Despite the fact that there are many "user friendly" installation methods out there, whenever I've ran Linux, I've often had to compile a needed application for whatever reason.

      But I can give some better reasons. Here's one: Why should anyone switch? Yeah, okay, security is better, less viruses and spyware and all that, but there are workarounds aplenty.

      To the average user, Linux is an OS that looks similar to Windows, except that it can't run all of the programs they like, can't run the games they want to play, and probably can't drive the hardware they want.

      The problem is that FOSS developers are just now working on trying to get the thing to be somewhat user friendly, while Apple and Microsoft (To a lesser degree) are adding shiny new features. Linux is playing a never-ending game of catch-up.

      The truly frustrating thing is that Linux does have plenty to offer. Imagine, an OS with built in office suite, photo editing app, layout app, etc. out of the box! And that'd be great, except for the fact that they're developed with different toolkits, by different projects, and don't necessarily play nice with each other, much less operate in a similar manner.

      And there have been numerous attempts to unify it. But that's the problem, they're all separate projects with different aims and don't necessarily play nice with each other.

      IMHO, Linux's best bet would be for a company to take hold and solidify it. And I don't mean just another distro company. Even Linspire, with it's lofty aims just repackages what's already out there. We need a company with a vision, who can take the cool programs, use the good parts, and recreate them into something that is unified, easy to use, functional, and beautiful.

      IBM could do it, but I doubt they will. It would have to be a company similar to Apple, that is, a hardware company who develops the OS on the side.

      I've had a dream of forming just such a start-up for some time, but it seems impossible.

      With that in mind, here's some of my ideas for the FOSS community to use.

      1. Display-SVG. I don't see why not. Apple (And NeXt) have led the way with Display-PS and Display-PDF, so why not come out with our own implementation? Yes, I know, once again playing catch-up, but at least we'd be playing catch-up to someone who's actually on the cutting edge for once.

      2. Games. Ever thought of taking the core of Nethack and making a Diablo type game out of it, with networking support? I know, there are OpenGL versions of it out there, but I'm talking about something really nice. It'd sell like hotcakes. And let's not forget about those open-sourced id engines.

      If you could come out with a unique hardware platform. (It could be x86, just write the OS with the company's specific hardware configuration in mind), and released it with lots of cool apps and GAMES, then I guarantee it could sell. Hell, how many of you out there are plunking down hundreds of dollars to upgrade to Doom 3?

      4. Good DTP. Take the GIMP and Scribus. Dismantle them. Give them a clean, similar interface, and native CMYK support. You could then sell this system to publishing houses all over the country. Many of them are on Mac OS 9 and Quark 4, and are looking at extremely expensive upgrades to OS X and InDesign. If you could present them with something that worked just as well, but was thousands cheaper, you couldn't keep these things in stock.

      Okay, well that's enough ideas for now. Basically, we'd be talking about an Apple-like company, except with cheaper hardware and more software. If anyone knows any uber-rich venture capitalists who'd be willing to invest in such a project, let me know.

      Oh, and as for this mysterious hardware I'm talking about, well that's my own little proprietary secret. But I will say this: IMHO, it'd make the "iMac revolution" and "case mods" seem incredibly quaint.

      --

      vi ~/.emacs

    45. Re:Why linux isn't ready..... by fitten · · Score: 2, Insightful

      But just because in the *nix world things are done differently, and at the same time Windows users are to damn lazy to learn anything new,

      You know... I can't remember a single episode of ST:TNG or ST:TOS or any other Sci-Fi show that portrays computers in the future where someone sits down at a terminal and types stuff like: ./configure
      make
      make install

      I think computer interfaces have been trying to evolve for ease of use and removing as much of the workings from the hands of users as they can. It seems funny that the F/OSS community prides itself on being "future bound" so despirately clings to archaic typing and obscure character sequences to do things.

    46. Re:Why linux isn't ready..... by acidrain69 · · Score: 1

      So you are admitting that it isn't ready, right? Because that's what windows is, easy to use. Not stable, not secure, but not terribly diffcult to use.

      Unix is DEFINATELY not ready for the desktop, and you are saying that Linux's use is as a *NIX box.

      --
      -- Having a Creationist Museum is like having an Atheist place of worship
    47. Re:Why linux isn't ready..... by Tellalian · · Score: 1

      Of course, this doesn't really help the majority of open source Linux apps that can't or won't want to use a proprietary product created by a Microsoft Certified Partner.

      What Linux really needs is an open source equivalent of InstallShield. There are numerous OS IS equivalents for Windows, such as Inno Setup (http://www.jrsoftware.org/isinfo.php) or the Nullsoft Scriptable Install System (http://nsis.sourceforge.net/). I can't fathom why a similar application is missing for Linux.

    48. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      >>no free compiler is included with windows, What about the .NET SDK, last time I checked it had a couple of compilers. Here is and IDE too http://www.icsharpcode.net/OpenSource/SD/.

    49. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      No, I am too damm lazy to bother with dealing with your unfinished product that you lazily delivered without an installer. I am too damm laxy to fix your broken make files and compile errors. I have my own to fix.

    50. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      geez, i think he knew il8n ment.
      The point is that the average user wouldnt.

    51. Re:Why linux isn't ready..... by nova20 · · Score: 1

      If you are trying to edit the final Makefile output from configure, then you have already screwed up...

      Whatever. Point made -- installing stuff just isn't as easy on a linux box. Even if you have a package manager (like Debian's "apt"), there will still be some packages you can't get... or that are broken... I'm not saying that this sort of thing doesn't happen on windows, it's just more frequent in linux.

      -nova20

    52. Re:Why linux isn't ready..... by grolschie · · Score: 1

      Hence ActiveX modem dialer installer that popup online and say "click yes to install this app - site cannot be view if you click no" and rack up huge toll bills over night when the user stupidly installs it....

    53. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      See, the whole reason you're having problems is because you use RedHat :)

      I've been using RedHat at work since v5.2, I've always hated them, something is always mucked up, incompatible, etc etc. To bad they're the de facto standard that some things are certified with. On my own desktop, my happiest day was leaving RedHat.

    54. Re:Why linux isn't ready..... by shellbeach · · Score: 1

      Up until now I've been very happily avoiding this issue by using stow, but recently I found checkinstall which you run instead of make install. Checkinstall creates a package (.deb, or .rpm based on your system) containing all the files getting installed by the make install step, and installs that for you. That means that everything, source installs included, can be conveniently managed from whatever package management application you use (I prefer synaptic myself, it works for anything that supports apt, which includes rpm).

      But stow is also a package management system, and it doesn't physically install crud in your $PATH directories (which debs and rpms do). In essence, the application folder in /usr/local/stow becomes both a package and the location of the physical files: if you want to move some software you've compiled onto another machine, you simply copy across the relevant folder and stow it.

      There's other advantages to using stow above a .dep or .rpm system, too - when you upgrade a package, unless you physically delete the old folder in /usr/local/stow then you've still got the older version handy in case the new one causes problems. Or if you want to know exactly how much space each package is taking up in your disk, simply do a "du" in the stow directory.

      I've never really understood why all the major distros see the need to use databases and fancy scripts to store and access all this info when stow does exactly the same thing using a simple physical directory structure ...

    55. Re:Why linux isn't ready..... by Fareq · · Score: 1

      Yes, yes you are right.
      That was the point I was trying to make.

      I fit into that category, so I can usually muddle through, and Linux makes some things very nice and spiffy for those of us that can figure out.

      It does take a long time to learn all the rituals and prayers though...

      -- Fareq

    56. Re:Why linux isn't ready..... by zangdesign · · Score: 2, Interesting

      Windows users are to damn lazy to learn anything new

      It's not necessarily that Windows users are lazy - it's that they have a different set of priorities centered around the activity they want to complete, rather than the process of getting where they can do the activity they want to complete.

      The applicable lesson is one in management. What's the most efficient way to send a large package? Most people would say weigh the package, find out the postage, etc, then call FedEx. The executive is the one who says: I call the mailroom - that's their problem.

      To a large extent, the average Windows user is the computer-centric version of the executive. They don't care about the details that are peripherally related, they just want to get something done. Anything that stands in the way (ie., having to dig in the OS to get a package running) is a frustration.

      Goal oriented vs. process oriented.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    57. Re:Why linux isn't ready..... by Fareq · · Score: 1

      Actually, I didn't know that.
      i18n = internationalization huh...
      8n could be "ation" I suppos
      but i1 = "internationaliz"?
      woah.

      oh, wait... someone just told me its i + 18 letters + n
      WTF! I'm not even going to bother to count that its really 18 letters... thats just wrong.

      Well, hey... thanks. Thats +1 magic for me now!

      -- Fareq

    58. Re:Why linux isn't ready..... by Fareq · · Score: 1

      Yes, that's why I use Red Hat as well.

      I tried Mandrake once, version 7 maybe? been a while...

      Didn't work very well for me, but the machine it was on had problems anyway.

      Never was able to get Debian to install... Installer kept dying on me, but ah well...

      I do what I can...

      -- Fareq

    59. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      *Cough* I said included. Unless I can install a fresh copy of Windows XX and compile something, its not included in the sense I was referring to, the sense GCC is included.

      --
      Not more than you need, just more than you want
    60. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      This is what I had to do to get GVIM. (insert the absolute dumbest way to install vim here)

      Wow, that sucks. Here's how I do it.

      # apt-get install vim

      hard, wasn't it?

      Installing apache was easy. Installing Interchange was hard.

      Really? here's how I do it.

      # apt-get install interchange

      *Whew*! What challenging work!

      Linux crashes since I installed Red Hat Linux (first v. 7.2, now EL 3 WS, approx 18 months): at least 10, at most 15.

      You know, I think I understand why RHEL exists. So the dumbest users out there can all flock to one distro. Well, two if you count gentoo.

      And what kind of window do I get if I click "New Window" on the desktop

      Why the fuck does that matter? Why the fuck does that make your experience any worse with linux? Nice rant, even if it stopped making sense.

      One last little whine: I have approximately 20% success rate with the ./configure make make install method of installing software.

      The only people that need to ever touch those commands are the package maintainers. You should be getting all your packages from your distro, not compiling them yourself. And if your distro doesn't have enough packages, just switch to debian and be done with it.

    61. Re:Why linux isn't ready..... by AstroDrabb · · Score: 2, Informative
      You're much more likely to have to use the ./configure make make install to get software on linux than on OS X.
      Stop talking out your @ss. I have run Red Hat, SuSE, Mandrake, Gentoo, Linux From Scratch, Slackware and Fedora. The only time I did ./configure was when I built my own Linux systems from Linux From Scratch. I have used Fedora since the first beta version came out and have not compiled any software for years. With Linux I just download and install an RPM and I am done. So take your FUD elsewhere.
      as much progress as has occured to make installations easier for Linux, its not "drag to the programs folder" like it is on OS X.
      No, you are right. It is "double click the RPM". I gues that it is _much_ harder then "drag to the programs folder" of OS X. I use Synaptic which is a nice GUI to install/unistall apps under Fedora. I double click an application and it is installed (dependencies and all). It has been this way for years. Agian, take your FUD elsewhere.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    62. Re:Why linux isn't ready..... by ArmyOfFun · · Score: 1

      Actually, InstallShield has had a MultiPlatform version that is compatible with Linux, AIX, HP, Windows, etc. MultiPlatform was up to version 5.something when it got rolled into the new X version.

      The reason it hasn't seen much use on Linux is because it's *too* expensive. However, as you see more commercial software being released on Linux, you'll see more InstallShield packages. Especially from companies that have to support other *nix flavors. Still, InstallShield is far more of a PITA to work with than handing people tar files.

    63. Re:Why linux isn't ready..... by eraserewind · · Score: 1

      Proposed solution: Use emacs instead of vi to edit the makefile.

    64. Re:Why linux isn't ready..... by fucksl4shd0t · · Score: 1

      The problem is that FOSS developers are just now working on trying to get the thing to be somewhat user friendly, while Apple and Microsoft (To a lesser degree) are adding shiny new features. Linux is playing a never-ending game of catch-up.

      Ok, I'll bite, because this is possibly one of the most ignorant and oft-repeated statements I see.

      Linux isn't playing catch-up, never has been and never will be. What Microsoft and Apple spent all their time on was the skin and they just let shit grow for the core. What linux boys have spent their time on is a golden core, and now that they're finally getting to the skin, they've built something that's more solid than the piles of manure that have been spewing from Redmond. When, not if, Linux finally "catches up" to Windows, Microsoft will never again be able to compete against Linux in form, feature, and solidity.

      This isn't about whether or not Linux boys can catch up, it's about priorities, and the UNIX Way(tm) is to build each brick handcrafted and perfect before moving on to the next brick. So now we have arguably equal or better usability than Windows, and it indicates a system that has more stability and solidity than Microsoft is even capable of imagining, let alone engineering.

      --
      Like what I said? You might like my music
    65. Re:Why linux isn't ready..... by phek · · Score: 1

      What if I'm not using a window manager that has icons or a 'start menu'? Thats most likely going to add a bunch of files to my system that I don't want. I think the only way to solve the issue of an easy to install program (compiling from source at least which is what everyone seem's to complain about) is if theres a Standard config file method for programs you want to install, then have there be window manager specific tools that you can use to install these programs (similar to install shield for windows), and then even let the installer have its own configuration so you can set the default prefix you want to use for your programs, and default sysconfdir, etc.

      The reason I say the GNU/Linux community needs this is because lots of people who are actually familiar with linux already don't want some installer thats going to be based on a distro like RH if they're using Slackware (this is where the installer configuration comes in), and they don't want an installer to set up an installed program as if you were using KDE when your actually using Enlightenment (hence the different installer for each window manager and the standard configuration file so each installer will read from it correctly).

      If some software can't get the backing of the people who are 'experts' with linux, then its not going to catch on with the rest of the users and become the default, and w/ the current ideas that are thrown around for a standard installer I don't think any of them will ever become the standard.

    66. Re:Why linux isn't ready..... by westlake · · Score: 1
      The applicable lesson is one in management. What's the most efficient way to send a large package? Most people would say weigh the package, find out the postage, etc, then call FedEx. The executive is the one who says: I call the mailroom - that's their problem.

      I like your analogy, it's clear and to the point.

    67. Re:Why linux isn't ready..... by FunkyChild · · Score: 1

      oh, wait... someone just told me its i + 18 letters + n WTF! I'm not even going to bother to count that its really 18 letters... thats just wrong.

      Kind of absurd, really - a name for 'internationalisation' that is totally dependent on the number of letters in the English spelling. I think whoever came up with that great idea was missing a point or two ;)

    68. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      Bull. If you're lucky enough to have RPMs for your distro, thats great (although I've seen plenty of problems with RPMs), but we're talking desktop use here. There are plenty of apps desktop users will find and want to install that won't have binaries available for their setup. On the other hand, most Windows and Mac users expect their applications to be prebuilt (slightly less so perhaps for OS X). How many times have you seen a windows user forced to compile a program they downloaded as opposed to a linux user? FUD indeed.

      --
      Not more than you need, just more than you want
    69. Re:Why linux isn't ready..... by Cap'n+Steve · · Score: 1

      I consider myself an above average computer user, but here are some problems I've had in the past:

      Problem 1: I bought a new mouse.
      Linux Solution: Reinstall Linux.
      Windows Solution: Taken care of automatically.

      Problem 2: I bought a new video card.
      Linux Solution: Download latest version and reinstall Linux.
      Windows Solution: Taken care of automatically.

      Now, I'm there was some other way to solve those problems in Linux, but I didn't feel like buying a book to figure them out. Linux simply needs to be more intuitive when it comes to the interface. Even when the users aren't intimidated by the command prompt, they'll be confused by the bizarre program names.

    70. Re:Why linux isn't ready..... by Xrikcus · · Score: 1

      If the software is in the repository, otherwise you have to track it down (as I had to with mythtv and fedora yesterday, for example).

      For upgrading purposes you're right though, yum et al could do with a licencing key based server login (maybe they have them already) so a commercial installer could add lines to the config files of the yum equivilent, and it could then get you upgrades and security fixes for the commercial software ad infinitum - clearly it needs to be setup so that people who don't have licences for the software can't perform the same additions for upgrades.

    71. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      I'm a complete Linux noob. I'm running SUSE9.1.
      My issues with installation are that many projects don't make install sets for all the different distribution methods. Or the most resent versions don't have a distribution set at all.
      Installing windows application is a cakewalk, and without a proper installation set, nobody will install the application. Linux developers don't have the same reasons for making a proper distribution since a majority is able to install anyway.

      Using specific deployment solutions as examples of how easy it is to install Linux apps don't help as long as the apps I want to install doesn't support them.

      Just my impression so far

    72. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      That is the way YOU chose to do it, and YOU chose not to look for faster, easier ways.
      "Now, I'm [sure?] there was some other way to solve those problems in Linux, but I didn't feel like buying a book to figure them out."

    73. Re:Why linux isn't ready..... by zangdesign · · Score: 1

      Thank you. I didn't invent it - in fact, I don't remember where I heard it first. But it seemed appropriate.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    74. Re:Why linux isn't ready..... by klmth · · Score: 1

      There is no need to reinstall.

      What relies on your mouse? Well, gdm and X. So, you edit the X files or run Xconfigurator or some other tool. Gdm doesn't care about your new mouse.

      What relies on your video card? Well, X. So you install the corrext X server and configure it.

    75. Re:Why linux isn't ready..... by IamTheRealMike · · Score: 1

      You mean like this?

    76. Re:Why linux isn't ready..... by marcello_dl · · Score: 1

      What are you talking about? linux is a clear winner there, for me. installation from source: 90% success and a stable system. windows installer: 100% failure for I have a PowerPC :P If you are talking about the average installer for a static office app, windows is a tad easier, but try an audio card with dsp like the pulsar with its own controlling platform and then a sequencer over it, then see how easy it is to install and run. And it's Windows fault as the same hardware on a mac OS works a lot better (and installation is a bit easier too)

      --
      ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
    77. Re:Why linux isn't ready..... by dave420 · · Score: 1
      Well, on windows, you wouldn't need to compile it, as the authors of such apps compile it for you. That's the good thing about a common architecture - compilation isn't needed unless you want to change the code. If you just want to run out-of-the-box, there's absolutely no need.

      Another thing - using M$ makes you (and your argument) seem awfully childish. Can't we all use our "big boy" voices here?

    78. Re:Why linux isn't ready..... by dave420 · · Score: 0, Flamebait
      I won't get away from Windows for a few reasons. First, I want the easiest way to use my computer effectively. I'm not against Linux, heck I have no loyalties when it comes to software. I just want to use the most effective tool at my disposal. Just because something's touted as the best X since sliced bread, doesn't mean it'll help me do my job any better or faster. I know people will read this and be all angry that a Windows user is trying to at least shed some light on why people use Windows, but please bear with me:

      I know you can watch videos and stuff on Linux, but I've had terrible times trying to get various codecs etc. to work. I'm no computer-illiterate fool, either - I regularly set up linux boxes at work for various things (samba3/cups print servers, file servers, routers, etc.), yet it's still hard to install such things. You also don't get the sheer range of codecs and variations available for Windows.

      Games. I know you can play games on Linux, but you don't have the selection of games available to Windows users. I also know wine can play many games, but you don't get full-on D3D hardware acceleration. Every layer you add between your desktop and the software you use slows things down. On Windows, there is only D3D.

      File structure. Try explaining to your gran what your average linux path means. I've been using linux for years and I still get lost. That's something needlessly complicated (even if you understand it, you have to admit it). Expecting Joe Average to deal with it when he just wants to write up his report for work is asking a bit much. Even if it turns away only one person in 10, that's still 10% of the prospective market denied.

      Standardisation. There is none, whatsoever, on linux. Even apps from the same people can look ridiculously different. People don't want to forgive their OS for looking "diverse" by taking comfort in the ideologies of the producers, that matters not to the average user. Windows, however much you hate it, has had a very tight GUI for years. I know you can get themes and styles for the various GUIs on linux, but it doesn't matter how well you paint a bit of poo, it's still a bit of poo. Until there is a tight, pixel-perfect GUI that has hardware acceleration on Linux, it's going to be playing catch-up to Macs and Windows. People who want eye-candy are going to be going elsewhere.

      Bloat. Linux is huge. Again, I know there are various distros that have different numbers of CDs with them, and that each CD has lots of different bits of softwre on them, but I don't want that. I want a sub-600-meg install, and that's it. The extra software? I'll choose that myself, and get the latest versions from the manufacturers myself, instead of using which ever version is on the CD. I don't appreciate having to download 4 ISOs to only install 2 ISOs worth on my computer (especially if the same features can be had on windows in less space, which I find quite frequently - Linux installs requiring more space than comparable Windows ones).

      I know I'm going to get modded down and flamed and called all-sorts for this post, but I read so much ass on /. about how bad Windows is supposed to be. I'm an open-source developer (and proud of it), but reading all this stuff makes me feel ashamed to be included in the OSS scene. We're supposed to be objective, taking each piece of software at face-value, judging it on its merits, not by what's cool to say about it.

      On my windows boxes, I run Apache w/PHP, MySQL, SSH, CVS and all my windows stuff. It's all independent on the system, and there are no dependencies I might break by upgrading one or the other. They all come with graphical installation packages (which, funnily enough, can be run silently over a network, with no interaction), so deploying them is no drama at all.

      Breaking. In my experience, when linux breaks, it can take a lot of work getting it right again. With windows, you can just re-install the software that is affected, and you're sailing

    79. Re:Why linux isn't ready..... by sigaar · · Score: 2, Insightful

      "It's not necessarily that Windows users are lazy"

      Well, the only people who are constantly bitching about Linux being so difficult are the Windows users who expect it to be exactly like Windows and don't want to learn anything new. It's like computer=Windows and if anything dares to be different, it's branded "difficult" and "not ready for the desktop."

      And of course, this whining is almost always the result of someone having trouble installing something (hardware or software). No one cares to mention that once you have all your apps and hardware running, your desktop is - if you go with what most distros install as default - point and click easy (just like Windows), and you have a lot less to worry about (virus,spyware - I don't have to go into datails here).

      Also, please remember that the vast majority of packages out there in their source form, are apps written by the authors for their own use. There's no commercial incentive, like with MS and Apple.

      I write an app for myself, and from the goodness of my heard decides to make it available for free, thinking that someone might find it useful. Doing this costs me time and money, which means by making it available, I'm actually making a loss. I would be most annoyed if I'm flooded by noobs who bitch and moan because my app is not as "easy" as what they're used to.

      --
      sigaar
    80. Re:Why linux isn't ready..... by mjj12 · · Score: 1

      I use SuSe 9.1 and even for free software, I can usually get an RPM. The software usually still isn't as easy to install on Windows, but it isn't hard. Except (and it's a big except) when there are issues with dependencies. Sometimes these can be a real nuisance.

    81. Re:Why linux isn't ready..... by Mysticalfruit · · Score: 1

      Well, another solution to that problem is to install the software with a tool such as "yum" where it's smart enough to figure out the dependencies and install them in the right order, etc.

      --
      Yes Francis, the world has gone crazy.
    82. Re:Why linux isn't ready..... by lachlan76 · · Score: 1

      Why the heck vendors are sticking with their own crappy command-line-only installs is really beyond me

      Because making people compile software themselves saves the guy at home writing software for free a few hundred dollars.

    83. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      Funny... I always have the opposite problem.

      As far as the video card goes, remember to switch the Xconfig to the new or generic driver before swapping cards out. X does not automatically switch to a standard VGA driver when booting with new hardware.

      This is similar to remembering to put the car in park before getting out. :)

      Planning, planning, planning! If you insist on continuing to shoot from the hip, you will mostly miss the target.

    84. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      But ALL open-source stuff is "in progress" that's the whole point. We compare V1 of a Microsoft product to V0.1 of an OSS one, but the Microsoft one comes with a GUI installer.

      And if we're saying "Is Linux ready for the desktop" and you're saying that of course the programs don't have installers because they're not finished - then I guess the answer to the first question is no.

    85. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      Easy fix. Don't use RedHat. use SuSe or Mandrake. Or even Slackware.

      Done!

    86. Re:Why linux isn't ready..... by Delphinios · · Score: 1

      How many times has a windows 2000 user not been able to run XP software?

      Just TRY to find a windows 9x copy of Skype! Or a Win95 version of X.popular.software.

      FUD indeed.

    87. Re:Why linux isn't ready..... by SiChemist · · Score: 2, Insightful

      I read your post and I must say that with all of your pretense of objectivity ("I'm not against Linux, heck I have no loyalties when it comes to software.") it is unquestionably partisan. It seems to me that you are one of the Windows users that can't stand it when software doesn't work like windows. I will address some of the more obvious problems with your post:

      First, video playing. If you were to install mplayer and the "essential" codec package, the overwhelming majority of your Linux video problems would go away. In order to play anywhere near the same number of differing video types under Windows requires getting media player classic and the K-Lite codec pack, real alternative and quicktime alternative.

      Next, file structure. Just what, exactly is so confusing about linux file systems? Is it easier to navigate to C:\Documents and Settings\username\My Documents than /home/username? (I don't have a windows machine handy, so I might be missing a level.) What exactly is so confusing? I really want to know what's stretching your brain.

      You also say "Until there is a tight, pixel-perfect GUI that has hardware acceleration on Linux, it's going to be playing catch-up to Macs and Windows. People who want eye-candy are going to be going elsewhere." I don't know what desktops that you've been playing with, but the only response that this comment deserves is http://www.kde-look.org/.

      As for the bloat issue, I've been working with a stripped down linux distro to run instrumentation that fits on a 20MB flash disk. And, I have installed full Linux distributions that take up less space than Windows XP. You just have to make a few sensible choices in the install routine. If you check the "everything" box, you're gonna get everything! And while we're on the subject of bloat, why can't I uninstall the Microsoft versions of applications that I already have replacements for? I don't want IE, I already have Firefox.

      You also say "Breaking. In my experience, when linux breaks, it can take a lot of work getting it right again. With windows, you can just re-install the software that is affected, and you're sailing." Well, all I can say is that you don't seem to have much experience fixing either Linux or Windows. I can forgive your problem fixing Linux since it's obvious from your post that you don't have much experience with it. However, your assertions about fixing Windows show that you don't have experience with it either (despite your cheerleading.) On more than one occasion, Microsoft software has bolluxed up Windows so much that it couldn't be fixed. (I'm thinking of Outlook, Outlook express, and Internet Explorer specifically).

      I guess the thing I find most disturbing about your post is your pretense of objectivity. It seems obvious that you have little experience with either of the operating systems that you compare and yet you spout Windows fanboy exaggerations throughout.

      I make no such assertion of objectivity. I used windows of all flavors for many years. I got my start in the IT biz repairing, upgrading, and generally troubleshooting Windows. One day, I just got fed up with all of Windows problems and started dual-booting Linux on my home machine. After a while, I found myself never using the Windows partition and dumped it for good. I still have to do a great deal of Windows troubleshooting and repair and I'm so glad that I have a reliable system to use myself.

    88. Re:Why linux isn't ready..... by Uzik2 · · Score: 1

      > Many distros and many ways of doing the same things is part of live on planet linux, and that's what makes it fun.

      "One man's trash is another man's treasure" :)

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    89. Re:Why linux isn't ready..... by Uzik2 · · Score: 1

      > apt-get seems easier to me.

      I agree with you to some extent, but there
      are a lot of things you overlooked:

      (I've used gentoo emerge and redhat rpm but not apt-get.)

      The ones I've used don't always install a
      working application. When they don't it's very
      difficult to figure out why. Even for a
      programmer.

      The last one I tried (mandrake) didn't
      modify the desktop menus so it took me
      several minutes and a 'find' command to
      figure out where the app was installed.
      I had to add the menu item myself. :(

      There was no introductory text or readme
      displayed before or after the install.
      Mandrake did have a short description
      of the apps at least.

      I can't use apt-get on more than one
      flavor of linux.

      One of the problems with linux
      adoption is that every distro does
      things a different way. A long time ago
      we figured out the cost of learning
      a new user interface for every application
      was stupid. Why not have this 'GUI desktop'
      concept and enable all applications with
      common features (buttons, list boxes, copy
      and paste and such)? Is it so hard for
      people to generalize the concept one step
      farther? Let's enable all operating systems
      with common methods so installing software,
      or configuring a network connection, is
      the same everywhere?

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    90. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      That doesn't change the argument. Yes, some software will not work on all flavors of windows. Whats your point? The end user is still not doing the compiling.

      As for finding a windows 9x copy of Skype, find me a linux or OS X copy of it eh? Was that hypocrisy that hard to spot, or are you simply trolling?

      --
      Not more than you need, just more than you want
    91. Re:Why linux isn't ready..... by dave420 · · Score: 1
      I understand where you're coming from, so let me answer your points:

      Playing videos on Windows is even easier than that. You just download ffdshow and ac3codec, and you're set. You can then play divx, xvid, any mpeg, and lots of raw format files with complete hardware acceleration (regardless of video card, as long as it's less than 6 years old). The ac3codec gives you ac3 sound, which as it's a directshow filter, gives you hardware-accelerated sound. That's it. Two files you have to run. The player is built into windows (and does a fine job).

      The file structure? Let me go look at a linux box...

      bin
      boot
      dev
      etc
      home
      initrd
      lib
      lost+found
      misc
      mnt
      opt
      proc
      root
      sbin
      tftpboot
      tmp
      usr
      var

      Hmm... to me, that's not very intuitive. Call me old fashioned, but where the heck does anything go? At least on windows you get this:

      Program files
      Documents and Settings
      Windows

      Well, that makes more sense. I can tell my files go in "documents and settings", windows sits in "windows" (and only "windows"), and my software is in "program files". How you can even compare the two on complexity is beyond me.

      I've seen kde and pretty much everything else you can name, and there are always MANY apps (even ones that come WITH the OS) that seem to ignore the skins completely. They break the consistency. Of course you get them with Windows, too, but not included, and you rarely come across any. That's my point. Until most things actually look the way you intend, it's going to take a back seat. The public is fickle.

      You can get a 20mb windows install too, you know. I'm talking about the front-runners. The flagship distros out there that are competing with windows. They are MUCH larger, even when you don't select "everything" (which I've never, ever done anyway). You can't remove IE from Windows, as IE has lots of functionality Firefox doesn't. IE is available to the rest of the OS via COM object, activeX and DLLs, whereas firefox isn't. Windows relies on that to generate HTML previews, and render all the HTML-based content in Windows. That's quite a bit, seeing as Windows' native help format is based on HTML. Asking why you can't remove that is like asking why you can't remove the engine from your car and still drive it around.

      I've never had any products on windows screw up the OS to the point of re-installation. Ever. I can't imagine where you even pulled that one from. As for linux, it's a whole lot easier. As most apps have files spanning multiple directories and dependencies across the whole system, it's easy for an errant install to remove (or overwrite) something another app depends on. The sprawling dependency means the system is unstable. You can't deny that - linux's dependencies are a weakness as well as a strength. I'm beginning to think you know even less about linux than I do... ;)

      I do have objectivity. I use linux boxes and windows boxes at work. I try to make linux do exactly what I want, and I can't. I go back to it time and time again, when I hear some ground-breaking improvements on slashdot. Believe me, objectivity is one thing I have in spades. I've spent hours and hours installing linux onto PCs, and attempting to get them to function as well as my Windows PC, and to no avail. There simply isn't the support for it. Everything is too disparate, made by too many people with conflicting ideas. That means products don't gel well. That means there are too many "But if you're running [library] x.y.z, do this first" buried deep in a README somewhere. That's fact. I've seen it a thousand times, and I've heard it from friends of mine who are hard-core linux guys.

      My windows box is stable. It's secure. It runs every single piece of top-name software I can think of. When I see a piece of hardware, I just install it. I know full well there are FREE drivers to install, which will make it work fine. I can pick up a game o

    92. Re:Why linux isn't ready..... by nwbvt · · Score: 1
      I would have to say that is why most software that runs on Linux isn't ready. RPMs can only get you so far, eventually you will run into something that requires you to configure, make, make install.

      This will be solved when commericial software is ported to Linux. I know Linux contains plenty of free software which for most of us geeks rids us from the need for commericial software, but for the average user there is plenty of comfort in being able to buy commericially supported software from CompUSA.

      Besides, the whole advantage to OSS is choice right? Well shouldn't someone be able to choose commericial versions and have it work with their open source stuff?

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    93. Re:Why linux isn't ready..... by AstroDrabb · · Score: 1

      Your the FUDster mrwonton. I have 3,500+ binary packages available to me with Fedora Core 2. Devian users have somewhere around 8,000+ binary packages! Any major Linux application is available as a binary, end of story.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    94. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      You keep parroting the same line and missing the same point. Users aren't going to stick to the major applications, and you can't expect every smaller one to be available to every distro in binary form. With Windows, this is not the case. The vast vast majority of programs that are available for Windows are available in binary form, no matter how small or large the project. If its not you're severely limiting your user base. If you think its FUD to say Windows or OS X users will have to compile their software on fewer occasions than Linux users you're simply mistaken.

      --
      Not more than you need, just more than you want
    95. Re:Why linux isn't ready..... by sciencewhiz · · Score: 1

      Funny, I installed vim-X11 from up2date and didn't have to edit any spec files or anything.

    96. Re:Why linux isn't ready..... by zangdesign · · Score: 1
      Then you can safely ignore my commentary at will. However, I still contend that:

      It's not necessarily that Windows users are lazy - it's that they have a different set of priorities centered around the activity they want to complete, rather than the process of getting where they can do the activity they want to complete.


      Calling anyone lazy or irresponsible does nothing to solve the problems at hand.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    97. Re:Why linux isn't ready..... by angulion · · Score: 1
      Well, that makes more sense. I can tell my files go in "documents and settings", windows sits in "windows" (and only "windows"), and my software is in "program files". How you can even compare the two on complexity is beyond me.

      I have to object on this... Quite a lot of applications dump their stuff also in the windows directory.

      Also, what does "Offline Web Pages" do in the windows dir? Isn't they supposed to be in the users "private" stash? Or Media, it surely not a part of the system.. And there is more that doesn't belong there.

      What about when you have many partitions - then you have to break the "windows hierarcy", all because of stupid driveletters.

      I've seen kde and pretty much everything else you can name, and there are always MANY apps (even ones that come WITH the OS) that seem to ignore the skins completely. They break the consistency.

      Yes, some do.. on the other hand, what you get with the OS is usually KDE, Gnome and .. Misc .. KDE apps and Gnome apps are consistent. That is - KDE apps with KDE, Gnome apps with Gnome.

      Of course you get them with Windows, too, but not included, and you rarely come across any.

      The difference being the almost nothing is included with Windows, whereas you even get the kitchensink with most linux distros.

      The flagship distros out there that are competing with windows. They are MUCH larger, even when you don't select "everything" (which I've never, ever done anyway).

      No, but even when you haven't installed "everything", you still have a whole lot more applications than with your basic Windows install. Take Windows, Photoshop, Office and a few more apps and let us compare then.

      IE from Windows, as IE has lots of functionality Firefox doesn't.

      Would you mind naming a few? I can name a few features missing from IE - most notacible being lack of standards support in CSS, even in IE 6 (quite a few standard things all other major browsers support that IE doesn't).

      IE is available to the rest of the OS via COM object, activeX and DLLs, whereas firefox isn't.

      Yes, and APIs are closed, so noone can make a total replacement for IE (not possible to reimplement IEs whole APIs).

      Asking why you can't remove that is like asking why you can't remove the engine from your car and still drive it around.

      No, but you can replace the engine with another in cars.

      I've never had any products on windows screw up the OS to the point of re-installation. Ever.

      Try MS Office 2003, it hosed a Windows box I installed it on so badly that Windows had to be reinstalled (wouldn't even boot). Fortunatly I had just installed the box from scratch, so it was no biggie.

      As most apps have files spanning multiple directories and dependencies across the whole system, it's easy for an errant install to remove (or overwrite) something another app depends on.

      True and false. Most package-systems require you to specify --no-deps or --force or something similar or it will refuse to uninstall what you tried with a message saying that some other package depends on this.

      The sprawling dependency means the system is unstable.

      Uuh, in what way is it unstable? It might show up as some applications refusing to start, but it surely isn't unstable in a crashing sense.

      I do have objectivity. I use linux boxes and windows boxes at work. I try to make linux do exactly what I want, and I can't. I go back to it time and time again, when I hear some ground-breaking improvements on slashdot.

      I get the sense that you only occassionally use Linux and have never really learned it? I have used both for years, allthough last few years I've used windows less and less and contrary to you, I find some things very clumsy and difficult to do in wnidows which I could easily do in linux.
      Yes, I admit I'm a bit linux biased, but I try to be objective as well, and for example all servers I recomend isn't linux-based.

    98. Re:Why linux isn't ready..... by AstroDrabb · · Score: 1

      No, you keep missing the same point. Thousands of applications avaialable to a Linux end-user in binary form. What are these "smaller" applications you talk about? Any application that is half decent is included with the major distros, or avaialable through a third party framework. You keep trying to prove a point that cannot be made. Any Linux app that is worth $1 is available as a binary. I have used Linux for many years, and for the last 4, I have not had to compile ONE application. I have compiled a few because I wanted special options (for example with Apache), but _everything_ I needed was available as a binary.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    99. Re:Why linux isn't ready..... by mrwonton · · Score: 1

      Any application that is half decent is included with the major distros or available in binary? That seems like a rather fantastic claim. Someone should inform the people who make this CD diagnostics and ripping program, this telnet chat server, this bridge filter, and this billing system then, because they're obviously not making 'half decent' applications. Obviously, ymmv, but there are plenty of decent linux applications out there that are source-only distributions, and its silly to say otherwise.

      --
      Not more than you need, just more than you want
    100. Re:Why linux isn't ready..... by Cap'n+Steve · · Score: 1

      "What relies on your mouse? Well, gdm and X. So, you edit the X files or run Xconfigurator or some other tool. Gdm doesn't care about your new mouse."

      I'd love to if I had known that those files existed, where they were located, and how to edit them.

      "What relies on your video card? Well, X. So you install the corrext X server and configure it."

      As far as I can tell, my distribution isn't up to date enough to be able to use my card. The only way to find out would be to keep installing until I've gone through them all.

    101. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0
      IMHO hit happens at least as much on Windows. There are lots of pacakages for Windows that I can't get easily either -- doom3 on my win98 machine -- all my 1995 games onto my WinXP machine.

      Worse, no matter how hard I try to get them to run -- and no matter how hard I work with the community to help me get them to run -- and no matter how much I pay consultants to help me to get them to run, they probably still won't run. *Thats* my definition of a *HARD* install. Linux is far far easier in comparison.

    102. Re:Why linux isn't ready..... by sigaar · · Score: 1

      "It's not necessarily that Windows users are lazy - it's that they have a different set of priorities centered around the activity they want to complete, rather than the process of getting where they can do the activity they want to complete."

      Of course, you're right. But that brings us back to the issue about the "Linux is difficult" line that really bothers me. If you are using a system and you know the system, it's easy to work. Now you find out about this new system that's more powerful/faster/whatever but it works a little differently. You learn how to use it. Now that you know how to use it, it is easy to use.

      I find a lot of things easier to do on my linux system than on Windows. Because I know my linux system. I don't know Windows as well. But that doesn't justify me accusing Windows of being difficult to use.

      Also, comparing apples to apples, ease of installation is NOT an indicator for ease of install. It's NOT the same thing.

      --
      sigaar
    103. Re:Why linux isn't ready..... by goatan · · Score: 1
      and neither did you ever see Picard Moaning about a Blue screen of death nor do you get this situation.

      If the perfect stable and usable OS was made it would probably be unpopulare.

      --
      Saying Apple is better than MS is like saying Botulism is better than rabies.

    104. Re:Why linux isn't ready..... by dalyraptor · · Score: 1

      Havn't you just described linux's shortcommings brillaintly?

      Firstly there is a huge step between windows and linux, unless you are going to be taken step by step most people dont care because windows will do what they want fine, and if it all fails, even if you never installed windows, its much easier than linux.

      please remember that the vast majority of packages out there in their source form
      yup, what linux needs is better software deliverance, rpm is not as easy as everyone says, most rpms ive used need to be run in the terminal with specific params, not just a click

      take a routine task such as dvd burning, i went searching for the linux alternative for fedora, seeing what i had to do, i thought, why waste my time with this kernel BS, or waiting for a fecking key in the mail(still aint got) when nero is sitting pretty on my ntfs partition. as if the linux software available could match nero anyway.

      you talk about bitchy n00bs, look at yourself, a bitchy vereran, why expect new users to settle for less when you want them to convert to linux?

      people want computers to work for them, not the other way around

    105. Re:Why linux isn't ready..... by sigaar · · Score: 1

      "Havn't you just described linux's shortcommings brillaintly?"

      No, I described the reason for perceived difficulty in USING Linux.

      "most people dont care because windows will do what they want fine, and if it all fails, even if you never installed windows, its much easier than linux."

      I don't see how Windows is easier to install than Linux. Take a PC with mainstream hardware and a blank hard disc. Stick in your Windows CD. Answer all the questions (mostly with "Yes"/"OK").

      Now take the same PC, blank disc and all, stick in a Linux CD from a mainstream commercial distro (I'll use SUSE 8.x or 9.x for example). Boot of the CD, answerk all the questions (mostly with "Yes"/"OK"). How is this more difficult?

      The only real difference is that once your linux has finished installing, you have all your mainstream applications immediately available for use, where you'll have to install them first in Windows.

      Of course, Debian, Gentoo and the like is a bit tougher to get going, but they are not or beginners. That's why we have commercial distros.

      "take a routine task such as dvd burning, i went searching for the linux alternative for fedora, seeing what i had to do, i thought, why waste my time with this kernel BS, or waiting for a fecking key in the mail(still aint got) when nero is sitting pretty on my ntfs partition. as if the linux software available could match nero anyway."

      Fedora doesn't ship with k3b? Dude, get yourself another distro. I've never had to fool around with anything on a kernel level to get CD/DVD writing. Fedora doesn't represent all of linux (it isn't a very well rounded distro as far as I'm concerned, a lot of things don't work by default). Both SUSE and Mandrake ship with a CD/DVD writing tools that work out of the box and will rival any windows program out there. And if you can overcome your fear of the command line and reading a little bit of user documentation, the CD/DVD writing tools provided with linux will beat the pants of any windows ap as far as functionality goes (although not in a point and click fashion).

      "you talk about bitchy n00bs, look at yourself, a bitchy vereran, why expect new users to settle for less when you want them to convert to linux?"

      I never claimed to want people to switch to Linux. People should use the best tool for the task or whatever they're comfortable with. At the same time I'm very active in linux user groups, helping folks out wherever I can, always patient with the noobs.

      BUT

      It grates me that people want Linux to work like Windows. Linux is NOT Windows. It does NOT work like Windows. It does NOT pretend to be like Windows. It does NOT have to be or work like Windows. The only people who want Linux to be like Windows (again, read my first post) are people who want to have what Linux offers them, but don't want to have to learn to use it. It doesn't work like that. If you want the Windows way of doing things, stay with Windows.

      I'm so tired of these misconceptions. It's like saying a car is difficult to drive because replacing a flat tire involves putting the car on a jack, unscrewing the nuts, switching wheels, screwing the nuts back on, taking the car off the jack and putting the equipment back in the boot. Or like saying a car is difficult to drive because adding an air conditioner is not a snap-in DIY job. Driving a car involves making it move forward, around bends and making it stop. That's all. The rest is mechanic's work. If people want to work on their own cars, they had better be prepared to learn a thing or two and follow the instructions. And not try to apply instructions for one brand of motor to another.

      Same with software. Installing Windows and installing/removing software should not be the avarage user's concern - that's why we have IT guys. If people want to setup their own computers, they have to be OK with learning new stuff.

      --
      sigaar
    106. Re:Why linux isn't ready..... by dalyraptor · · Score: 1

      Now take the same PC, blank disc and all, stick in a Linux CD from a mainstream commercial distro (I'll use SUSE 8.x or 9.x for example). Boot of the CD, answerk all the questions (mostly with "Yes"/"OK"). How is this more difficult?

      i have a geforce fx graphics card, very popular card, when i installed fed my monitor was all fuzzy, it required me to download latest nvidia drivers and figure out how to install them correctly, which meant i had to change some start up config to 3 instead of 5(and other shite), took least an hour to come across the right page telling me correctly what to do.

      I never claimed to want people to switch to Linux. People should use the best tool for the task or whatever they're comfortable with.

      totally agree. what grips me is when i read threads turn to windows v linux the feeling i get is that no one should use windows, u should hate microsoft etc, linux is the only way. which is utter crap, fact is microsoft have a v good desktop (love games on windows), it is better than x for most home users who just want to get on with things. other situations like for business i can see plenty of ground where linux can be a better alternative but prob at employees dissatisfaction

      and the worse crime linux lovers/microsoft haters commit is crying over spilt milk, how microsoft got their desktop to number1 spot is history, dry your eyes (sigaar, u seem pretty sound, rational, prob dont need a tissue)

      for me linux is still just a project to see what all the noise is about, there is alot of noise!

    107. Re:Why linux isn't ready..... by sigaar · · Score: 1

      "i have a geforce fx graphics card, very popular card, when i installed fed my monitor was all fuzzy, it required me to download latest nvidia drivers and figure out how to install them correctly"

      Having to download the drivers is nothing special, you have to do that in Windows too to get 3D. I will agree that having had trouble with an nVidia card in Fedora is unnecessary, seeing as it is well supported by the nv driver (2D only equivalent of Window's driver for nVidia cards). But then I'm not surprised. I have not installed Fedora anywhere without having to hack a few things by hand to have everything working - especially on desktops. Fedora is a half baked product, I'm sorry to say.

      I cannot speak for much of the other commercial distros, except the ones I work with a lot. the nVidia drivers come as an executable binary these days (same as in Windows). You shut down X, run it and start X. That should be all. You might have to run your distro specific graphics setup tool if it will give you extra settings.

      I know on Mandrake you simply run the nVidia installer and go. On SUSE you can have YOU (YaST Online Update) download it for you. Run Sax2 (SUSE's graphic setup tool) which will let you position your display, choose and try out different resolutions/colour settings, setup multiple screens, ect. Before the driver came as an executable, you installed the two rpms and ran Sax2 - same story, I've never had any hassles. I know some people do, and that's unfortunate, but in all fairness, most of the trouble I've seen had to do with the presence of onboard graphics, in addition to an AGP card, and the nVidia driver trying to us it instead of the add-on card. This is a fault on nVidia's part.

      I agree with you on the sentiment about Linux fanboys. I am not a Linux fanboy, never will be. I work for an all Microsoft company, spend more time working on Windows machines than Linux ones (except my workstation). I know both sides of the story. We have replaced most of our clients mail servers with Linux+Postfix, as well as installed Linux firewalls. This has given them a lot more money to spend where it's more necessary. Most have a Windows server too, mostly because they need it as an application server for accounting packages. So the Windows server usually take over as a DC too, although we have one Linux DC that hasn't given any trouble since we installed it.

      There's a right tool for every job. Sometimes Windows is right for the job, sometimes it's not, somethimes it's the vastly more expensive alternative. You get to choose.

      --
      sigaar
    108. Re:Why linux isn't ready..... by Anonymous Coward · · Score: 0

      Proposed solution: Use emacs instead of vi to edit the makefile. ...or maybe even sed.

    109. Re:Why linux isn't ready..... by cultobill · · Score: 1

      Pardon the long post, but I feel there are several things to comment on here

      Playing videos on Windows is even easier than that. You just download ffdshow and ac3codec, and you're set. You can then play divx, xvid, any mpeg, and lots of raw format files with complete hardware acceleration (regardless of video card, as long as it's less than 6 years old). The ac3codec gives you ac3 sound, which as it's a directshow filter, gives you hardware-accelerated sound. That's it. Two files you have to run. The player is built into windows (and does a fine job).

      You've got two packages (ffdshow, ac3codec), we've got two packages (mplayer, "essential" codec package). Will yours play Quicktime and Real files with just those two packages?

      I don't know if I would tout the media player being built in as a good thing. More than once, that built-in media player has opened the rest of the OS (including IE) to attack.

      I'm not really going to address the directory structure issue. The standard linux structure is a bit arcane. There is a linux which is working at more readable directories... GoBoLinux

      I've seen kde and pretty much everything else you can name, and there are always MANY apps (even ones that come WITH the OS) that seem to ignore the skins completely. They break the consistency. Of course you get them with Windows, too, but not included, and you rarely come across any. That's my point. Until most things actually look the way you intend, it's going to take a back seat. The public is fickle.

      This is where most of the linux people say the same thing: that's because not much comes with Windows, whereas all kinds of third party apps come with your standard Linux distribution. All the KDE software looks like KDE, which is a more fair comparison.

      There are, of course, apps that don't look just like your desktop. That's partially because of the KDE/GNOME difference. RedHat is making decent progress towards a solution for this.

      You can't remove IE from Windows, as IE has lots of functionality Firefox doesn't. IE is available to the rest of the OS via COM object, activeX and DLLs, whereas firefox isn't. Windows relies on that to generate HTML previews, and render all the HTML-based content in Windows. That's quite a bit, seeing as Windows' native help format is based on HTML.

      Interestingly, a lot of KDE apps use KHTML to do their HTML work. This is the same as the above problem, but with one key difference: most of those apps can be told to use Mozilla (firefox, if you like) instead, from one KDE control panel.

      It is easily argued that, like the WMP problem above, that IE being so tightly integrated isn't a bonus. Again, this integration of non-OS-component/OS just means that problems in the non-OS-component hit the user harder. Of course, this has to be weighed against the problem of every app wanting HTML rendering... the market seems to have decided that it's worth the risk.

      I've never had any products on windows screw up the OS to the point of re-installation. Ever. I can't imagine where you even pulled that one from. As for linux, it's a whole lot easier. As most apps have files spanning multiple directories and dependencies across the whole system, it's easy for an errant install to remove (or overwrite) something another app depends on. The sprawling dependency means the system is unstable. You can't deny that - linux's dependencies are a weakness as well as a strength.

      Well, you're not in the majority if you've never hosed a Windows install. The problem you're talking about with Linux is solved by one common thing: a decent package manager. Gentoo, for instance, won't allow a package to overwrite another package's configuration files or binaries. Everything else is put in directories that are structured in such a way that they can't overwrite others (/usr/local/doc/packagename-packageversion/, as an example).

      I do have objectivity.

      --
      -- Bill "Houdini" Weiss
    110. Re:Why linux isn't ready..... by Delphinios · · Score: 1

      Skype for Linux

      And no, I don't have to compile it. Oh, and have you ever heard of RPM's or packages?

      Some windows programs one has to *gasp* download additional software for it to work! (see videos, or anything that requires VBRUN DLL's)

      And finally, the parent wasn't arguing about compiling.. the post was arguing about software availability for linux flavors.

      Read before you Reply, Moron.

  3. Penguin Myth by ParticleMan911 · · Score: 5, Funny

    What about the Linux penguin myth? You know, the one where the Penguin turns out to really just be the Bonzi Buddy in disguise?

    --

    --
    Are you a Chipotle Fan?
    1. Re:Penguin Myth by Neo's+Nemesis · · Score: 1

      Well, Penguin really does raise fears in your mind. Because nobody would otherwise choose it. Just because it bit you in your childhood doesn't mean you make it your logo. If thats the thing, one should go on naming all the tools doctors used when they were small, or the stuff they used to enhance their sexual experience! Other than that, it might be some conspiracy to send subliminal messages to linux users. Penguin has lots of curves and shapes on body, you know.

      Windows is simple classic conspiracy-free logo.

    2. Re:Penguin Myth by (C)0N0(R) · · Score: 1

      Windows is simple classic conspiracy-free logo. I always thought that flying-window looked like a swastika.

      --
      The light at the end of the tunnel is a train.
  4. Bogus conclusions. by garcia · · Score: 4, Insightful

    Linux will never be ready for computer users like Windows is ready for them. Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer." Until that time it just cannot have it beat.

    I deal with below average computer users daily (far below what everyone else here seems to deal with). I get MS Office attachments that do not format correct in OpenOffice, I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort), and I don't hear anyone say "oh yeah, Linux, I heard of that."

    When we mention DVD X Copy and people immediately post about DVD Decrypter and DVD Shrink (I don't see much mention of any good re-authoring tool for Linux as I don't believe there is one). When we mention that there is a new exploit for Windows out people for some reason feel the need to blame Windows instead of the users using it. Do you think that these same people are going to have a secure Linux machine, I certainly don't. When we mention that Firefox doesn't render pages correctly we get endless people posting that yes it does and that those that post that it doesn't are wrong! Until Firefox renders every page just like IE does the public isn't going to care for it (yes, Spyware, exploits, etc are irrelevant I'm sorry to say, remember these are the people that didn't patch against it in the first place because they don't even know or care to know what it is).

    Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

    All of these are valid concerns, and often frustrating, but they fail to make the case against desktop Linux, because they fail to compare apples to apples. When you buy a new PC, Windows comes pre-installed on it. You don't have to go through the process that Linux requires. The hardware manufacturer already rejected modem X, figured out that Wi-Fi adapter Y is the one to include with the computer, etc. The OEM did all the hard work for you. Even when you give a user the Windows XP CD to install, he is already ahead of the game in that he knows the OEM already configured the hardware to work with XP.

    Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded. It's a digital camera you say? Wow, would you like to open the files on the camera and work with Photoshop or some random preloaded Windows software or would you like to save them to a directory on your HD?

    Remember that a lot of Linux users preconfigure their machines to work with Linux. My Kodak DX4530 camera doesn't work with Linux 2.4.x (I don't have time to figure out why my network cards aren't working under 2.6.x - odd that I have been running Linux for 10 years and I can't seem to get my configuration to work w/o thinking).

    All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts. They are close but they are not the same. Yeah, you can always get stuff to work with your Linux software and I spent years doing just that. Regular Joe Blow User does not want to do anything but point, click, and go.

    1) Buy a Windows box with hardware that is known compatible with Linux, just as if a manufacturer were OEMing the system using Linux.

    This conclusion is bogus. Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break.

    Windows works for just about everyone without too many problems. Linux works for people with some problems. General users do not want to deal with anything (interoperability, futzing, fixing, downloading, etc). They just want functionality built in that works w/o question.

    That's why Windows will continue to reign supreme, at least for now.

    1. Re:Bogus conclusions. by suso · · Score: 4, Interesting

      Until Firefox renders every page just like IE does the public isn't going to care for it.

      I hope that this day never comes. IE makes some bad bad mistakes in the way it renders and handles pages. Unfortunately people have built their websites around that IE functionality.

    2. Re:Bogus conclusions. by el-spectre · · Score: 5, Insightful

      This conclusion is bogus. Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break."

      This deduction is bogus... the hardware is built (and drivers written) with windows in mind. This damn near never happends with linux, yet.

      This is like saying that a Chevy sucks because a Ford motor can't easily be used in it. Sure you can do it, but that's not what it was designed for.

      The fact that so much hardware DOES work in linux is impressive as hell, to me.

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    3. Re:Bogus conclusions. by garcia · · Score: 4, Insightful

      This deduction is bogus... the hardware is built (and drivers written) with windows in mind. This damn near never happends with linux, yet.

      He said that Linux is ready for the desktop but that the hardware is only an issue because Windows OEMs make sure it is interoperable before installing.

      Linux won't be ready for the desktop until hardware is written with Linux in mind. That's the point, thanks for helping to clarify.

    4. Re:Bogus conclusions. by radish · · Score: 4, Insightful

      All of these are valid concerns, and often frustrating, but they fail to make the case against desktop Linux, because they fail to compare apples to apples. When you buy a new PC, Windows comes pre-installed on it. You don't have to go through the process that Linux requires. The hardware manufacturer already rejected modem X, figured out that Wi-Fi adapter Y is the one to include with the computer, etc. The OEM did all the hard work for you. Even when you give a user the Windows XP CD to install, he is already ahead of the game in that he knows the OEM already configured the hardware to work with XP.

      Even this isn't true. The OEM doesn't have to reject certain hardware as "not working with windows" because it all does. I don't get an OEM to build my PCs, I do it myself. When I'm putting windows on a box I just pick hardware based on what I need it to do and what it costs. When I'm putting Linux on the box, I have to factor in whether I can make the hardware work under the specific flavour of Linux I plan to use, and how much pain that will cause me. Numerous are the times I've had to compromise on a hardware choice (pick an older/more expensive/not as good component over a newer/cheaper/faster one)simply due to the lack of Linux support. Now I'm not blaming anyone here - it's often the fault of the manufacturers, and sure, I could write the drivers myself (well actually, I probably couldn't) but the fact is still that Linux causes me more problems than windows.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    5. Re:Bogus conclusions. by Anonymous Coward · · Score: 0, Insightful

      I was trying to figure out why I had you modded as a foe (seeing the length and detail of your post).

      Then I actually read what you wrote and I remembered. You just like trying to piss the rest of us off. You're a troll. This post should have been modded as flamebait or troll. I need to remember to change my browsing settings to put you people lower, so I can stop accidentally reading this sort of crap.

    6. Re:Bogus conclusions. by sglane81 · · Score: 1

      I hope that this day never comes. IE makes some bad bad mistakes in the way it renders and handles pages. Unfortunately people have built their websites around that IE functionality.

      Firefox/Mozilla has it's share of rednering problems as well. Opening or closing a form tag automatically adds the equivalent of two <br>. I would be more than happy if someone can correct me on this.

      --
      This is the Internet. You can say "fuck" here. - AC
    7. Re:Bogus conclusions. by TheLetterPsy · · Score: 1

      are no where near the level of their Windows counterparts. They are close

      So, which one is it? Close, or nowhere (one word) near? /nitpick

    8. Re:Bogus conclusions. by _anomaly_ · · Score: 1
      At the risk of being redundant...

      IMHO, the following small excerpt from your post says more than your post does as a whole:
      "odd that I have been running Linux for 10 years and I can't seem to get my configuration to work w/o thinking"

      And, as much as I like the idea of Linux distros and what they have to offer, I happen to agree.

      --
      "I have no special gift, I am only passionately curious." - Albert Einstein
    9. Re:Bogus conclusions. by Nicholas+Evans · · Score: 1
      Until Firefox renders every page just like IE does the public isn't going to care for it.

      And that will be the day that every red-blooded linux user switches to Konq.

    10. Re:Bogus conclusions. by incom · · Score: 1
      "All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts. They are close but they are not the same. Yeah, you can always get stuff to work with your Linux software and I spent years doing just that. Regular Joe Blow User does not want to do anything but point, click, and go."
      Umm... Sure GNU cash isn't as consumer friendly as it could be, and OO.org could be argued inferior to MSOffice(certainly not "no where near the level") , but saying that mozilla is inferior to IE(you were referring to IE?) is totally unsupported and certainly not well accepted as truth. Even mainstream media these days freely admits the inferiority of IE over mozilla/firefox, and sometimes opera.
      --
      True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    11. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      I was going to post about this article and say just about about everything you just said. You saved me a lot of time :) The author of this article just made too many assumptions about the compatibility of Linux. No matter how easy it is for a person familiar with computers to install Linux, it isn't easy for the average person. The average person finds it a daunting task just to install windows, without installing drivers. I love Linux, but there's just no way it will become mainstream till an idiot can use it.

    12. Re:Bogus conclusions. by Ozwald · · Score: 1

      Wow. Either you type freaking fast or you've answered this elsewhere...

      Really, the question is not "is Linux ready for the desktop" but instead are any OS's ready? With all the Windows viruses and interopability issues Windows caused it's questionable.

      We can't just say No to Linux because IE incorrectly displays web pages properly or alternative Office products can't read Microsoft's files. Besides, neither Windows nor Linux support new hardware without a download of driver CD. The only reason Windows gets a passing grade for drivers is because most hardware manufacturers can't release their products without supporting Windows. That's not Microsoft's doing, just their happy bounty of being the big kid.

      Hopefully soon OS's will become the comodity that has been promised and flamewars between Linux and Windows will become dull and redundant.

      Oz

    13. Re:Bogus conclusions. by Gr8Apes · · Score: 1
      This conclusion is bogus. Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break.

      You won't get one, check out the HCL, and then notice that not everything works with Windows.

      --
      The cesspool just got a check and balance.
    14. Re:Bogus conclusions. by SeanDuggan · · Score: 2, Interesting

      IE makes some bad bad mistakes in the way it renders and handles pages. Unfortunately people have built their websites around that IE functionality.
      *wry grin* Bingo. People are designing their webpages according to IE because it was there first and was the better browser for years. I've tried converting people to FireFox, particularly after all this publicity about browser exploits, but the fact is it doesn't always work the same and even if that's the result of Microsoft not properly handling HTML, that's what people are used to. I think it was Brinks in The Mythical Man Month who noted that when you tried to replace a system, you had to not only have it make all the correct responses, but also have it create the incorrect ones that people were used to. In that case, he was talking about people using the "garbage" in the registers when the OS started because it had some predictable properties.

      --
      This sig has absolutely no significance and serves only to take up screen space and waste the time of the reader.
    15. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Gah, I modded your parent already. Oh well, since you want it, I am posting this from another comp and as AC (hope you read this).. try this:

      <form action="get" style="margin: 0">
      </form>

      You may want to define that in a CSS file, like so:

      form { margin: 0 }

      Mozilla treats the <form> tag as a <p>, while IE treats it as a <div>, in terms of margins when rendering. I am not too sure about how it is supposed to be rendered, as per W3's standard.

    16. Re:Bogus conclusions. by zulux · · Score: 1

      Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break.

      You mean, all Intell x86 based hardware.

      The day I see Windows run on POWER5 is the day that I'll stop thinking of it as a consumer OS.

      Untill then... Windows is like a Toyota. It's usefull for 80% of the people out there - but some of us need a work truck.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    17. Re:Bogus conclusions. by NoOneInParticular · · Score: 1
      Ah right, that explains that when I tried to install this webcam the instructions specifically stated to override the driver that windows by default installed? Explicit instructions to go through some kind of Config/services/yadi/yada menu sequence, delete some specific item that windows put there, put in the installation cd that came with the webcam, and install the driver manually, only to find out that after a suspend and subsequent resume, windows detected new hardware again and overrode the right driver with its own best guess.[*]

      Needless to say, no problem under linux with the same hardware. Autodetected and working without a glitch. So can we now conclude that windows is not ready for the desktop?

      [*] Funny corollary and displaying my ignorance about windows, in that same display, I came across an 'unknown driver' item. I thought that maybe I should get rid of that. Obviously I only later figured out that all drivers start out as 'unknown drivers' and thus in the infinitely subtle logic of ms-ware it proceeded to delete any and all drivers on my system. So back to the OEM CD's to install all drivers as windows wasn't even able to automatically find a proper driver for the screen, let alone sound, modem, ethernet, touchpad. Almost none of the hardware on that notebook was recognized by windows itself. It was all OEM programming that did the job.

    18. Re:Bogus conclusions. by ArsonSmith · · Score: 1

      That's funny I have a Sparc Ultra 60 under my desk that runs Debian Linux just fine, I don't think Windows has ever supported this hardware.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    19. Re:Bogus conclusions. by justMichael · · Score: 4, Informative
      Firefox/Mozilla has it's share of rednering problems as well. Opening or closing a form tag automatically adds the equivalent of two
      . I would be more than happy if someone can correct me on this.
      Try adding the following to your style sheet:

      FORM { margin:0px; }
      or adding style="margin:0px" to you form declaration.
    20. Re:Bogus conclusions. by gfxguy · · Score: 2, Insightful

      ...because [IE] was there first...

      Huh?

      Frederick Brooks wrote the Mythical Man Month, and he was right, but websites evolve and are maintained... and sometimes you simply must break compatibility in order to progress. I can't think of a better reason than to conform to standards in an applied effort to get rid of bugs.

      --
      Stupid sexy Flanders.
    21. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      I think it was Brinks in The Mythical Man Month who noted that when you tried to replace a system, you had to not only have it make all the correct responses, but also have it create the incorrect ones that people were used to.

      This may be correct if you're a suit with short term profits in mind, but immitating bad software is not a workable long term strategy. Sooner or later the cruft which you add by imitation will strangle your product to unmaintainability. BTW, this will happen to the web if the browsers keep accepting faulty pages. The decision to forbid interpretation of invalid XHTML pages was a wise choice. It's a real shame that this move is not backed by the browser programmers.

    22. Re:Bogus conclusions. by Cro+Magnon · · Score: 1

      All hardware does NOT work better with Windows. At least my printer didn't. It gave me a "missing driver" error. It worked perfectly in Mandrake 10. Mozilla and FireFox are far better than IE. I will admit that Gnucash is still behind Quicken.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    23. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Hardware is designed to have an interface. The circuts are not designed with linux in mind. The reason why not more hardware works in Linux, is because device manufactuers aren't exactly rushing to produce drivers for they're products in a niche market.
      So drivers are usually left up to people with spare time to produce drivers for, most of the time with out specs of the hardware they're working on.

      If my hardware fits in a standard slot, then it's very possible for Linux or any other Big Endian/ATX operating system to support it.

    24. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      your nuts. you think hardware vendors are that melicious? they want the best market share. if something works under linux, its another thing to put on the box. there really aren't conspiricies everywhere you know.

      also, i find that most hardware (except cheap wireless cards) will be detected by linux. I dont think theres anything wrong with the hardware support personally.

      i would switch to linux on the desktop if i wasnt such an avid gamer. sure there are some games made with linux ports but those are very few and far between. I cant think of another reason my windows machine is better.. apps and games. your doing ok with the apps, just need to support EVERY windows game. because if i can play 90% of games, then theres no point. has to be 100% or very very close.

      yes i know wine exsists but im pretty sure its buggy although i never really tried it. I would hazard a guess though that its not simply mount an ISO -> install -> crack -> play

      if it does this for all games that do it in windows then please feel free to correct me.

      does doom3 work under linux?

    25. Re:Bogus conclusions. by maximilln · · Score: 1

      even if that's the result of Microsoft not properly handling HTML, that's what people are used to

      Enough time goes by and Microsoft patents HTML and W3C gets left in the dirt...

      --
      +++ATHZ 99:5:80
    26. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Wow, thanks a bunch (to the other guy who replied as well)! I didn't even think of margins on the tag

    27. Re:Bogus conclusions. by Incoherent07 · · Score: 3, Insightful
      Just wanted to point out a few salient points that I happen to agree with.
      When we mention that there is a new exploit for Windows out people for some reason feel the need to blame Windows instead of the users using it. Do you think that these same people are going to have a secure Linux machine, I certainly don't.

      I'm not going to argue that Windows is more secure than Linux. But do you really think that all computer users are smart enough not to run as root all the time?
      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

      Linux presents choices. This is considered a good thing. However, choices are also confusing. What good is it to choose from 10 different distros if you don't know where to start, and can't tell any real difference? (Substitute "web browsers", "text editors", "window managers" for distros.) And then you have compatibility problems, which will at some point fade but at the moment present a huge challenge to the average user.
      --
      This is my sig. There are many others like it, but this one is mine.
    28. Re:Bogus conclusions. by lucason · · Score: 1

      You seem to go from the assumption that habits are unbreakable.

      Let me assure you they are not.

      There are two ways to gently force (ignorant) users to Linux from windows. One is to change windows by using open source or cross platform applications that live on both Windows and Linux so they can start to get used to it before actually giving them a Linux workstation.

      The second is creating a desktop setup under Linux that mimics a windows setup so closely that they hardly see the difference. Change the window border, the background, the theme on firefox, the way the system reacts to dblclicks on windowbars etc... etc... Make it do what Windows does. (Without all the blue screens and security risks)

      I prefer the second method, and have had good success with is with family and friends (who are my sandbox)



      About your remarks regarding formatting issues in firefox I have the following to say.

      If a user of mine complains about a website that doesn't show the way it's supposed to I recommend he contacts the webmaster to report the problem. If a website only shows under IE it has a serious problem.

    29. Re:Bogus conclusions. by Omega1045 · · Score: 1

      Bravo for your insight and honesty. I write this comment from my office Win2k machine, but at home I have recently become a Linux (Gentoo - no I am not a 14 year old ricer "Gentoo rox" guy). I enjoy Linux because I come from a windows world and as a software developer I enjoy learning something new. I also understand that Gentoo is not a fill blown distro. However, I tried out Fedora and Mandrake as well. Let me make a few points: 1) None of the distros detected and installed my Sound Blaster card correctly. I finally had to recompile the kernel to get it to work. 2) I had to hunt down some custom mouse software to get my MS Explorer Mouse to work right. 3) I spent about 3 hours the other night trying to get my VPN to work. Still not there. Damn PPTP. 4) It took me a good 2 hours to get my IP printer to work. 5) Some of the screen savers that came with X CRASH my system. I mean complete_fukin_reboot. Still, I now have my Linux system up and running pretty well. I am using Firefox with a lot more joy than I ever got out of IE. I am also liking Evolution, and GAIM kicks the crap out of the real thing. Open Office converted everything I have needed fine. I can watch my pr0n on MPlayer and listen to my music as well because of free, open source apps. And I don't care what you say, my Gentoo Linux box (and I think any other good distro would) is running faster than Win2k did, with the exception of Open Office which takes longer to launch but then runs fine. A lot of the work I went through on my Gentoo system is already taken care of in many of the distros. Some of it is not. I am enjoying running Linux. However, I am a technical guy.

      --

      Great ideas often receive violent opposition from mediocre minds. - Albert Einstein

    30. Re:Bogus conclusions. by avandesande · · Score: 1

      What do you mean 'ready for the desktop'?? If windows and all its flavors evaporated from the earth, the void would be filled by linux. Admitably there would be some grumbling but the world would move on.....

      --
      love is just extroverted narcissism
    31. Re:Bogus conclusions. by FooBarWidget · · Score: 1

      And it's somehow Linux's fault that hardware vendors don't support it?

    32. Re:Bogus conclusions. by Rosyna · · Score: 4, Insightful

      No, Netscape was here first. Or did you forget...

      Anyways, IE has to mimic the Netscape behaviour. Which was pretty whacked. Granted, IE did add some HORRIBLE flaws of its own, but most of the way it handles "miscoded" HTML is identical to the way netscape pioneered the mishandling of miscoded HTML.

    33. Re:Bogus conclusions. by Anonymous Coward · · Score: 2, Informative

      In which universe was IE first of anything? First horribly written web browser? First web browser to show that yes, a script kiddie really can infect your computer just by viewing a web page?

      The first "big" browser was NCSA Mosiac, from which Netscape sprang in the early nineties. Netscape launched and made themselves a nice little name with this "Interweb" thingy, and started to talk about making the OS irrelevent. This got Bill nervous, so Microsoft then finally bit the bullet, gave up on MSN and created Internet Explorer. It wasn't even until Internet Explorer 4 that it was worth a damn!

    34. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      And it's funny that all these comments keep popping up under this thread. Either the posters didn't read the article or didn't comprehend what it was saying. Let me attempt to help you:

      The article is talking about myths about Linux not being ready for the ready for the desktop. Windows is what it is compared to. This means, for the most part, Intel hardware. We aren't talking about Apple hardware here because Windows isn't being compared to MacOS. We aren't talking "Unix hardware" here because we are talking about Windows.

      Windows is a "desktop OS". It runs for the most part on Intel based machines (and their clones). Do not bring in Sun, Apple, or random other hardware that has nothing to do with the discussion.

    35. Re:Bogus conclusions. by deadgoon42 · · Score: 1

      Bill, I know you are going to get flamed up one side and down the other for this post, but you are dead right. Believe it or not, most people still don't know jack about computers. People might recognize that Windows exists on their computer, but how many really understand what it is? At work we use several prgrams run throught a terminal emulator. People at work have no idea why you can't click on the the stuff in the Window, they have no idea that they are running a program off a server 1000 miles away under a completely different OS. I'm not a big Windows fanboy by any means, but Linux is nowhere near Windows from the newbie persepective and won't be any time soon.

      --

      Smeghead every day of the week.
    36. Re:Bogus conclusions. by vk2 · · Score: 1
      the hardware is built

      Isn't it just a case of publishing the specs and writing a linux driver (if inclined) ?

      --
      No Sig for you.!
    37. Re:Bogus conclusions. by flacco · · Score: 1
      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

      oh man, this is just priceless...

      --
      pr0n - keeping monitor glass spotless since 1981.
    38. Re:Bogus conclusions. by bubkus_jones · · Score: 1

      Linux will never be ready for computer users like Windows is ready for them. Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer." Until that time it just cannot have it beat.

      Aren't two of the biggest reasons why people leave Windows IE and Office? Yeah, MSOffice is the "standard" and there are good functions about it, and that it does have some "advanced" tools, but do most people use those tools? For those that do, is the MSOffice version the best available, or would there be something that would do it better?
      Spyware, exploits and the like are in no way irrelivant. I'm not sure about you, but I don't think that many people like having their web habits collected and sold, or having their credit card numbers harvisted, or having their computers crash, their data erased or any of the other many things that could happen.
      I have receved MS Office documents that don't format properly in MS Office (from 2k and XP into both 2k and XP).
      I've had many driver problems on many different systems with Win2k and XP. About 8 of the 10 network cards I've used (D-Link and Linksys, no off-brands), have required the driver CD (which also included Linux drivers, and a handy 4 step installation guide), I've had soundcards that dont detect properly, or don't have the drivers located on the computer (requiring the WIndows CD, or the manufacturer's CD, or to download the drivers from the net).
      No, not everything's as easy as Windows, but it's not as hard as you are making it out to be.

    39. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      So what's your point? Should people use Linux with hardware that doesn't support it because it's the hardware vendors fault?

      Part of being ready for the desktop is having sufficient hardware support. An OS either has it or doesn't, from the user's perspective it doesn't matter why.

    40. Re:Bogus conclusions. by maximilln · · Score: 2, Interesting

      People at work have no idea why you can't click on the the stuff in the Window, they have no idea that they are running a program off a server 1000 miles away under a completely different OS

      That's not a Linux-killer. We have the same problem here, in a 100% Windows shop, with Remote Desktop connection. People don't understand why files they save to the HD in the RDC aren't accessible when they're using Outlook on their local machine.

      Eventually I helped them map network drives and told them to use those.

      --
      +++ATHZ 99:5:80
    41. Re:Bogus conclusions. by Wtcher · · Score: 1

      Huh, I couldn't even explain to one user how she could be working with a database that wasn't on her computer.

      --
      ----- Wtcher Dragon, UDIC
    42. Re:Bogus conclusions. by picklepuss · · Score: 1
      the following small excerpt from your post says more than your post does as a whole
      I'm having a little trouble with the math on this one.
    43. Re:Bogus conclusions. by cow-orker · · Score: 1

      Actually Linux is ready for the desktop. Those so called "regular users", the unwashed masses who could not think for themselves if their life depended on it, just aren't ready for Linux and never will be. Stop targeting them, it will only destroy Linux, if anything. They are happy with Windows, better don't disturb them.

      It is a sad fact that a lot of web designers specifically target IE, whether out of the usefulness of some feature or out of sheer incompetence. Often the latter, but it simply doesn't matter: due to the market dominance of Windows there will always be things that are only possible on Windows. If Linux tries to catch up, that race is already lost.

      Get over it. A large part of the desktop market is out of reach. A race for features with Microsoft cannot be won. The energy spent to mimic Windows is better invested in inventing new features unique to Linux or Unix. Let the Windows market alone and go on with different things. It's more rewarding.

    44. Re:Bogus conclusions. by gnuLNX · · Score: 1

      Yeah...isn't it tho!

      What a moron.

      I have my own personal theory. Linux will be ready for the desktop when the number or truely computer literate people reaches critical mass....perhaps the current generation of pre-teen agers?

      Who knows. It is certainly ready for me and has been for about 5 years now. Shit I am actually starting to get pretty damned windows illiterate....lol

      --
      what?
    45. Re:Bogus conclusions. by zungu · · Score: 1

      I agree with almost everything you say. The real key is "Effort". Mac runs BSD/Unix and does everything of above fine. Heck, even MS-Office runs on it just fine. Apple has put in that quantity and quality of effort to reach there. Who can say that about Linux? The freelance developers are more interested in cloning MS software than putting Apple kind of effort to better MS not just ape it. Linux Kernel itself is better than Windows and hence you see its success on server side. But Linux applications suck and hence the failure of it on the client side. Yes, Linux will be veyr good and stable in next 10 years, but by then there will be some killer App that Linux developers are still trying to clone. Market leaders do not become leader this way, you only become Autozone of computing world, a parts supplier not a car manufactuer.

    46. Re:Bogus conclusions. by lone_marauder · · Score: 1

      The problem with the "Windows just works" argument is that... well - it doesn't.

      Windows historically crashed if you look at it wrong, and while this has been mitigated in 2000/XP, Windows still becomes unstable under certain situations. Installing a Sony USB camera driver, for example, destroyed device manager on my XP machine.

      If we applied the same standard of acceptance to Windows as we seem to hold for Linux, we might ask the following: If a product made by the world's most popular purveyor of electronic devices can not only fail to work, but disable critical elements of a Windows system, is Windows ready for the desktop?

      --
      who are those slashdot people? they swept over like Mongol-Tartars.
    47. Re:Bogus conclusions. by magarity · · Score: 1

      IE makes some bad bad mistakes in the way it renders and handles pages

      Yeah, but at least it shows *something*. My unversity's student login portal will frequently hang indefintely with Mozilla after name/password. Somehow IE loads each page pronto.

    48. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      MAC OS X did *nix right., but it is not Linux. And there is still a learning curve from Windows to MAC. But from a newby perspective, MAC OS X is much easier to learn.

      What we need is someone to invest the resources that Apple did on MAC OS X into a Linux flavor. In addition, if we could get the KDE/GNome/ICEwm, and all the other folks going in different directions do come together and work together one one bad azz direction, we might get there via open source.

      Until this happens, Linux will remain a minority OS.

    49. Re:Bogus conclusions. by aardvarkjoe · · Score: 1
      Linux will never be ready for computer users like Windows is ready for them.
      No, you mean Linux will never be ready for the subset of computer users that require that everything works just like Windows. "Linux is not ready for the desktop" is a demonstratably false statement.
      --

      How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
    50. Re:Bogus conclusions. by Fareq · · Score: 4, Insightful

      Ok, here we go.

      Thing 1:
      IE just kinda happens to have the browser market. This means that if it doesn't render right on IE, 97% of the population won't see it right.

      If it doesn't render on FireFox/Mozilla correctly like 1% of the population doesn't see it right.

      It is sometimes NOT POSSIBLE to get it to render ideally on both. Which browser do you think I'm going to support?

      Thing 2:
      About i in every 20 times I load a page that has a size-constrained table (you know, one where the table AND its rows have "width=" values) mozilla decides to render the middle part of the table completely broken. The top 100 pixels are right, the botton 100 pixels are right, the rest is all messed up. Hitting refresh fixes it. This is just a simple bug -- but its been around sice I first used mozilla, over 2 years ago. So shut up about stupid IE not being perfect, K?

      -- Fareq

      P.S. Your hope that Mozilla/FireFox never becomes fully compatible with the #1 player in the market (and not just #1, but with almost 100x as many users -- especially among that most important demographic -- those willing to pay for things, and who don't think that making money selling stuff is evil) is the same thing as hoping that Linux on the Desktop remains a toy eternally. -- The former guarantees the latter, you see.

    51. Re:Bogus conclusions. by timjdot · · Score: 1


      Sean,

      IE was not even close to being the first. I first used cern browser in '93 I think... soon thereafter there were some really cool browsers that had tabs, session metaphors, etc. And Netscape Mozilla supported multi-threaded browsing. Broken now? Probably Gopher and other command line stuff should be considered too....

      Windows seems to get less ready for my desktop every passing month. Bloatware is the main problem. When I have to wait 20+ seconds for an app to restore or wait a few minutes when I come back into work the next day, I wonder, "has Microsoft learned nothing about scheduling for the user" which was so touted as a Sun innovation back in '92 when I took my BSCE OS course. Never mind trying to name a file ".htaccess" from the file explorer or even the lack of File Manager quick file management abilities in file Explorer.

      Guess I gotta make the break soon...

      TimJowers

      --
      Expect Freedom.
    52. Re:Bogus conclusions. by Mantrid · · Score: 1

      Okay this arguing back and forth about how firefox is teh sux0rs or not is pointless and doesn't further the Linux desktop thing one iota...if I want Firefox, and I have Windows, guess what? I can still run Firefox, I love it. Yet I still have IE if I do find a site that's "broken", which seem to be few and far between anyways.

      So just take web browsers out of this Linux/Windows war and concentrate on other things!

    53. Re:Bogus conclusions. by njdj · · Score: 1
      I get MS Office attachments that do not format correct in OpenOffice

      And I bet you get MS Office attachments that do not format correctly in MS Office. The problem with MS Office is that version N has incompatibilities with version M. And because the file formats are partly secret, you can't convert from one to the other.

      I get to visit webpages that do not format correctly in Firefox
      I've yet to see such a page. I think you mean, "webpages that do not format identically in Firefox to MSIE 6.0". In which case you will be very unhappy with MSIE 7.0 when it comes out, because it will fix some of the bugs in MSIE 6.0 that you think define "correct" behavior.

    54. Re:Bogus conclusions. by bwy · · Score: 1

      it's often the fault of the manufacturers

      Why? Manafacturers have a right to build hardware however they want to. They should also have the right to not spend money developing Linux drivers when the ROI will be in the red- don't believe me go to a local resturant where a good cross section of society gathers, and ask for a show of hands- who uses Linux at home as their primary desktop. The (non) show of hands is the Linux market, people.

    55. Re:Bogus conclusions. by timjdot · · Score: 1

      Those darn hardware companies just won't write new drivers for old hardware on new windows. I gave up on my old qickcam. Better to try Linux :-)

      --
      Expect Freedom.
    56. Re:Bogus conclusions. by _anomaly_ · · Score: 1
      the following small excerpt from your post says more than your post does as a whole
      I'm having a little trouble with the math on this one
      The excerpt could be thought of as a fraction of the entire post, and this fraction (I thought) said more than the entire post, including the excerpt (the whole)...
      I don't find it that difficult to understand.
      *shrug*
      (maybe I'm missing sarcasm/humor/cynicism/etc.)
      --
      "I have no special gift, I am only passionately curious." - Albert Einstein
    57. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      "Believe it or not, most people still don't know jack about computers. "

      Very true, I work with a team of engineers. All highly educated intelligent people doing some pretty cool stuff. But they say things like ...

      "Can you put a button[hyperlink] on a site?"
      "Click on that thing [icon]... that picture on the screen[desktop]"
      "You deleted the picture[icon] now the program is gone"

      and many more.....

    58. Re:Bogus conclusions. by slimak · · Score: 1

      but Toyota makes trucks!

    59. Re:Bogus conclusions. by Anonymous Coward · · Score: 0



      Offtopic...

      Toyota trucks are great. For hauling air.

    60. Re:Bogus conclusions. by Lord+Ender · · Score: 1

      Don't EVER speak well of the Windows USB system. It is stupidly broken. If you move any device from one usb port to another, Windows thinks it is an entirely new device! And it needs to completely reinstall the drivers, including copying files from the original CDs. This is especially horrible for network cards. And Windows often has to reboot, just for moving from one usb port to another.

      In my opinion, Windows USB subsystem is NOT ready for the desktop. It should never have been released to the public.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    61. Re:Bogus conclusions. by Fareq · · Score: 1

      That's OK, we won't miss you

    62. Re:Bogus conclusions. by einhverfr · · Score: 1

      Even this isn't true. The OEM doesn't have to reject certain hardware as "not working with windows" because it all does.

      Surely you don't think that all PC hardware works with all versions of Windows.

      I am willing to admit that pretty much all PC hardware works with at least some version of Windows, but here are a few examples:

      Try getting that all-in-one parallel port device to work with XP. Even if drivers exist for XP (most of these devices are legacy), they are blocked in XP by default.

      As someone who provided tech support for XP during the product launch, I will say that on several occasions, I had to tell people to upgrade their hardware. In at least two cases, video cards which previously supported Windows 2000 did not support XP (sure you could fall back on SVGA, but when you are trying to play any computer game, this does not provide a good experience).

      Even hardware which is supposed to work with Windows doesn't always. I once was trying to install an internal DSL modem on Windows 2000. The driver was Logo certified via Microsoft, and still it would lock up the computer on boot.

      In my experience there *are* a few deficiencies in hardware support for Linux. These include low-end printers, scanners, and modems. But it is not as bad as most people think. Most hardware just works. And it works well.

      --

      LedgerSMB: Open source Accounting/ERP
    63. Re:Bogus conclusions. by Zombie+Ryushu · · Score: 1

      Okay, a few things need to be addressed here. First is the fact that, yes, this is true. M$ Has 10 years of experience beyond the Linux Kernel, and has only begun to become more intuative in the last four. I've watched Linux grow from being a rouge hacker prototype OS used as a replacement for MS-DOS Trumpet PPP into a serious Enterprise OS. I've used Linux since Slackware 7.0.

      We have alot to be thankful for, but this doesn't seriously address the Usability problem. The usability problem is created by a couple of things.

      First, the Hardware manufactures such as Broadcom, and most Win-Modem makers are to some extent, cospiring against us. A good 85 % of x86 hardware is compatible with Linux. Its that "One that doesn't work." that gets people in a snag. That Lucent Win-Modem or that Linksys WMP11 can be the key to lock-in. Sound cards are generally supported very well by ALSA or OSS. I've never had a Serial ATA device before.

      Video cards are also very very well supported and this is one of the few places I give credity to NVIDIA, ATI, and Intel. You can use Accellerated OpenGL. This is a Good thing, its just that the configuration of ATI and NVIDIA Cards tells me they don't know how to configure their cards' drivers for the Linux audience.

      On the software end, I see a couple of problems. One is the gaming industry. The Gaming industry is possibly the biggest software problem Linux has. The other problem?

      Well its not so much Microsoft Office as it is Microsoft Access. More specifically Microsoft Access's Form creation abilities I do use MySQL with MyODBC in MS-Access, but for me to beable to replace MS-Access, that would require me being a PHP Coder.

      I also think Linux should be programmed a little more conservatively to run on older, slower machines, but as long as you have a job, that shouldn't be too big a deal.

    64. Re:Bogus conclusions. by harrkev · · Score: 3, Interesting

      No. Not at all.

      But let me mention this....

      I just built a shiny new Athlon64 box with an nVidia chipset and nVidia graphics. WinXP installs fine. Then, I just load some drivers and everything works.

      Now, if I wanted to install Linux, first I have to be paranoid about hosing my XP partition (oops). Second, if I want to use the nVidia drivers (which nVidia actually provides, bravo!), then all I have to do is RECOMPILE THE KERNEL! This is not a process that I wish to undertake, as I am not sure that I am competent enough to handle it. And I have been playing with Linux for a couple of years! I use Unix every day at work, and I am very comfortable around a command line. So I have had my new machine for a month, and have had Knoppix as the only Linux on it (which does not recognize the integrated gigabit ethernet port, so no web browsing for me).

      So, it is possible to get all of my hardware working under linux? Yes. But, it is possible for ME to do this comfortably? No. Therein lies the difference.

      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    65. Re:Bogus conclusions. by drinkypoo · · Score: 1

      I have had numerous pieces of hardware, mostly network cards, that worked better under Linux than in windows because the windows drivers were crappy.

      It is annoying that hardware is designed for Windows and not Linux, I'll grant you that. However, more hardware is being designed with linux in mind and shipping with GPL or LGPL drivers on the CD every day, which means that the people using the hardware can be contributing back changes - this happens more often than you'd think.

      In other words, Linux is getting better, Windows is staying about the same. If this trend continues, Windows WILL be in trouble. By about 2042... :)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    66. Re:Bogus conclusions. by JAD+lifter · · Score: 1

      Yeah that sounds typical of most end users. I am sure that most people who have to work with end users have had the joyous experience of having to try to explain the difference between saving something locally on their computers hard drive and saving something to a drive on the server that they are mapped to. End users just don't get it.

      Just this morning I was having to explain to some user that she can get her voice mail from any telephone. It took me like twenty minutes to explain to her that her voicemail messages are not saved in that specific telephone on her desk but were saved in "that big grey box on the wall of my office" and that they were accessable from any telephone. But I bet she still doesn't get it. Whenever she needs to check her voicemail she'll probably go back to that one specific phone because she is just to stupid to understand how the system works.

    67. Re:Bogus conclusions. by grumbel · · Score: 1

      No, not really, it gets deeper than that. Far to often I had situations where I knew that a perfectly 100% working Linux driver for a piece of hardware exists, yet getting the hardware to work could still easily take multiple hours or even days, due to the extremly complicated and time-consuming process involved to install the drivers.

      Sure if you are lucky you just 'modprobe' and are done, but if that doesn't work you are pretty much alone in the woods and that happens actually rather frequenly with hardware that isn't two years old. First you have to find out why the hardware doesn't work (just me doing something wrong or is it a driver bug?), which requires google and lots of mailinglist reading, then you have to find out how to get the correct driver, then you have to install that driver, which involves a completly non-standard procedure, which so far changed with pretty much every kernel and piece of hardware that I had in hand. Sometimes I just have to ./configure && make, but more often I have to download a full kernel source tree, patch that, configure and compile that, not so fun if I have to switch from a custom distro kernel to the plain upstream one. Sometimes it gets worse and I have to actually had to recompile XFree86, which involved a nice 50mb download of source, rather painfull for non DSL users. Let alone that even if the driver, kernel and XFree86 version all match, you still have to actually configure the driver (editing XF86Config and that kind of fun).

      Hardware installation under Linux still results in counterless hours of pain, not because the hardware manufactures didn't provide drivers, but because Linux completly lacks any kind of standard on how to handle software outside of that what the distribution provides.

    68. Re:Bogus conclusions. by FooBarWidget · · Score: 2, Informative

      "Second, if I want to use the nVidia drivers (which nVidia actually provides, bravo!), then all I have to do is RECOMPILE THE KERNEL!"

      Uh... huh?? You lost me here. The NVidia installer provides a bunch of pre-compiled modules for certain kernel versions. If your kernel version doesn't match, then it tries to compile a module for you. No kernel recompilation is necessary.

    69. Re:Bogus conclusions. by black+mariah · · Score: 1

      Bullshit. Everyone would switch to Macs.

      --
      'Standards' in computing only impress those who are impressed by things like 'standards'.
    70. Re:Bogus conclusions. by TopherC · · Score: 1

      I agree that a lot of *new* hardware works well with Windows XP because the manufacturers built drivers for it. As Linux gains recognition, more and more manufacturers will realize the need to make Linux drivers, or at least release the underlying protocol specs. This is already starting to happen.

      As for how OpenOffice can't read 100% of MSOffice files, your logic leads to an impasse. If the only thing MS did was to continue to introduce bugs, raise the price of Office, degrade the already-poor XML export facility, and continually change the proprietary format, then your users would just pay more and more money and suffer for it, unable to switch to any other, superior office software. OpenOffice does a darn good job of cracking the secret MSOffice formats, but it can't be perfect because MSOffice does not use any standard file formats. You have to see this for what it is -- an open-and-shut case against using Office, and against proliferating Office documents. You have no guarantee that these documents will be readable 5 years from now except with legacy apps on legacy hardware.

      Okay, that said, there's still a lot of Windows-only commercial software (besides games) that would be nice for Linux. Software such as OpenInventor (nothing open about it) for drafting, Reason and Pro Tools for audio, Quark Express for graphic design, etc. These are well-developed software suites which I don't see any competition for in the OS community. These kinds of applications are particularly difficult for open-source to tackle, partly because the users of these software are so far removed from the developers working on them, and partly because they are typically used professionally so there is both a money source as well as the need for some accountability/support.

      So for Windows one has the standard fare such as Office, Quicken, ssh, acrobat, CD burning, registered winzip and gsview, etc. But you also have most of the open-source software via Win32 ports or cygwin. And in addition you have commercial games and "professional software" apps.

      It's hard to argue that Linux, at present, has more software available for it. But what it does have is quite enough for most people, and often better quailty than the Win32/cygwin ports. Plus one has to add a LOT of additional, expensive software to a Windows system to bring it up to snuff. So if you don't need the games or specialty software, use Linux and you'll save several hundred $!

      As for hardware setup, I've found it rather difficult to upgrade an old Windows 95,98,ME system to XP and get all the hardware working. It takes a lot of downloading, lots of mucking around and rebooting, and several iterations of updates before you're done.

      And even newer computers have problems. A specific example is my 2-year-old Dell laptop with an nvidia video card. It came with XP even, but when reinstalling XP or updating the video driver, NVidia's driver installer doesn't recognize the video card because the ID string was modified by Dell. I had a difficult fight to get that working, partly because my Windows expertise is vanishing and being replaced with Linux expertise. But Nvidia's Linux driver installs itself on this same computer flawlessly. It must be using the numeric device ID instead of the vendor string.

    71. Re:Bogus conclusions. by severoon · · Score: 1

      I agree that Linux has many obstacles to overcome to be competitive with Windows. We can argue about the specific points you made and rebutted from the article, but the broad strokes of your response are correct. Most people aren't going to deal with the peculiarities of Linux whether they're better or not if they don't have to deal with the equivalent ones in Windows for whatever reason.

      Check out my journal entry for an argument that looks more at the broader issues rather than a specific point-by-point. Also, the points you make are a perfect rebuttal to killjoe's comments of the Moving to Linux thread a while back.

      --
      but have you considered the following argument: shut up.
    72. Re:Bogus conclusions. by drinkypoo · · Score: 1

      Linux will never be ready for computer users like Windows is ready for them. Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer." Until that time it just cannot have it beat.

      I am often branded as a Microsoft apologist for my views on their technological prowess, but I must simply disagree with this statement.

      Once upon a time, the high rider was Wordperfect. Microsoft Word clobbered it because it was easier to use and as of a certain point in time more reliable as well. Since then, Wordperfect has become less reliable (perhaps until very recently) and Word has become better and better. It's also become bigger and bigger, but so has wordperfect. Of course Wordperfect itself displaced Wordstar - the cycle goes ever 'round and 'round.

      Eventually, given a continuation of current trends in which OpenOffice.org has gotten better faster than Microsoft Office has, OpenOffice.org will be better than Microsoft Office in every way. I've found some of the interface elements of OO.o to be somewhat cumbersome, and not just in comparison to Word as I have been word processing for a very long time. This won't always be the case, however, as it continues to improve. Obviously the rate of comparative improvement must eventually fail to serve OO.o as well as it does now, but that doesn't mean it has to stop.

      When we mention that there is a new exploit for Windows out people for some reason feel the need to blame Windows instead of the users using it. Do you think that these same people are going to have a secure Linux machine, I certainly don't

      When there is a new exploit for windows, it's windows' fault. Well, Microsoft's, but that means the same thing in this context. It is not the user's fault. This is the same for any other operating system, too. Now, when presented with an easy path to an upgrade which repairs the hole, if the user does not apply the upgrade then it is their fault, and not Microsoft's. Nonetheless, who should we blame for a hole in windows? Elvis?

      Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded. It's a digital camera you say? Wow, would you like to open the files on the camera and work with Photoshop or some random preloaded Windows software or would you like to save them to a directory on your HD?

      I hope you are not holding up a digital camera as a the example of automatic installation. Today, your average USB digital camera is a USB Mass Storage device (or so it appears to the computer) which requires no drivers on Windows or Linux. Microsoft will put up a window that says it's detected your particular camera, but it's just mounting it as another removable storage device. Linux will do the same.

      In addition, older digital cameras which did not behave this way, even some USB-attached ones, are not covered by drivers included with any version of Windows, including XP. So it's a bad example in that they work fine on Linux, and if they don't, they don't necessarily work fine on Windows either.

      When we mention that Firefox doesn't render pages correctly we get endless people posting that yes it does and that those that post that it doesn't are wrong!

      They usually are wrong. Firefox usually renders the page correctly. That doesn't mean it renders it the way IE does. If a page is designed to work with IE, it can still be rendered incorrectly - it just works the way it was intended to work.

      Until Firefox renders every page just like IE does the public isn't going to care for it (yes, Spyware, exploits, etc are irrelevant I'm sorry to say, remember these are the people that didn't patch against it in the first place because they

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    73. Re:Bogus conclusions. by www+www+www · · Score: 1
      The OEM doesn't have to reject certain hardware as "not working with windows" because it all does. ... When I'm putting windows on a box I just pick hardware based on what I need it to do and what it costs.

      How is that Windows beta for AMD64 coming along? (Cheap joke: Windows is always in a beta state ...). Just got my hands on an AMD64 machine; talk about hardware that gives value for money.

      --

      bring it on! --- JFK

    74. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      IE because it was there first

      Ever hear of Mosaic ?

    75. Re:Bogus conclusions. by drinkypoo · · Score: 1

      The tundra is a mid size truck at best. The only Japanese full size pickup is the Nissan Titan, and they haven't been around long enough to make any statements about reliability. However, the only people who have recently been able to make any real warhorse type of trucks, that keep going and going and going, are... nobody. So I'm not sure you can hassle toyota too much anyway. Well, not you, the GP.

      Frankly no one has made a decent work truck since the sixties, and the early sixties at that. My father has a 1963 Chevy T-10 pickup with a 292 straight six that has been on the road just about forever. No one knows how many miles it has because the speedometer broke ages ago and no one bothered to fix it, but it's a vehicle designed to be rebuilt and driven forever. They don't build vehicles like that any more - they're considered disposable. A big part of that has been the push to make everything smaller and lighter, though there are still plenty of big pickup trucks.

      Wow, that was way OT.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    76. Re:Bogus conclusions. by 4of12 · · Score: 1

      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

      Since even Windows is not as easy to install, run and care for as carelessly as Windows users demand (how many happy camper careless Windows users do you know?), this would suggest strongly that Linux will never be ready for the desktop.

      I think Linux is almost to the point where it will satisfy and frustrate computer users just about as well as Windows.

      Linux desktop advocates need to aim higher than Windows - something along the lines of the Mac-like "just works" philosophy is a more admirable goal.

      --
      "Provided by the management for your protection."
    77. Re:Bogus conclusions. by Bloodlent · · Score: 1

      Notice that the MS-bashing parent, who supplied information we already know, was modded up, whereas this poster, who's supplying information less people may know, did not get modded up.

    78. Re:Bogus conclusions. by ultranova · · Score: 1, Interesting

      IE just kinda happens to have the browser market. This means that if it doesn't render right on IE, 97% of the population won't see it right.

      If it doesn't render on FireFox/Mozilla correctly like 1% of the population doesn't see it right.

      Of course you have some reputable source backing up these numbers and you just forgot to mention it, right ? You wouldn't give made-up percentage numbers just for appearances sake, right ?

      It is sometimes NOT POSSIBLE to get it to render ideally on both. Which browser do you think I'm going to support?

      Standard HTML, ensuring the visibility of the page to everyone and thus maximum visitors ? Or, if the looks of the site are more important than content, use Flash - you get much better control over what it looks like, you get maximum visitors (Flash is available to Linux users), and the whole thing is much less likely to break with the next browser update.

      There is no reason to pervert HTML to serve purposes it was never meant for when there's languages born perverted for these purposes ;).

      P.S. Your hope that Mozilla/FireFox never becomes fully compatible with the #1 player in the market (and not just #1, but with almost 100x as many users

      Numbers again, but still not a source...

      -- especially among that most important demographic -- those willing to pay for things, and who don't think that making money selling stuff is evil)

      Yes, because we all know that Windows and IE don't come preinstalled on almost every computer, making their price a hidden, bundled cost. No, people uninstall the Linux distributions the computers came with and install store-bought Windows on its place, glad to be free of popup blockers and tabbed browsers, welcoming spyware, adware and malware with open arms.

      is the same thing as hoping that Linux on the Desktop remains a toy eternally. -- The former guarantees the latter, you see.

      You seem to be confused about the meaning of the word "toy". In this context, "toy" would mean that Linux on Desktop was slow, unstable, only fit as a bunch of graphics routines for games, and that Windows would be the OS of choice for serious work.

      In reality, of course, the situation is reverse: Linux is stable, fast and reliable, whereas I wouldn't dare putting anything mission-critical on a Windows machine because the complete lack of these very features - unless, of course, you count the fact that you can count on it crashing and developing interesting problems regularly :). Nor would I wish to put up with the myriad stupid popups telling me to clean my desk, hide unused icons or any such crap. The default behaviour of new Microsoft programs, of hiding menu items, does nothing to endear them to me either - they're already confusing enough without me having to wonder if I missed whatever I was looking for because it was hidden.

      No, the term you were thinking of was "a rarity".

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    79. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      listen.. i don't give a shit about office or ie on linux.. but when it is harder then hell to make linux DO what the fuck linux is supposed todo.. that is the issue with it...

      WHY is it soooooo fucking difficult to have a linux app have a damn simple installer.. like firefox.. but no you kids love these rpm things that have some distro dependency... i mean WTF on distro.. why should an application CARE what distro i am using it is all linux right.. RIGHT?!? hello... RIGHT?!?!? oh yea.. i can't run some applications because KDE is the main desktop.. yet gnome is the main one on another distro...

      choice is good.. but what about my choice to use either KDE or gnome only and only have ONE on my system and have all freaking applications work?!? what the hell man...

    80. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      I had a friend who askes me to fix his PC (again) because every time he opened internet explorer, he would get 20 popups imediately, even when i set his home page to about:blank.

      So i got pissed, downloaded firefox from my computer and haven't heard from him since. Should really call in to see if everything is ok. I suspect he is having fits about his missing popups.

    81. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Well i have to say that i didn't read your comment past "Until IE and Office will run natively on Linux..."... Sorry about that, but when i read that sentence i said two thing to myself.

      1. Indeed Office 'has' to run natively on Linux because in my experience users that have used MS Office are reluctant to use OpenOffice. Mainly (read: 95% because 'the buttons are on the wrong place'). Nevertheless it would be good for Linux if MS Office would run on Linux (which it does: wine, but you said natively so you get the benefit of the doubt).

      But...

      2. IE has to run natively.... NO. What has IE to offer that Firefox can't??? In my personal experience Firefox runs a hell of a lot better than IE. Faster, less pop-ups, and less security holes (not that anybody seems to care about that).

      You say that web pages are shown alot better in IE . Well you surely will have heard the argument that webpages are designed like they are and that you will have to deal with that.... I thought that until one of our managers could not view the coorporate website with the newest version of IE because it had incompatabilities with the version before that.

      I've shown him a simple W3C HTML validation and explained to him that that is the reason that he couldn't view the site. AND that that was the reason a lot of non-IE browsers had trouble with it. He talked to the senior IT staff and they are working on a correct HTML implementation right now. We're talking about a company with 30.000 employees worldwide.

      Point is: You don't have to take it because "It's just the way it is" , if the arguments are right than they will listen/change. I don't know if you care about such things but I do....

      Notice that the person in question wasn't even using a non-MS browser.... That's what ticks people off about MS....

      Kind regards....

    82. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Using latest Fedora (http://fedora.redhat.com/), I took out a hard drive out of an old PC, and put it into a new one. Linux booted up immediately, ran kudzu (hardware detection and setup) and it automatically got the right drivers for the new hardware, removed drivers for the missing hardware and i was chugging along in no time. Windows required a reinstall.

      Many things can still go wrong with Linux, i had my system messing up IRQs the other day, but it was a very specific problem unlikely to be encountered by 99.9% of people around.

      Windows comes with a very big drivers.cab file which has all manner of drivers too. The linux kernel on Fedora, zipped and all, is usually 10MB, and has most of the drivers you need. The only drivers I install are the NVidia ones, which incidentally, I also download and install for Windows in any case.

    83. Re:Bogus conclusions. by radish · · Score: 1

      OK so maybe it 99% versus 50%. Still a difference. Maybe I should have been more explicit in saying "all PC-targetted hardware made in the last 2 years most likely runs under XP" but I didn't. Regardless - you know what I mean. Anyone trying to tell me that Linux has the same level of hardware compatibility (with current hardware) as Windows XP is just plain wrong.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    84. Re:Bogus conclusions. by SpaceLifeForm · · Score: 0, Troll

      That was a mistake by the new pro-MS astro-mods.

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
    85. Re:Bogus conclusions. by kyle_b_gorman · · Score: 1

      it should be mentioned that IE is also based off Mosiac. From the "about":

      Based on NCSA Mosaic. NCSA Mosaic(TM); was developed at the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign.

      the worst part of this post was that i had to open IE to find that info

    86. Re:Bogus conclusions. by callipygian-showsyst · · Score: 1
      I can't wait for FIREFOX to render /. correctly! About half the time I have to reload and/or change my browser width so Firefox shows this site OK.

      Funny thing is, /. is one of the worst looking sites under Firefox!

    87. Re:Bogus conclusions. by loconet · · Score: 5, Informative

      No it doesn't have any problems displaying open/close form tags. If IE is not displaying the extra new lines then it's actually doing it wrong. Form tags, as specified in the w3 standard are block-level elements.

      Block-level elements are those elements of the document language that, by default, are formatted visually as blocks (e.g., paragraphs). Inline elements are those elements of the document language that do not cause paragraph breaks (e.g., pieces of text, inline images, etc.).

      That is why you get the extra space around the element. This is the intended behavior of form elements. If you want to get rid of the space, as mentioned, use a style sheet of margin:0; or display: inline;

      --
      [alk]
    88. Re:Bogus conclusions. by vsprintf · · Score: 1

      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

      Linux is ready for the desktop now because many of us use it for that. It is already easy to install, run, and maintain. The fact that careless users may be discomfited the lack of spyware and viruses is too bad. I plug in my digital camera and the KDE desktop adds a new icon to access it. What is it supposed to do, take pictures for me? The last thing we need is an OS that repeats all of Microsoft's mistakes. Saying "It's not ready until it's Windows" is just plain nonsense. Look outside the box.

    89. Re:Bogus conclusions. by NanoGator · · Score: 1

      "This is like saying that a Chevy sucks because a Ford motor can't easily be used in it."

      More like: Chevy sucks because I can only install certain brands of CD Players in their cars, and to find out what actually does work I have to do alot of research on the web first because their stupid display boxes won't tell me one way or another.

      "The fact that so much hardware DOES work in linux is impressive as hell, to me."

      I poo-pooed your other coment, but I agree with you on this one. In the last year or so I've developed a comfortable faith that if I were to install Linux, it'd more or less work with what I've got. That's good news for Linux, but by no means has it crossed the finish line. Frankly, I need Linux to do something really strong that I'm particularly interested in. Off the top of my head, I don't know what that is. Stability? Pff, I never reboot my XP box as it is. I can program for it? Right, like I've got time for that. I can be masochistic and use 'free' software that isn't quite up to snuff? Sorry, no.

      Linux has to beat Windows at something important to the end user before it can be a mass-market desktop OS. I don't have an answer to this, but I can provide an example. Think about Apple. Remember when Apple laptops were attractive because you could do full-on DVD editing and burning with them? Linux needs to start filling interesting niches like that. How about a 'digital music enthusiast distro'? *Shrug*

      --
      "Derp de derp."
    90. Re:Bogus conclusions. by sploo22 · · Score: 1

      Now, if I wanted to install Linux, first I have to be paranoid about hosing my XP partition (oops).

      Now, if I wanted to install XP, first I have to be paranoid about hosing my Linux partition. Does the XP installer resize my Ext3 filesystem? Does it automatically give me a Linux boot option?

      --
      Karma: Segmentation fault (tried to dereference a null post)
    91. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Dude, switch to StarOffice. Pony up the $70.

    92. Re:Bogus conclusions. by slobert · · Score: 1

      ah...ignorance is bliss...

    93. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      How is processing 1's and 0's impressive? That one always bugged me. It's not the processing of information; it's the assholes who exploit it and the dumbasses who write it. Believe you me, if Linux were the reigning champion of desktop OS's then it would be Linus' picture as the borg on this website and we'd all be begging the world to go to Windows. Let the assault begin.

    94. Re:Bogus conclusions. by picklepuss · · Score: 1
      That was mostly bent on humor, but it would have been more technically correct if you would have said the fraction was worth more than the *rest* of the whole. See, let's say the whole = X. Then let's say that the excerpt = Y. Your statement then concludes that:
      Y/X > X
      I believe that the only way this statement can be true is if X itself was a fraction, but we already established that X was the whole. Now something like this might be true:
      Y/X > (X-Y)/X
    95. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Thats the spirit! They're not bugs they're features!

    96. Re:Bogus conclusions. by jsebrech · · Score: 1

      Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer."

      Two things:
      - IE and office already run natively on linux, through codeweavers crossover office (wine stands for wine is not an emulator, remember? it counts as native)
      - Historically that kind of prediction has never ever held true. Competing platforms to a monopolizing platform only manage to break through by replacing the existing tech, not by adopting it. IT history is packed with ruling products who couldn't make the jump to a new platform well enough or early enough, and became irrelevant because of it. IE and office are yesterdays products and tied much too closely to the dying windows platform. In a decade they will be irrelevant.

      When we mention DVD X Copy and people immediately post about DVD Decrypter and DVD Shrink (I don't see much mention of any good re-authoring tool for Linux as I don't believe there is one).

      First of all, might I mention that the very link you post tells us that dvd x copy is dead. Secondly, no wonder dvd copy products are few and far between on linux, since they are illegal. Want to get dvd software on linux? Change the law.

      When we mention that there is a new exploit for Windows out people for some reason feel the need to blame Windows instead of the users using it.

      Well, allow me to apologise for the people out there who think you should blame faulty products for being faulty. Microsoft's security is faulty. You can look at their security model and point out the theoretical holes with ease. Now, they did it for the sake of backwards compatibility. But you're basically arguing the gas tank in the pinto should never have been changed because people could have learnt how to crash without rupturing the gas tank.

      When we mention that Firefox doesn't render pages correctly we get endless people posting that yes it does and that those that post that it doesn't are wrong! Until Firefox renders every page just like IE does the public isn't going to care for it

      Have you even looked at the browser wars? IE never, ever, rendered all the pages netscape did. And still it reigns supreme. It won not because it was a better netscape, but because it was a better browser (helped by microsoft's management genius and netscape's management retardedness). Total red herring. Site compatibility in firefox is good enough (better than IE ever was), what we need now is an automated way of installing security updates (so firefox is clearly perceived as the more safe product) and some big isp's and corporations adopting it.

      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

      Here you further the myth that windows is somehow easy to care for. Just look around. For every clueless user you see, there is someone maintaining their windows box for them. Face it: windows is harder to keep running than linux. It's just that there is a much larger existing support infrastructure and community in place for windows than for linux, ensuring that people find someone to fix their windows box more easily and at a lower price. That won't be the case forever.

      Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded. It's a digital camera you say? Wow, would you like to open the files on the camera and work with Photoshop or some random preloaded Windows software or would you like to save them to a directory on your HD?

      Hardware detection on modern linux distro's is generally adequate. Besides, the whole point is moot. People don't install windows on their own machines, the person who maintains the pc for them does. That person would know how to get a linux install up and running, even if it doesn't autodetect everything. And besides, I have never, ever

    97. Re:Bogus conclusions. by DA-MAN · · Score: 1

      Aha! It's not just me. I've brought this point up a few times on Slashdot, but people tell me it's a figment of my imagination and that I'm a linux zealot . . .

      --
      Can I get an eye poke?
      Dog House Forum
    98. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      I agree. A computer is a tool. Does a carpenter want to go pick up his hammer, only to have to fight with it for half an hour to hit a slightly new type of nail? No, he just picks it up and it works.
      And so it should be with Operating systems. You use the best tool for the job, and you don't spend your time trying to make the tool work.
      The link to the OS News article in the original posting is right on the money, IMHO.

    99. Re:Bogus conclusions. by Halfbaked+Plan · · Score: 1

      Didn't you know? I can run both Linux and Windows NT on my PowerPC based RS/6000 box. Also on the Dec Alpha box I used to have.

      --
      resigned
    100. Re:Bogus conclusions. by croddy · · Score: 1
      if I want to copy a DVD-9 to a DVD-5, all I do is type '9to5', and hit enter. when the original pops out, I put a blank in, and come back when it's done. what could be easier? I didn't even have to modify the script!

      the other day I went to CompUSA. I bought a USB2 external HD enclosure. I slid my drive into it, and plugged it into the USB port. I clicked on the Gnome 2.6 "Computer" icon; I clicked on the "usb-storage" icon. it was ready to go.

      I also bought a Hauppage "WinTV GO" TV tuner/capture card. I installed it in the PCI slot, and turned the computer back on. I logged in and typed "tvtime" and hit enter. I was watching TV without even having to install drivers or programs!

      I've seen Ensoniq 1370 cards that just flat DON'T WORK under windows. the very same cards worked flawlessly with the ALSA ens1371 driver.

      you claim to run Linux, but the problems you describe make me think you haven't used it since kernel 2.2. maybe it's time to give it another shot?

    101. Re:Bogus conclusions. by violet16 · · Score: 3, Informative

      That's weird; I just had the opposite experience (and I'm new to Linux). Bought a new AMD64 and installed Gentoo and WinXP on it. Based on what I've heard about hardware support on Linux, I braced myself for a struggle. But in both Gentoo and WinXP, about 90% of my hardware was detected without a problem.

      Then I realized that with Gentoo, I could actually figure out what was going wrong with the other 10%, because Linux has logs and configuration files. I Googled and found out how to fix everything. WinXP, on the other hand, remains a mystery. Some things Just Don't Work. For the life of me I can't figure out how to tell what's going wrong.

      It seems that if you ask a question about how to fix a problem in Linux, you get answers like, "What's your dmesg output?", to help you diagnose. But if you ask about problems in Windows, the answer is always "Try reinstalling ." So with Linux, I'm discovering what the problem is, learning about my system, and fixing it. With Windows, I have a black box that works sometimes and doesn't work other times and I grope around in the dark hoping to fix problems by accident.

      I'm also puzzled by your comment that you don't want to recompile the kernel. Maybe this is a Gentoo thing, but kernel recompilation is really easy. Most of my hardware hassles were the result of not enabling something in the kernel, so I can't imagine how I would have got my system running properly without recompiling it.

    102. Re:Bogus conclusions. by CoolGuySteve · · Score: 3, Interesting

      The funny thing about your example is that 64-bit Windows is still in beta while various x86-64 Linux distros are considered stable. So you're not really using all your hardware in Windows either unless you're comfortable with pre-release operating systems, which would seem odd for someone so worried about hosing their disk.

      The nForce3 ethernet chipset will be in the next kernel release, it might even be in the most current one, I'm not sure. Within about 6 months, it will probably be supported by whatever distribution you use. Consider that open source developers can't really do anything for hardware until they get their hands on it, so there's usually a time lag in support for bleeding edge stuff like yours.

    103. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      More like 2002...

      Posted from a dual processor homebuilt Fedora 2 box that just works. All PC's that matter here are Linux.

      Don't game beyond card puzzles. Build and restore old hardware for friends and family. Given the choice I'd build Linux boxes any day.

      Getting Windows drivers for older hardware is a pain.

      Yes I've done courses on NT, and built systems based on Microsoft software going back to 1988 or so. Probably several hundred going back over the years.

      Have a personal XP laptop. Added an inbuilt Dell radio card in it. Previousley installed a pcmcia radio card. Can I make XP forget about the long removed pcmcia hardware and use the inbuilt Dell. Can I f***.

      SO uses a Win2k box. Moderately serious gamer. Her box is a homebuilt with modern hardware.

      Rebuilt it completely after Win98 lost its marbles one more time than I could stand. Crappy modem on a stick won't work with win2k, worked fine with win98. Can't find a right driver for it. Sigh.

      The rumours of windows superiority here are just that, rumours. For well established hardware that hackers have had a chance to reverse engineer Linux just works. And there's no groping round the net for some archived copy of some driver that matches some five year old hardware that nobody supports the 98 driver for anymore.

      Yes win2k blows up less often than 98. Yes my works 2k laptop and works XPpro laptops are OK, probably don't blue screen more than a couple of times a year.

      But the old Dell desktop that sits next to them runs linux. Runs it 24 x 7 x 52, is way more functional and has an uptime in months. Leave an SSH session up to another linux box. Come back three weeks later and carry on at the next line.

      It just works.

      And since the hardware is officially scrap and the software is Free, costs exactly nothing.

      So yes Windows has a problem, and it'll become critical a lot sooner than 2042.

      Shoka

    104. Re:Bogus conclusions. by strider44 · · Score: 1

      To Mr Gates,

      I'm not sure what your methodology that linux won't be ready for the desktop unless you install some microsoft programs on it. Perhaps you should instead criticise Microsoft Office for not rendering OpenOffice documents at all, and Internet Explorer for not rendering the actual HTML standard properly, making people having to adapt with hard-coding their web-pages. Perhaps you mean that it just won't beat Microsoft unless it mimics it in every way.

      As for this comment:

      All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts. They are close but they are not the same. Yeah, you can always get stuff to work with your Linux software and I spent years doing just that. Regular Joe Blow User does not want to do anything but point, click, and go.

      I just habitually picked up last (or was it the month before? It says July anyway) months PC User Magazine and looked at the scores in a huge software-comparison test they had. I turned to the browsers page and, what was this? Internet Explorer gets 6/10. It's described as "relic" and "outdated". They mention at the "porous security" (and I don't even know what "porous" means, but it sounds bad). Mozilla Firefox 0.8 get's 8/10 (Firefox has since been updated . . . IE hasn't), and normal Mozilla 1.7 gets 9/10.

      I then turned to the office suite page. My faith was restored - Works Suite got 7/10, and Open Office got 6.5/10. Wasn't exactly a flogging though was it?

      Unfortunately GNU Cash wasn't reviewed - this is a windows magazine, not that I use either it or Money or Quicken anyway.

      I then tried installing them on an old computer that didn't have them automatically installed on debian. I tried it two ways. One of them was just typing "apt-get install openoffice gnucash mozilla". A half-hour later it was done without any input (shocking time amount I know - it said it had to download 80 megabytes! DOWNLOAD I say!). I tried doing the same thing on a windows machine, and it said "bad command"! I actually had to go on the internet, DOWNLOAD (shock horror), then find and run the file for firefox (I'd since abandoned Internet Explorer after reading the article above that said it was crap)! I also had to go to the store and (uhem pretend to) buy Office and Quicken and put the cd in and find out what the hell they meant with their supposed "wizards".

      The other way with linux, incidentely, was to open up synaptec, point and click on gnucash, mozilla, and openoffice. The hardest part was remembering the root password.

      Note also that I had to do this on debian - the other distros that I had already had them installed.

      Incidentely a trusty google search of "DVD Shrink Linux" showed that it works on linux under wine though admittedly not without work. But there's your program.

      I also managed to test this comment here:

      Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded. It's a digital camera you say? Wow, would you like to open the files on the camera and work with Photoshop or some random preloaded Windows software or would you like to save them to a directory on your HD?

      I decided to install two different pieces of hardware, one of them a NetComm Network Card (my old one broke down) and one of them a Canon S200SPx printer.

      The NetComm network card did just as you said. It looked for drivers on the Windows system and found them - worked fine after a few seconds.
      The Linux system skimped with the dialog - it just worked (a bit of an anticlimax there) . . . I think I'd give that to linux.

      So even after one test. Here goes the printer, which I previously looked on the internet which said it was incompatable with linux. Anyways, in linux unexpectedly I

    105. Re:Bogus conclusions. by Zakabog · · Score: 2, Informative

      I just built a shiny new Athlon64 box with an nVidia chipset and nVidia graphics. WinXP installs fine. Then, I just load some drivers and everything works.

      I just built a shiny new Athlon XP (didn't have like $1,000 for a FX-53 and motherboard, plus it wasn't in stock at fry's) with an nVidia chipset and nVidia graphics. Windows XP stopped working and resets 4 minutes after it loads. I would install it again but I need SATA drivers for my SATA hard drive, I don't have a floppy drive. Windows XP won't let me load the drivers off a CD or off the hard drive. So I installed windows XP on my friend's computer since he has a floppy drive (stuck my SATA drive in his computer.) Put the drive back in my computer when windows finished installing, didn't get past the boot screen.

      Now, if I wanted to install Linux, first I have to be paranoid about hosing my XP partition (oops).

      Now, if I wanted to install Windows XP, first I'd have to put in my IDE drive and be paranoid about hosing my boot sector (which it will do no matter how carefull I am.) Which means I have to boot into my debian installer and run rescue mode, then run lilo again. Then I have to put my Serial ATA drives into the computer and run the installer from inside windows, THEN I need to remove the install of windows from my IDE drives, it would just take too much time.

      To get linux installed on the SATA drive, I can put the drivers on a CD and load them thru the debian installer. Isn't windows supposed to be easier to install than linux? Why is it that ease of use usually means, easy for the average setup, impossible for everything else.

    106. Re:Bogus conclusions. by geminidomino · · Score: 1

      -1, Obvious.

      You expect to give the inmates keys to the asylum and have the results make SENSE? ;)

    107. Re:Bogus conclusions. by gargan · · Score: 1

      It already does a couple things really well.

      LiveCDs for one. A Knoppix CD is a good thing to keep around if you're around computers a lot. Not to mention the ten kazillion specialized livecds that came around after Knoppix.

      Price, for another. For a person like me with a really old computer and no money, price is a strong point. Since I've used Linux before and don't really need the books or support, I don't pay anything for it.

      Linux hardware support has come a long way. XP doesn't work with some of my hardware (sound, modem) while Linux supports it just fine.

      --
      Emory: Uh..we're still..beta testing that.
      Oglethorpe: What you're testing is me and my patience!
    108. Re:Bogus conclusions. by HermanAB · · Score: 1
      Relax d00d. You are ranting about things that were fixed years ago. This is like complaining about something that won't work on Windows ME...

      Get with it and try a newish version of Mandrake or Suse Linux.

      --
      Oh well, what the hell...
    109. Re:Bogus conclusions. by Pieroxy · · Score: 1

      So if I read you correctly, you are questionning the fact that IE has 97% of the market and Firefox (And all Gecko based browsers) around 1% ?

      Geez, get a clue. Or google it. Or something, but just don't question facts.

    110. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      "When we mention DVD X Copy and people immediately post about DVD Decrypter and DVD Shrink (I don't see much mention of any good re-authoring tool for Linux as I don't believe there is one)."
      Your right.
      DVD X Copy Express insert disk click this is my DVD, click I agree, click start, insert blank DVD and click start. That's It.
      DVD shrink click 1500 hundred icons and tick 32 dozen settings to rip the DVD, then open a third party burning utility to burn the damned thing to a disk.
      Don't believe me look here.
      http://www.mrbass.org/dvdshrink/

    111. Re:Bogus conclusions. by Eminor · · Score: 1

      I deal with below average computer users daily (far below what everyone else here seems to deal with). I get MS Office attachments that do not format correct in OpenOffice, I get to visit webpages that do not format correctly in Firefox

      I also deal with below average computer users daily. Most of them don't know that they are running Linux, and they don't need to because we will look after the system and make sure everything works for them. THAT'S WHY WE GET PAID.

      I will agree that not all office documents format correctly, but Open Office is getting better and better. This is not really a problem with open Office, since it's formats are open, but rather with MS Office, because their format is closed.


      When we mention that there is a new exploit for Windows out people for some reason feel the need to blame Windows instead of the users using it. Do you think that these same people are going to have a secure Linux machine, I certainly don't.


      The average user is going to be have limited permissions to the system. Just enough so that they do what they need to. Giving users any more permissions than what they need is foolish. I don't tell me "well then they can't do X." because that's what sysadmins are for.

      All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts. They are close but they are not the same.

      Different, does not mean worse. That creates a contradiction. "A is worse than B because they are different." But wait a minute "B is worse than A because they are different."

      Regular Joe Blow User does not want to do anything but point, click, and go.

      And they can. To re-iterate, that's what Sys Admins are for. Or, it'd be nice if computers came with Linux pre-installed on them (But that's more of a problem with vendors than with Linux).


      Basically all hardware works just fine with Windows. It's not the same for Linux.


      Well, since you made a blatant generalization, here's my response. I have spent more time trying to get proper drivers installed and working right on Windows than I have with Linux.

      That's why Windows will continue to reign supreme, at least for now.

      Well it's good that your favorite sports team^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H Operating system is winning.

    112. Re:Bogus conclusions. by syousef · · Score: 1

      "This conclusion is bogus. Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break."

      This deduction is bogus... the hardware is built (and drivers written) with windows in mind. This damn near never happends with linux, yet.

      This is like saying that a Chevy sucks because a Ford motor can't easily be used in it. Sure you can do it, but that's not what it was designed for.


      Guess what. It doesn't matter why Linux doesn't work with the hardware out there. If it doesn't work, then either Linux developers make it work, or Linux is not ready for the desktop.

      What you're doing is the equivalent of shoving the Ford motor in the Chevy anyway and whining about it not being Ford's fault. Sure its not, but it doesn't change the fact that the car won't run, and it would be cruel to give it to the drive and tell him he's gotta drive the monstrousity anyway!

      --
      These posts express my own personal views, not those of my employer
    113. Re:Bogus conclusions. by f0rt0r · · Score: 1

      Word. I just installed Fedora Core 2 last weekend and installed the NVidia drivers with no problems. I did use the yum update utility to update all of my packages and kernel, which made me have to reinstall the NVidia drivers since my kernel had changed.

      --
      I can't afford a sig!
    114. Re:Bogus conclusions. by Anonymous Coward · · Score: 1, Informative

      (not ultranova)

      Judging from the proportions in the graph at http://www.google.com/press/zeitgeist.html:

      IE6: ~75%
      NS5+(incl. Moz): ~5%

      IE4+5+5.5+6: ~88%

      The other thing of note is the slope: NS5+ and "other" are slightly rising, the 4.x browsers are pretty much flat at 0, and all other versions of IE are falling across the last 6 pixels.

      Of course it's very hard to get any reliable numbers out of that graph, but I think this is accurate enough to refute the exact percentages of 97% and 1%.

    115. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      Hey! What the hell are you doing!? We all know that open source software has problems, but we don't TALK about them! Just submit a patch and quietly move along, and don't make eye contact.
      You don't want THEM coming after us do you? Oh God, here they come.
      [shouts] Yeah, Mozilla kicks IEs ass. And Gnome and KDE are WAAAY better than the Windows desktop. [shifts eyes]
      No wait, it wasn't me... it was Fareq, Fareq did it. No, stop, Aaaah!

    116. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      The distinction is meaningless. Excuses don't make it work.

      I'm not trolling: If Linux doesn't work on MY hardware, I don't care how impressive it is that it works at all, because for me it doesn't. Users don't care why it doesn't work, they just want it to work.

      Either put your effort towards making sure people get hardware and software that work together, or don't take it personally because it isn't your work that's being criticized.

      You're just being a sports fan...

    117. Re:Bogus conclusions. by Zebbers · · Score: 1

      ummm
      Whenever I come to a situation where IE doesn't support a standard...I don't cater and halfass it to work. I just don't do it and I find another standards based way to make the site a go. Pisspoor development that just hacks it so "it works in IE" is pathetic and embarassing. Test in IE, yes. But don't play with it's bugs...it's like giving a drug addict free drugs.

    118. Re:Bogus conclusions. by fucksl4shd0t · · Score: 1

      He wasn't questioning facts, he was questioning assertions. Big difference there, buddy. According to my log files, though, IE only accounts for 35% of the traffic, with Mozilla and Konqueror taking the Lion's share. Sure, IE is the single most used browser on my site, but it's a hard minority.

      Disclaimer: I wrote one of the articles cited in this article. ;)

      --
      Like what I said? You might like my music
    119. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      You mean the newest distros that won't work with a Centrino laptop or even most of the wireless nics available off-the-shelf from your local stores?

      Yes, I know the driver problem isn't Linux's problem per se, but to say it's ready for the desktop is to live in an alternate universe.

    120. Re:Bogus conclusions. by fucksl4shd0t · · Score: 1

      You forgot to try "harddrak". If that doesn't work, nothing will. Luckily I haven't yet seen a situation where that doesn't work. ;)

      --
      Like what I said? You might like my music
    121. Re:Bogus conclusions. by drago · · Score: 1

      Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer."
      no, when that day comes it can be branded "Windows" because even the best kernel can't stop hundreds of Megs of crap to crash every few minutes.
      Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded.
      Well, you can have that for Linux, just phone your hardware manufacturer and ask for the drivers. Oops, the tell you they only support Windows? Too bad, maybe you should send them back their crap and buy something decent that runs out of the box on Linux. There's lots of working hardware out there.
      Windows works for just about everyone without too many problems. Linux works for people with some problems. General users do not want to deal with anything (interoperability, futzing, fixing, downloading, etc). They just want functionality built in that works w/o question.
      Well, since you seem to be quite happy with Windows, just stay with it! Nobody forces you to use Linux, nobody even begs you to use it. It's the principle of free choice, and if there are only three people in the world who use Linux it has already fulfilled its purpose.

    122. Re:Bogus conclusions. by Xrikcus · · Score: 1

      But you can tell it not to upgrade the kernel, as you wouldn't upgrade the windows kernel.

    123. Re:Bogus conclusions. by 10Ghz · · Score: 1
      Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.


      Linux already is easier to install than Windows is. How many Windows-users install Windows on their computer, as opposed to getting it pre-installed? Very, very few.

      As to running the OS. Linux runs just fine. I have no problems using it, and neither does my wife.

      As to taking care of the system.... Alot easier on Linux than on Windows. On Windows I have to have up-to-date anti-virus and the like up 'n running and I have to periodically run something like Ad-Aware on the machine, just to make sure there's not spyware in there. Stuff like that just don't happen on Linux! I feel like I have to hand-hold Windows so that it doesn't collapse under it's own weight, but Linux "just works".

      All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts


      I can do word-processing in Oo.org just fine. And besides, you are comparing a free app to something that costs ALOT of money. As to Mozilla... you do know that when it comes to features and security, it completely blows IE out of the water? IE is, by far, the crappies web-browser in the market today. No tabs, no pop-up blocking, no ad-blocking, crappy security... Well, if your "not on the same level"-comment meant that "these apps don't suck as much as these MS-apps do", then you are 100% right.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    124. Re:Bogus conclusions. by Pieroxy · · Score: 1

      Of course, if IE is only 35% of your website's log, it _must_ mean it is 35% worldwide.

      Thanks for your so great insight. I'm glad I didn't RTFA. So much bullshit sickens me.

    125. Re:Bogus conclusions. by RenatoRam · · Score: 1

      Yeah, right... go ahead and use Windows NT 4.0 for Alpha... I'll just stand by and grin maniacally looking at you struggling with that piece of cr*p.

      Oh, and please... go ahead and install 3D hardware acceleration support and your good looking USB mouse, I'll wait here grinning.

      Every time someone points out that linux (or BSD, for that matter) has support for a bazillion architectures there is a ms monkey that comes out with NT for Alpha. You compare a stone age OS for a kind of machines that does not exist anymore (and I know, I worked with Alpha1000 machines with Digital Unix 4.0 and we have a couple of Alpha300(?) that even have the Windows logo on it) with bleeding edge linux distros... ...stop posting this nonsense!

      --
      Ciao, Renato
    126. Re:Bogus conclusions. by 16K+Ram+Pack · · Score: 1
      OK, lose customers then.

      Personally I don't use sites that don't render properly or tell me that I have to use it with IE.

      I'd like to know what you can't seem to make Firefox do that you can make IE do (with exceptions like ActiveX controls).

    127. Re:Bogus conclusions. by 16K+Ram+Pack · · Score: 1
      IE and Office are two packages that provide certain business functionality. There are plenty of others out there that provide similar functionality like OpenOffice and Firefox.

      You know what, my OpenOffice attachments don't open when I send them to word users. What a piece of junk Word is. And in Microsoft's case, they could support it as OpenOffice uses an open standard for documents, unlike Word which is closed or cost-licensed. For the zillionth time, THAT'S WHY OPEN OFFICE CAN'T READ .DOC, not because they don't want to.

      Firefox doesn't render pages "properly" because those pages aren't produced "properly". They've stepped outside the standards. Does IE render pages with transparent PNGs properly? Nope.

      You are right about one thing. Firefox isn't near the level of IE. It's way above it. Have you ever actually seen or used it?

    128. Re:Bogus conclusions. by Richard_at_work · · Score: 1
      Ok, genuinely interested in a reply to this gecko question (Please dont take this as a troll, its bugged me for a while and I want to see if theres a valid reason for it).

      When using the following code:
      <div style='width: 100%; margin: 0px;'>
      boo
      <div style='width: 100%; padding: 5px; margin: 0px;'>
      meow
      </div>
      </div>
      the gecko engine pushes the right hand edge of the 'meow' div off the right side of the viewing area. This doesnt happen in IE and seems to be an artifact of the 'padding: 5px;', which convinces the gecko engine that I want the div to be MORE than 100% in width (width+padding in this case). Now, to me the padding should be contained within the width, not increase the width arbitrarily, as its padding the contents of the div from the edge of the div (the internal boundry), and margin can be used to increase the external boundry of the container. What padding seems to be doing in this case is increase the external boundry of the container, which is what margin should be doing.

      Is there any legitimate reason it does this? Is there some obscure clause in the standards which says that padding shouldnt be contained within the set boundries of the container?
    129. Re:Bogus conclusions. by Richard_at_work · · Score: 1

      Never mind, discovered the reason. 'width' in CSS is the content width, not the boundry width. IE takes it to be the boundry width, while gecko correctly interpretes it.

    130. Re:Bogus conclusions. by harrkev · · Score: 1

      There is a SLIGHT difference between hosing the bootloader and hosing a partition. Windows (ANY version) will happily live on its own little partitions without touching non-windows partitions.

      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    131. Re:Bogus conclusions. by Anonymous Coward · · Score: 0
      Linux won't be ready for the desktop until hardware is written with Linux in mind.

      Hardware typically isn't written per se, let alone with any OS in mind. Generally you have a set of interface specifications and some functional requirements. For example something like say PCI and SCSI interfaces, and the requirement to move and control streams of data between the two. Did anyone mention Unix, Windows, VMS, or pr1me?

      Even with so called WinModems, the hardware is just designed to do less in hardware. That was purely an engineering decision to take advantage of a percieved glut in CPU cycles and reduce the hardware cost of a modem.

      Drivers on the other hand are OS specific, and are written.

    132. Re:Bogus conclusions. by drinkypoo · · Score: 1

      Posted from a dual processor homebuilt Fedora 2 box that just works.

      Congratulations on getting lucky. It doesn't work that way for everyone. Granted I've had hardware that linux worked on and windows didn't, so I won't say that windows is the panacea of compatibility.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    133. Re:Bogus conclusions. by loconet · · Score: 1
      You got it exactly right. IE doesn't seem to get the box model correctly and does not count the padding/border as part of the element's width. Gecko does.

      That is why sometimes you will see developers use silly ie work arounds like:
      /*width for standard compliant agents*/
      width: 100px !important;

      /*IE workaround */
      width: 90px;
      ..on the same style sheet

      IE does not recognize the !important directive which tells the browser to ignore any styles for the same purpose and always use this one (in this case gecko ignores 90px and uses 100px. IE doesn't understand therefore uses 90px.

      It's silly inconsistent things like this that make the existence of standards so important to make us developers and users life easier!

      --
      [alk]
    134. Re:Bogus conclusions. by Anonymous Coward · · Score: 0

      DVD XCopy will no longer be available on ANY platform.

      Looks like Windows is no longer ready for the desktop....

    135. Re:Bogus conclusions. by loconet · · Score: 1
      You got it exactly right. IE doesn't seem to get the box model correctly and does not count the padding/border as part of the element's width. Gecko does.

      That is why sometimes you will see developers use silly ie work arounds like:
      /*width for standard compliant agents*/
      width: 100px !important;

      /*IE workaround */
      width: 90px;
      ..on the same style sheet

      IE does not recognize the !important directive which tells the browser to ignore any styles for the same purpose and always use this one (in this case gecko ignores 90px and uses 100px. IE doesn't understand therefore uses 90px.

      It's silly inconsistent things like this that make the existence of standards so important. Would make our developing and users' lives easier!
      --
      [alk]
    136. Re:Bogus conclusions. by fucksl4shd0t · · Score: 1

      Why should I care how many people use IE worldwide when I work on my website? What matters on my website is what's in the logs. When you code to IE specifically, you reach a self-fulfilling prophecy and you'll *never* see log files that show anything near an accurate representation of people's browsing habits. Instead it'll show that only IE works on your site.

      I don't recall if it was you (I haven't been paying that much attention), but the poster that started this thread was arguing that IE is used by so much of the market that it's just better to code for IE rather than make webpages that actually work. Call it bullshit if you want, but as long as you keep coding for IE only you're just chasing your own tail and running in circles.

      --
      Like what I said? You might like my music
    137. Re:Bogus conclusions. by runderwo · · Score: 1
      This is just a simple bug -- but its been around sice I first used mozilla, over 2 years ago. So shut up about stupid IE not being perfect, K?
      Yes, and I suppose it would take too much effort on your part to file a bug report. Wait, then you wouldn't have things to bitch pointlessly about on slashdot.

    138. Re:Bogus conclusions. by BandwidthHog · · Score: 1

      So you're saying that if 99% of the users do it the wrong way, then that majority makes the wrong thing right?

      That is a very ironic bit of reasoning, considering the sentiment expressed in your .sig.

      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    139. Re:Bogus conclusions. by einhverfr · · Score: 1

      I would actually further clarift it though.

      There are certain forms of hardware that probably have no reasonable support on Linux. These include:
      1) Low-end inkjet printers
      2) Winmodems
      3) Low-end scanners

      Additionally, you have a few other types of hardware which may only have nominal support on Linux. These include:
      1) low-end accelerated video cards. Probably a non-issue due to the lack of software requiring 3d acceleration.

      Additionally some people report problems with digital cameras, etc. but I have not yet had a problem with these that could not be solved with a little research. Not saying that all digicams are supported, but most seem to be. The only real problem here is that you have a standard (mass storage class) and an attempt to provide an interface for non-standard devices (gphoto2). If gphoto2 doesn't work, and it is a USB device, try mounting it as a SCSI disk. Ok, now this is not easy but you have an issue here that due to the way in which VFS works and due to general security concerns, only root can mount these by default. So you have to hack the fstab. Ok, so maybe this is not the best solution, but Linux vendors can always provide this for you, if they see the need. So in this case, rather than blaming Linux, you would have to blame the fact that Linux vendors don't generally want to attack the home user market.

      Linux is ready for the corporate workstation desktop market. And once adoption happens there, they will be ready for the general home user market too without too much work.

      --

      LedgerSMB: Open source Accounting/ERP
    140. Re:Bogus conclusions. by Pieroxy · · Score: 1

      Well, IIRC, the thread started saying that Firefox will have a hard time catching up with IE because a lot of pages are broken with FF because designed for IE.

      Someone then ranted about that being IE's fault, and he was put back in his right place because irrelevant. The fact that it is IE's fault doesn't change the fact that a lot of website would not work with FF. And that makes the spread of Firefox a little more difficult.

      Those percentages were just here to illustrate the fact that many webmaster rightfully (from a productivity standpoint) don't support FF, because it is less that 1% in their logs.

      The fact that they prevent users from using their site with FF spoils these numbers is only relevant is you want to grant all these people a high IQ, good proffesionalism, great experience. We know better, but most of webmasters out there don't.

      The fact remains, globally IE is dominant (more than 85%) and that is the reason for most websites to not work when browsed with FF. This slows down FF acceptance, but I don't think it'll stop it.

      Sorry for being a little harsh in the grandparent, I guess I was a little drunk yesterday night...

    141. Re:Bogus conclusions. by Halfbaked+Plan · · Score: 1

      your good looking USB mouse

      Wow. I've never shopped for a mouse based on it's appearance.

      Maybe I should cut a window and install 'round' cables in the RS/6000 box.

      --
      resigned
  5. Reverse FUD. by Anonymous Coward · · Score: 5, Insightful

    I confess sometimes proudly and sometimes sadly to be a Linux zealot, but these stories and arguments don't really get us anywhere. The best argument I have had for Linux desktop viability is with my own networks and family. Pop ups? Lets try out this Mozilla Browser instead shall we? I need to set up a quick web page...let's run this apache client, it's practically imbedded. Man these virus' are killing me I can't even open my mail box any- lets set up a firewall and filter system on this side of the wall ....etc... I had to make no arguments other than simply let the market and costs of one particular OS drive our needs right to the other.

    1. Re:Reverse FUD. by Anonymous Coward · · Score: 0

      "imbedded," "virus'," "lets." Spelling and grammar checker? Let's not listen to this guy.

    2. Re:Reverse FUD. by enfred · · Score: 0

      I think that this overlooks some things. For example I wanted to install OpenSSH on my Mandrake machine. Sounds easy, but it is not. First you have to download and install OpenSSL, which requires a c complier. So I downloaded TinyC, and installed. Then I tried to install OpenSSL, which took about three tries, and finally OpenSSH. This took about three hours, and it still is not working right. In contrast, I installed Cygwin on and XP machine and had SSHD up and running in ten minutes. What I think Linux needs most is better installation of programs.

    3. Re:Reverse FUD. by Moraelin · · Score: 1

      "Pop ups? Lets try out this Mozilla Browser instead shall we?"

      Ah, right, thanks for giving the perfect example of how Mozilla is broken and not ready for Joe Average.

      Ever tried to actually open a valid on-click pop-up before the page has finished loading? (E.g., links to other sites are commonly opening in a new window on most forums. It _is_ a valid pop-up I do _not_ want to block.) E.g., one of the ad servers is overloaded, and the page doesn't count as loaded for 5 minutes straight. It happens every day.

      Nope, you can't, can you? Mozilla thinks it's an unwanted popup even though I explicitly clicked on that link.

      Why? Because someone was retarded enough to take the quick-hack road there. Instead of actually tracking whether the user clicked or not, it just checks whether it opened after the page is fully loaded. Talk about an idiotic half-baked hack.

      It's been like that for _years_, and noone bothers fixing it.

      And that's just one example of stuff that's broken in Mozilla.

      Just, you know, something to keep in mind before going on rants about how MS is the only one who has bugs. At least MS tries fixing them. Others keep their bugs for years, and pretend that their lack of viruses is some proof of perfection. As opposed to the more realistic: noone will bother writing viruses for a POS that has only 1% of the market.

      --
      A polar bear is a cartesian bear after a coordinate transform.
    4. Re:Reverse FUD. by randomblast · · Score: 1

      The problem is between the desk and the chair.
      TinyC uses a subset of C, it's not to be used on real code ;)
      what you really needed to do was install the development packages for your distribution, which are on the install media. Or you could have just saved yourself the hassle and installed the SSH packages...
      And Cygwin is by no means easier than doing it right on a Linux system.

      --
      ...these aren't my real teeth.
  6. Good article by Anonymous Coward · · Score: 0

    But what's the point? Anyone who is seriously interested in trying out linux will see how far it has come and how easy to use it is nowadays.

    The vast majority of those you see complaining on the web are simply trolling and you won't stop them even with the best article ever written.

    1. Re:Good article by east+coast · · Score: 3, Insightful

      The vast majority of those you see complaining on the web are simply trolling

      Typical Slashdot post. No wonder it's done by an AC. This entire attitude that if you don't like and don't worship Linux you're nothing but a lemming or a troll is not only getting really old but it's also alienating the few out there who are willing to give Linux a try. It's really no different from the high school jock mentality. I've seen plenty of valid reason not to embrace Linux.

      When are the fanboys going to accept that Linux is not the all-in-one solution to computing problems. Why you say? Because there is no all-in-one solution to the question of users and their PCs.

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    2. Re:Good article by Anonymous Coward · · Score: 1, Insightful

      Sorry for posting as an AC. I simply don't have an /. account but stumbled on this news and felt like commenting. Btw. I'm Ralph, hello East Coast.

      Now on to what you wrote. I never claimed that linux was the solution to all computing problems. All I did was say that if you try linux with an open mind you will find that it is perfectly usable as a desktop OS, that it has come a long way in being easy to use for everyone and that I have the impression that most of the people arguing that Linux is not ready for the desktop on sides like /. are simply trolling. Frankly, having read the comments on this story so far I don't think my impression is wrong.

      Now you are acting like I said that anyone who doesn't use linux, doesn't love linux or criticizes linux is a troll, the problem is, I simply didn't say that.

    3. Re:Good article by deacon · · Score: 2, Insightful
      This entire attitude that if you don't like and don't worship Linux you're nothing but a lemming or a troll is not only getting really old but it's also alienating the few out there who are willing to give Linux a try...

      Have you ever heard of FUD?

      If my huge corporation was facing competition, I would do anything possible to discredit that competition.

      I would hire good writers to create multiple accounts on message boards, and these writers would be directed to create personas that were modded up as informative, funny, you know, all that opinion maker stuff... like those smarmy jocks in high school.

      When pro-Linux articles came up for comment, these writers would say things like:

      I run linux at home, but...

      Linux is too hard to install and gave me cooties!

      As much as I love Linux, it is just too hard for anyone but the Elite!

      Linux is great, but without MS Office, life itself cannot exist.

      My writers would also use personal attacks against anyone who tried to expose us, calling our opponents fanboys and zealots.

      Online, no one can really tell who is the dog, so my writers would add lots of volume to the small number of real, genuine problems that real Linux users might actually have.

      Any of this starting to sound familiar?

      Good.

    4. Re:Good article by MrHanky · · Score: 1
      Typical Slashdot post. No wonder it's done by an AC. This entire attitude that if you don't like and don't worship Linux you're nothing but a lemming or a troll is not only getting really old but it's also alienating the few out there who are willing to give Linux a try.
      I browse at +2, and I didn't read more than one message that agreed with TFA. It's been quite a while since Linux zealotry was fashionable on /. -- these days you get modded up for saying installing applications os too difficult on Linux, and modded down for saying OS X isn't the all-in-one solution to computing problems.

      We fan boys are not going to accept that Windows is better suited for the desktop, because it isn't -- for us. Debian just gives me (almost) everything I need. For free. Personally, I understand some people need Photoshop, Cool Edit Pro (I need Windows myself for this particular app), etc., but that's a minority. Most people need a browser, email and word processor.

      I think the biggest obstacle often lies in the users themselves: They want Linux to behave like Windows, even when apt-get is far superior to browsing for a file and double-clicking install.exe. What we need is massive propaganda, making people understand the ease of the command line ("Hey, it's just typing the command 'apt-get install' and the package name, and it will download and install it for you").

      Sorry, but this whole discussion annoys me. The whole geek-thing has disappeared from /. Now everyone want everything to be dumbed down for Joe Grandma.
    5. Re:Good article by east+coast · · Score: 1

      If my huge corporation was facing competition, I would do anything possible to discredit that competition.

      What? Are you claiming that those of us who are not into the whole Linux scene are from Micro$oft or Sun?

      My writers would also use personal attacks against anyone who tried to expose us, calling our opponents fanboys and zealots.

      Not unlike being called a troll? And what if it is true? Let's be atleast honest here; For the most part siding with Micro$oft on Slashdot generally puts you in a dimmer light with the majority. But what if M$ does fit the bill for what you want?

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    6. Re:Good article by east+coast · · Score: 1

      We fan boys are not going to accept that Windows is better suited for the desktop, because it isn't -- for us.

      Yeah, and that's why I said that there isn't an all in one solution. There are multiple levels of computing for multiple levels of users. I, in no way, said that Linux didn't have it's place.

      Most people need a browser, email and word processor.

      Most users need a product they can use without having to take classes or reading a large manual. In the case of Linux that's another roadblock to the truely mainstream.

      Sorry, but this whole discussion annoys me. The whole geek-thing has disappeared from /. Now everyone want everything to be dumbed down for Joe Grandma.

      What's to be expected? That's what the article was really about; the masses.

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    7. Re:Good article by MrHanky · · Score: 1
      What's to be expected? That's what the article was really about; the masses.
      Yes, that's probably the problem. Linux isn't ready for the masses, but that's mainly because it's free. To dominate the masses, you need some sort of demagogue. You need to force things on people. Hence, Microsoft's success. And Gator/Claria.

      Mass appeal shouldn't be a goal for Linux. It should be ready for the users that need a computer, not the computers that need a user. That is, Linux's main selling point shouldn't be that it's easy to sell. Anyways, it's not like the mass market has anything to give back to Linux, so it doesn't need to be targeted. The corporate desktop is far more important.
    8. Re:Good article by east+coast · · Score: 1

      Anyways, it's not like the mass market has anything to give back to Linux, so it doesn't need to be targeted.

      Than why make the big stink about it if that's the way you feel about Linux and the masses. Frankly, if I had that attitude I'd be praising God that Linux is pretty much off the radar of Joe Sixpack.

      The corporate desktop is far more important.

      I'd be interested in knowing why you think this. The only reason that the corporate office has benifited Micro$oft is because of the cashflow. Perhaps if you're a Linux guru you can profit but overall it's going to do little for the Linux community except for get Joe Sixpack more interested. Maybe it will bring more software into scope too but I'm not sure of it.

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    9. Re:Good article by fucksl4shd0t · · Score: 1

      Were you born this stupid or are you paid to be?

      Seriously! My wife uses Linux every day. When she uses Windows she's always swearing, getting scared (by dialogs that say something like "That application you are running has committed an illegal instruction and will be shutdown"), generally getting nervous, and always afraid she's going to break something. It's a lot like watching someone trying to walk across a field of eggs without breaking any of them and trying to balance a big bottle of wine on the tip of their nose.

      On the other hand, she uses Linux without any of these problems. She gets her stuff done, and done quick. And no, she doesn't know jack shit about computers, she's the subject of one of the articles cited in TFA.

      Sure, this is only subjective evidence, but I don't see you offering anything more than broad generalizations. I've watched person after person, kids young and old, and all kinds sit at my computer and just fucking use it. I've got tons of email from people who are just like my wife who have switched to Linux, some who made the switch after reading my own article. And the older ones tell me their ages. We're talking people in their 60s and 70s here. One grandma wrote me to tell me her son installed it for her and she was so happy about it, she never calls him anymore to fix her computer because it always works and it always does what she needs.

      So who, exactly, are you talking about that can't use Linux? I've got hundreds of emails from 'idiot users' saying they're running it, some of them have been running it for a year, two years, or more! These people are the masses (with the exception that they left Windows behind). So who are you talking about? Put up or shut up.

      --
      Like what I said? You might like my music
    10. Re:Good article by MrHanky · · Score: 1

      Linux has been an OS by developers, for developers. That has been its strength. Hackers have started using it, and improved the parts they wanted to improve. Joe cant't do that, so she hasn't much to give back. That doesn't mean she shouldn't use it if she finds it useful, it just means she isn't important to Linux. But if she wants to, sure go right ahead, it's free.

      The corporate desktop is more important because, unlike Joe, companies will try to make it work better for themselves, either by employing techies to improve what needs to be improved, or by buying a support contract from Novell or Red Hat. This means Linux gets better, thanks to the GPL. That's why the corporate desktop is important. It has little to do with profit (except for Novell and Red Hat).

  7. Even Gentoo works by Azghoul · · Score: 1

    Okay, I'm not your usual Gentoo zealot, but I have converted my home and work machines to it.

    I'm also not a linux n00b... but really, installing something by running "emerge something" is not that tough, is it?

    Maybe someone needs to make a nice clicky version of that. :-P One thing I think is missing is a nice searchable GUI interface for the portage stuff... There probably even IS one, but who the heck knows where to look? :)

    1. Re:Even Gentoo works by Anonymous Coward · · Score: 0

      I think "porthole" is what you're looking for. It's not perfect but it is a GUI interface.

    2. Re:Even Gentoo works by Tr0mBoNe- · · Score: 1

      Yeah... packages.gentoo.org and you can search the portage tree there. I belive there are a couple project with a GUI based portage system that are pretty sweet. I'm a Gentoo Zealot... regular contributer. Run it on a bunch of computer.

      emerge sync && emerge -uD world && echo "my system is now updated"

      --
      while(1) { fork(); };
    3. Re:Even Gentoo works by Azghoul · · Score: 1

      packages.gentoo.org is nice, but it's not marked obviously enough on the site. "online package database" mixed in with the rest of the links on the front page isn't really user-friendly.

      What would be nicer would be: "Looking for packages?" in large, friendly letters... :)

      packages itself is okay for what it does... but it's no more than "emerge -s" really. What's needed is a friendly site something on the order of Tucows that can say, "Here's some good stuff". As it is now, packages is no better (nor worse) than Freshmeat.

      New users need guidance. If I can't do X, what's the consensus recommendation of the Gentoo community? Now that would be useful.

    4. Re:Even Gentoo works by Aneurysm9 · · Score: 1

      How about porthole and portagemaster? They're not quite as nice as, say, synaptic but they let you browse through your portage tree and easily select packages to merge.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    5. Re:Even Gentoo works by Anonymous Coward · · Score: 0

      I'd love to run Gentoo.

      Can you tell me where I can buy or download a copy?

      A CD that I put into my 'cupholder', and then click "OK", and watch as it installs?

      I know what an iso is, but what percentage of desktop users do? What percentage can download and burn an iso?

      Until that Gentoo CD shows up, "emerge _anything_" is not a viable popular alternative. I wish that it was not so, but I refuse to allow my (or your) prejudices affect how I objectively view the world.

      PS: Thanks for keeping the faith, spreading the gospel, etc., but please don't tell me that the monkey can pilot the rocketship, ok?

    6. Re:Even Gentoo works by Tr0mBoNe- · · Score: 1

      porthole is the best portage gui interface in my mind... i think there are like 4 - 10 different onces. Check the app-portage tree in the list. It will have a link to each team's website.

      I agree though that portage, being the main differentiating factor between gentoo and some other Linux'es (not debian... apt-get is the father of portage), is not represented in such a great way. As for X, go X.org... much better, and the licencing issues won't tie you in a knot.

      Also, if you are looking for another list of linux programs, check the applications section of www.linux.org . it's a searchable database of available programs and is pretty good for finding old or obscure programs.

      --
      while(1) { fork(); };
    7. Re:Even Gentoo works by mikeyrb · · Score: 1

      It's called porthole. emerge porthole. Porthole

    8. Re:Even Gentoo works by EzInKy · · Score: 1

      Maybe someone needs to make a nice clicky version of that. :-P One thing I think is missing is a nice searchable GUI interface for the portage stuff... There probably even IS one, but who the heck knows where to look? :)

      KDE 3.3's Kpackage supports Portage. I had to comment the "DO_NOT_COMPILE" in the ebuild to play with it. And there is also guitoo and porthole. But you can use just about any graphical file manager to see what's available (/usr/portage/) and what's installed (/var/db/pkg).

      --
      Time is what keeps everything from happening all at once.
    9. Re:Even Gentoo works by Azrael+Newtype · · Score: 1
      Ahem, have you ever thought of the most obvious place to look for buying a Gentoo CD that you can put into your 'cupholder?' Sure the install is still the usual, though from Stage 3 with GRP, it's really not that terribly difficult. No more issues with burning the iso.

      So... the Gentoo CD exists, why isn't emerge a viable popular alternative?

      PS: It's possible to get portage working on non-gentoo distributions, and people are working on it for the easier to install distros, giving them the ease of OS install AND application install.

      --
      I'm always right and I can prove it, because to the best of my knowledge, I've never been wrong.
    10. Re:Even Gentoo works by sp0rk173 · · Score: 1

      not debian... apt-get is the father of portage

      That's debatable. I would say FreeBSD's ports is the father of portage. No real way to be sure, except that Gentoo's description of portage mentions *BSD's ports, and not apt:

      "At first glance the idea behind Portage may seem similar to the traditional BSD ports system. They both compile packages from source and allow users to safely install and uninstall software from a system and both automatically handle dependencies. Many ideas for Portage are borrowed from the BSD ports system but Portage is definitely not just another "ports ripoff"."

    11. Re:Even Gentoo works by Azghoul · · Score: 1

      See, the trouble is not looking thru the list of what's in /usr/portage. Even a trained monkey can do that. :) The trouble is, there's no indication of what's actually /worth/ installing.

      The GUI I mentioned, for instance. Where did you find out about Kpackage, guitoo or porthole (none of which I'd ever heard of)? Searching the Gentoo forums, I suppose, but assume I couldn't figure out the right keywords to search for.

      I'm saying, the list of what's there and what's actually valuable is incomplete, and not particularly n00b (or simply Gentoo-n00b, which was my position a couple months ago) friendly.

      Thanks for the info though! :)

    12. Re:Even Gentoo works by EzInKy · · Score: 1

      The GUI I mentioned, for instance. Where did you find out about Kpackage, guitoo or porthole (none of which I'd ever heard of)? Searching the Gentoo forums, I suppose, but assume I couldn't figure out the right keywords to search for.

      The filesystem in /usr/portage is organized by categories. For example, porthole is located in /usr/portage/app-portage/porthole. A description of the program is in the ebuild. So, though it is nice to be able to:

      1) Launch app
      2) Click on category
      3) Click on app
      4) Read description

      It is still just as easy to:

      1) cd /usr/portage
      2) cd category
      3) cd app name
      4) nano app.ebuild

      --
      Time is what keeps everything from happening all at once.
    13. Re:Even Gentoo works by Azghoul · · Score: 1

      You're right, as far as that goes. But what if I'm not all that familiar with Gentoo. How do I know to look in "app-portage", and how do I even know to look at "porthole"?

      Have you look at /usr/portage lately? There's thousands in there! Are simple, "uneducated" users supposed to click thru all of them? or nano them all?

  8. A Myth? by b12arr0 · · Score: 0

    I thought it was more of a rumor.

  9. I thought the myth was by wiredog · · Score: 1

    that penguins on TV's exploded.

    1. Re:I thought the myth was by Anonymous Coward · · Score: 0

      monty python mother fuckers!

  10. Games though... by grub · · Score: 4, Interesting


    I have a solitary Windows machine at home for gaming. Lots of nice hardware to play great games. Until I can get Thief (1, 2, Deadly Shadows), Half Life, System Shock (1, 2), etc on Linux I'll be keeping my Windows machine for that purpose.

    Before the fanboys start yelping about Quake/Doom3 being out for Linux: I don't care. I want the lowest common denominator for my gaming and that's Windows.

    --
    Trolling is a art,
    1. Re:Games though... by Tr0mBoNe- · · Score: 1

      True... Windows does make it easy. unless you are some huge linux zealot, don't try getting new games to work. However, I had CS 1.5 running in linux for my laptop... fun at school. 1.6 with steam is what I would call a hoe.

      cheers

      --
      while(1) { fork(); };
    2. Re:Games though... by Anonymous Coward · · Score: 0

      True... Windows does make it easy. unless you are some huge linux zealot, don't try getting new games to work.

      My version of World of Warcraft Beta is running just fine on Linux using Transgaming's Point2Play and Cedega. (http://transgaming.com/) Now, this may be more exception than it is the rule, but you couldn't say that a year ago. The list of new games coming out that work on Linux is increasing every day.

      You should give it a try. This latest version might just surprise you.

    3. Re:Games though... by back_pages · · Score: 1
      This is quite true and it is more than just games.

      If you want the latest greatest software (typically games) that uses a variety of obscure USB hardware (MIDI and Digital Audio software, in my case) you want a Windows machine. This isn't insightful or informative, it's just an observation that drivers are and software are professionally developed for Windows en masse.

      That said, one of my three, soon to be four machines runs Windows, but it's true that Windows has its place in my home computing equipment.

      So I must agree! Windows is NOT completely useless!

    4. Re:Games though... by gnu-generation-one · · Score: 1

      "I have a solitary Windows machine at home for gaming. Lots of nice hardware to play great games."

      Dude, you can do it!

      Minesweeper
      Hearts
      Solitaire
      Maj-jongg

    5. Re:Games though... by StarTux · · Score: 1

      Yeah this part sucks, but I would really hope you would tell the gaming companies that you would rather have native Linux games. I see so many complaints from so many different people about the lack of native games that they have to use Windows, yet they rarely tell the game companies of their preference and that Winex/Cadega may not be the way they want to go.

    6. Re:Games though... by mat.h · · Score: 1

      Bad examples. Thief engine games (Dark Project, Metal Age, System Shock 2) require a lot of futzing around to get working on XP with contemporary video cards. What you meant was probably "...I'll be keeping my Windows 98 box with TNT2 graphics for that purpose". Which is about the same as keeping your Sega Genesis around because you liked the games and has nothing to do with Linux being ready for the desktop or not.

    7. Re:Games though... by Anonymous Coward · · Score: 0

      Hmmm.... then how is it that Unreal Tournament works fine for me under Mandrake? AFAIK, Half-Life also plays well with Linux. Then there is WineX.

    8. Re:Games though... by grub · · Score: 1


      Dark Engine games work perfectly on my game box with Win2k. All I had to do was enable a command line option on installation (-forcentlg or something) No idea how they work under XP.

      --
      Trolling is a art,
  11. *Enought* apps. Just not the ones I use by jbb999 · · Score: 5, Insightful

    The problem isn't that there aren't *enought* apps. The problem is that the ones I use run on windows. I'd rather pick my hardware & OS to suit the applications rather than the other way round. (I do also run linux as well as windows. Some apps run on windows, some on linux.)

    1. Re:*Enought* apps. Just not the ones I use by NineNine · · Score: 1

      Amen.

      For Linux to even be a consideration (support, price, stability notwithstanding), there needs to be an excellent business financial package, and an excellent point of sale system. At the very least.

    2. Re:*Enought* apps. Just not the ones I use by Y+Ddraig+Goch · · Score: 0, Redundant

      I agree, my film scanner needs custom software to access all of the realy cool features (ICE 4) etc. And that software wasn't designed for Linux. However I'm sure the day will come...

      --
      Meddle thou not in the affairs of Dragons, for thou art crunchy and with most anything.
    3. Re:*Enought* apps. Just not the ones I use by Anonymous Coward · · Score: 2, Interesting
      I need CAD.

      In fact, I need more than just CAD, I need AutoCAD to work, or Solid Edge. My suppliers and clients need AutoCAD/Solid Edge files. I haven't got the balls to risk the company going out of business because my FreeLinuxKAD 0.0.1-alpha doesn't write 100% compatible files.

      I need data acquisition. In fact I currently use PC's with data acquisition cards running windows to acquire test data, then transport it to Linux systems for data analysis.

      I need PDF workflow tools. I need tools to assemble and build PDF documents from separate files. I can export PDF from OpenOffice, and I can export PDF from graphing applications, but I can't simply make one PDF document with both those pages in it. I need to use Windows and Acrobat.

    4. Re:*Enought* apps. Just not the ones I use by whiteSanjuro · · Score: 0, Flamebait

      damn yeah...

      # emerge cubase-clone protools-clone

    5. Re:*Enought* apps. Just not the ones I use by Nasarius · · Score: 1
      Try:
      emerge ardour

      It's got a long way to go, but it's not awful.

      --
      LOAD "SIG",8,1
    6. Re:*Enought* apps. Just not the ones I use by Anonymous Coward · · Score: 0

      It's got a long way to go, but it's not awful.

      Ahhhh... the theme song of the linux movement.

    7. Re:*Enought* apps. Just not the ones I use by joeldg · · Score: 1

      here is my post on that:
      http://os.newsforge.com/comments.pl?sid=395 96&cid= 96814

    8. Re:*Enought* apps. Just not the ones I use by krgallagher · · Score: 2, Interesting
      "Some apps run on windows, some on linux."

      Yeah I agree. I believe there will always be a place in the world for proprietary Apps and OS's. For example I never burn CD's under anything but Linux. It is just easier, more intuitive and it just works under Linux / K3b. In windows I have never been able to get a bootable CD to burn correctly.

      --

      Insert Generic Sig Here:

    9. Re:*Enought* apps. Just not the ones I use by mikji · · Score: 1

      Is the "t" silent?

    10. Re:*Enought* apps. Just not the ones I use by jbb999 · · Score: 1

      Damn windows spell chekers. If only there was a windows version :)

  12. Minor Point by rwiedower · · Score: 3, Informative

    When you buy a new PC, Windows comes pre-installed on it. You don't have to go through the process that Linux requires. The hardware manufacturer already rejected modem X, figured out that Wi-Fi adapter Y is the one to include with the computer, etc. The OEM did all the hard work for you. Even when you give a user the Windows XP CD to install, he is already ahead of the game in that he knows the OEM already configured the hardware to work with XP.

    Just a minor point, but the last time I ordered a new amd64 shuttle box, I requested it dual-boot XP and the 64 bit version of fedora core 2. XP was no problem, but fedora didn't support the SATA chipset contained within the box, so I either had to go with an older IDE based hard drive or just go with XP until the driver was updated by the manufacturer of the chipset. I chose to keep my snazzy new SATA drive and wait for linux to catch up. That was four months ago.

    Sometimes the problem isn't that "most" people will have a problem with linux distros, but that the cutting edge technology folks aren't able to get linux support for simple things like chipsets. Once I get SATA support, I'll be the first to install a 64 bit version of linux. Until then, it's XP for me...

    1. Re:Minor Point by Anonymous Coward · · Score: 0

      Get SuSE 9.1 Pro, I use it on that same hardware and it works just fine thank you.

    2. Re:Minor Point by Anonymous Coward · · Score: 0

      What SATA chipset do you have that isn't supported by Linux 2.6 (which is what FC2 uses of course)? Even if its truly not supported, which I really don't believe, you can always turn on compatibility mode in the BIOS and use it that way.

    3. Re:Minor Point by rwiedower · · Score: 1

      Bugzilla bug filed right here.

    4. Re:Minor Point by Anonymous Coward · · Score: 0

      I have no idea what shuttle is putting in their boxes, but I got an MSI mainboard with an nforce chipset that Linux simply could not figure out what to do with. I'm guessing it's because of the promise onboard RAID. I decided just to get a decent 3ware card for $160 and I have to admit that not only is it supported, but it's a lot faster (yay, real hardware RAID).

    5. Re:Minor Point by prockcore · · Score: 1

      I requested it dual-boot XP and the 64 bit version of fedora core 2. XP was no problem, but fedora didn't support the SATA chipset contained within the box

      Which chipset is that? Fedore Core 2 supports my VIA SATA chipset and the Promise 20378 SATA RAID controller on my motherboard.

    6. Re:Minor Point by prockcore · · Score: 1

      also, XP doesn't support my USB2 controller by default, so I have to plug in a PS/2 keyboard to install the drivers. I've never had linux not support my keyboard or mouse.

      I know I'm not the only one who keeps a PS2 keyboard around just to install windows with.

    7. Re:Minor Point by rwiedower · · Score: 1

      Silicon Image 3512. Still no support yet. But it works fine under Red Hat 9, supposedly. Grr.

    8. Re:Minor Point by prockcore · · Score: 1

      Silicon Image 3512. Still no support yet.

      Are you sure? According to the Fedore Core x86_64 Release FAQ:
      Does this release support SATA?
      I am pleased to say that Fedora Core 2 includes enhanced SATA support, and most controllers from Promise, Via, and Silicon Image should work for installation. Sil was not supported with FC1


      And here is a patch to 2.6.1 to support that chipset. Which is an older kernel.

    9. Re:Minor Point by FoogyFoo · · Score: 1

      I just tried to install the 64-bit version of fedora core 2 as a dual boot with XP last night. I just have IDE, not SATA, so I didn't expect a problem. The install program outright crashed, but not before it destroyt the boot sector and partition table on my hard drive. ALL data from my hard drive was lost, and I had to reformat and reinstall XP. Needless to say, I'm going to just stick with XP, and not go back to linux.

      I'm not anti linux, it'd be nice to have a viable alternative to windows, but having tried out 3 different distros in recent weeks, I still haven't been able to get a decent desktop system. Suse came closest, but considering mandrake wouldn't recognize my network card, and fedora killed my hard drive, that's not saying much.

    10. Re:Minor Point by RoLi · · Score: 4, Insightful
      XP was no problem, but fedora didn't support the SATA chipset contained within the box, so I either had to go with an older IDE based hard drive or just go with XP until the driver was updated by the manufacturer of the chipset.

      Isn't it funny that you bitch about Linux not supporting that cutting-edge chipset but don't bitch about Windows not supporting AMD64 extensions?

      I'm really sick of those double standards. Here we have *exactly* the same problem in Windows and Linux (it doesn't take fully advantage of some cutting edge hardware), yet in Linux it's terrible, terrible, with Windows it's even worth mentioning...

    11. Re:Minor Point by arkhan_jg · · Score: 2, Informative

      The 3512 is supported natively using the sata_sil driver in any kernel above 2.6.5.

      There's also a driver for it from silicon image themselves (to tie into their winmodem like 'hardware' raid) but after my experiences with their 3112 driver, you're probably better of using the linux native one and using md software raid (if you need it).

      Fraid I don't use fedora, but if it doesn't support it with a stock install, you might need a newer kernel.

      --
      Remember kids, it's all fun and games until someone commits wholesale galactic genocide.
  13. what is Linux? by Anonymous Coward · · Score: 0

    when you mean the Linux user experience, are you talking about installing Debs, tar balls or Rpms? Do you mean Gnome or KDE as the GUI or one of their many custom themes that look totally unalike each other? Do you mean running it on a 3GHz computer or running in slow motion on a several year old computer that runs WinXP fine? Do you mean with Konquor or Mozilla or Firefox as the browser? What of the many IMing programs do you refer to? Which distribution of many dozens?

    You see, Windows may be pretty terrible, but it gives everyone the same kind of terrible. With Linux, you never know what you're going to get. That does alot to stop its adoption. People who say Linux is fine for the desktop just don't 'get' what's wrong with it. Linux is good for what it does (imagine WinXP running supercomputers or an https server!), but it is just too multifaced to become accustomed to for the average joe.

    1. Re:what is Linux? by l4m3z0r · · Score: 1
      Do you mean running it on a 3GHz computer or running in slow motion on a several year old computer that runs WinXP fine?

      What several year old comp runs 'linux' or xwindows in slow motion? My thinkpad 560 which by the way is a p-166 with mmx, 32 megs of ram, runs linux and xwindows fine and dandy. I wonder what would happen if i put xp on it.. Slowest comp I had linux running on was a 386. Using a 2.4.8 kernel, and a standard Debian install.(this ran so slow that I had to disable the login timeout action otherwise it was impossible for it to do the md5 shadow password stuff before that 30sec timeout) Try running windows xp on that thing with similiar success.

    2. Re:what is Linux? by NineNine · · Score: 1

      imagine WinXP running supercomputers or an https server!

      Funny you say that. /. stopped responding a few minutes ago right after I read this post. So, the first thing I did was check Google. Fine. Well, it could be cached... so I checked my site, running IIS and https. Came up fine. /. came up after a few more tries, several minutes later...

  14. The Gimp by eliza_effect · · Score: 2, Insightful

    I pretty much refuse to take any article seriously that offers The Gimp as a resonable alternative or replacement to Photoshop. I'm sorry, but no. And I'm sure I'll get modded as a troll, but this problem points to exactly what every Linux fan hates to hear: "But Linux doesn't have support for X", where X is of course a major software package required by a particular industry (Photoshop for example, but to a greater extent it's Adobe Creative Suite cohorts).

    1. Re:The Gimp by FooBarWidget · · Score: 1

      "And I'm sure I'll get modded as a troll,"

      WTF?!?!?! EVERY single "Photoshop rules, Gimp sux0rz" post on Slashdot has been modded UP. Wake up from your dream.

    2. Re:The Gimp by maximilln · · Score: 1

      I pretty much refuse to take any article seriously that offers The Gimp as a resonable alternative or replacement to Photoshop

      To point out the obvious: what home user has $650 for Photoshop anyways?

      GIMP is a fine replacement for Microsoft Photo Editor. The interface may not be as nice but it's a lot more capable. When a majority of home users begin migrating to Linux and corporations follow suit then Adobe will probably be more than happy to add a sweet front-end to GIMP.

      --
      +++ATHZ 99:5:80
    3. Re:The Gimp by Quarters · · Score: 5, Interesting
      The article was not about Linux on the Home Desktop Myths. It was about Linux on the Desktop Myths.

      I use Photoshop, 3ds max, and Premiere every day I go to work. I've done that for 8+ years now. There is no collection of software on Linux that will allow me to get my job done to an equal level of quality and to file formats that I can share with my coworkers and get integrated into our final products (games).

      Linux is not ready for my corporate desktop. The GIMP and Blender are interesting tools, I'll freely admit that. They are not replacements for industry standard tools like 3DS Max and Photoshop, though.

      The author's marginalizing of apps he doesn't need doesn't at all imply that the apps aren't needed. The article is quite biased towards the author's views and needs. It does't present full picture of the problem.

    4. Re:The Gimp by sglane81 · · Score: 1

      I think the grandparent poster meant there is no Photoshop equivalent on linux what so ever. People who use Photoshop professionally actually pay for it. Free or paid, there is nothing comperable to Photoshop for linux.

      --
      This is the Internet. You can say "fuck" here. - AC
    5. Re:The Gimp by Otter · · Score: 3, Insightful
      The whole thing is moronic. Basically his points are:

      1) Linux is only harder to install because almost no one installs Windows themselves. (True, but that doesn't do you much good for a user with pre-installed Windows and a Linux install CD.)

      2) It's not true that Linux lacks applications you need. It has everything I need! (Ooookay)

      3) Installing software is easy. (Cue rpm/deb/portage flamewar.)

      I loved the end, too:

      If they wish to avoid appearing clueless, desktop Linux pundits should tackle their reviews of Linux with the following conditions:

      ...

      2) Contact a local LUG or solicit volunteers to install whatever flavor of Linux you want on your system

      Because, you know, it's only a meaningful review if you have a team of experts helping you out...

    6. Re:The Gimp by Aneurysm9 · · Score: 3, Insightful

      Except for Photosop on Linux. If you can afford Photoshop you can afford Crossover Office.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    7. Re:The Gimp by Anonymous Coward · · Score: 0
      To point out the obvious: what home user has $650 for Photoshop anyways?

      Not many home users $650. But lots of home users get Photoshop Elements with their scanners, etc. And that does kick the crap out of the GIMP in terms of usability (key for home users) and features.

      Futhermore, for those of us who do need to do serious image editing, the only choice is Photoshop. That's not because of some evil corporate conspiracy, it's because Photoshop is the most powerful, robust, and intuitive image editing program out there, and may be one of the finest GUI applications of all time. Until we can convince Adobe to make a Linux version of the Photoshop (can we say community initiative) or unless GIMP development suddenly becomes flush with money, mathematicians, and interface experts, some of us have to do at least some of our work on a proprietary platform. It's not that Adobe could make a GIMP frontend, it's that Photoshop has a monopoly on the features that graphic design professionals absolutely require to be effective.

    8. Re:The Gimp by medeii · · Score: 1

      Thank you!

      Yes, the GIMP does lots of things and does them well. But it will never, EVER replace Photoshop, Fireworks, or Paint Shop Pro until it gets a reasonable, intuitive user interface.

      So what's unreasonable, you say? Things like having a separate icon in the toolbar for every single damn palette aren't reasonable. (Who knows, they might have fixed that by now, but I'm using an example.) A layer palette that hides 90% of its functions in menus not even connected to the palette isn't intuitive. The total lack of configuration options (what if I don't *want* my color palette tacked on to my toolbar? no dice!) is unreasonable. You want consumer-level features? Where's the automatic red-eye removal, the glorified-clone-brush-cum-scratch-remover? Where are the options to automatically adjust the white point, gamma, brightness and contrast? My father uses those features, and there's no way in hell he'll switch to an operating system that requires him to spend double the amount of time editing a single photo.

      Like the parent poster said, there's no way any serious designer will take such an article without a ton of salt. The GIMP is simply not a replacement for serious or consumer-level work.

      --
      got standards? --- http://www.w3.org/
    9. Re:The Gimp by maximilln · · Score: 2, Insightful

      The article was not about Linux on the Home Desktop Myths. It was about Linux on the Desktop Myths.

      You must realize that the two are intimately tied together.

      When Linux is ready for and assumes the majority share of the Home Desktop then companies will begin to migrate to Linux on the general Desktop. When the general Desktop migration begins then Adobe will happily follow the crowd and write a beautiful front-end and contribute effort to projects like GIMP. Home Desktop is the controlling facet of the general Desktop. No corporation is going to adopt Linux on the Desktop until the users are familiar with it on the Home Desktop. Just like OEM manufacturers Microsoft gives them too big of a break on bulk licensing to make the money issue a converting battle cry.

      --
      +++ATHZ 99:5:80
    10. Re:The Gimp by Cyno · · Score: 1

      Well, I refuse to take any article seriously.

      But the GIMP works for me just fine. I see no reason to spend $200+ + the cost of Windows so I can run photoshop to edit my photos. I have never found a need for features that weren't available in the GIMP. But I'm not a graphic designer or professional artist. I'm just an average user in that reguard.

      What if the article offers the GIMP as a reasonable alterative or replacement to Photoshop for average people like me? Would you take it seriously then? :)

    11. Re:The Gimp by malfunct · · Score: 1

      The interface may not be as nice but it's a lot more capable.

      That says it all, people expect the interface to be as easy to use and nice looking and everything as the windows software. Until developers realize they have to make linux work and look as well or better than windows. Also there needs to be less choice, or at least less differences by default. Windows has an advantage over linux because my neighbors windows machine will look and operate virtually like mine and programs will be in about the same place and work the same. On linux its hard to say how your neighbors machine will be configured. Its hard to believe but installing an icon in a different location from normal or installing an application in a different location than normal is enough to confused MOST computer users.

      Linux is ready for the computer savy users desktop, I'll 100% agree, but it is not ready for my mom's desktop and until it is then you won't claim many of windows desktop users. Until you claim windows desktop users you won't claim much driver support from manufacturers.

      --

      "You can now flame me, I am full of love,"

    12. Re:The Gimp by stephenry · · Score: 1

      I'm sorry, but why does having a suitable graphics application effect the suitablity of Linux on the desktop? The company I work for has a couple of million pounds worth of ASIC EDA software by companies like Synopsys and Cadence that run on Linux, but are unavailable for Windows. Does that mean that the low performance FPGA tools that appear for Windows make it unsuitable for the desktop as well?

      Simply because Linux is Open Source doesn't mean that every application on it has to also be open source, whilst comparable to professionally financed close-sourced applications.

    13. Re:The Gimp by Alereon · · Score: 1, Insightful

      GIMP is a fine replacement for Microsoft Photo Editor. The interface may not be as nice but it's a lot more capable. When a majority of home users begin migrating to Linux and corporations follow suit then Adobe will probably be more than happy to add a sweet front-end to GIMP.

      GIMP is completely worthless for the end user. When you say that the interface "may not be as nice," what you mean is that the interface is so awful as to prevent anyone but the most technically minded and persistent from getting the software to do anything AT ALL. This stems primarily from the fact that GIMP uses (and indeed CAUSED) GTK.

      GTK is the single largest barrier between cross-platform open source application and the end user. Developers seem to like it well enough that there are no commonly used alternatives, while it's poor enough to prevent people from actually using the software. Honestly, if we EVER expect Linux and open source applications to make it in userspace, we MUST develop a graphical toolkit that is consistent accross all applications and the OS GUI. If GTK is that toolkit, we might as well write Linux off right now. For all of its shortcomings, the Windows graphical system is EXCELLENT for consistency between the OS and all applications that use the native widgets. We need to emulate this sort of functionality.

    14. Re:The Gimp by aristotle-dude · · Score: 1

      Well if someone wants to run Gimp, they can run it on windows too.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    15. Re:The Gimp by Cyno · · Score: 1

      Yeah.. both the GIMP and Photoshop run on Windows, Linux and OSX. What's your point?

    16. Re:The Gimp by Compenguin · · Score: 1

      > For all of its shortcomings, the Windows graphical system is EXCELLENT for consistency between the OS and all applications that use the native widgets.

      And isn't it funny how Microsoft Office doesn't use native widgets.

    17. Re:The Gimp by rwiedower · · Score: 1

      Yes. I'd love to just use the Gimp, but Photoshop is in a league of its own. And I'm not sure there even is a comparable package like InDesign.

    18. Re:The Gimp by Compenguin · · Score: 1

      > what if I don't *want* my color palette tacked on to my toolbar?

      Then I suggest you drag and drop

    19. Re:The Gimp by Compenguin · · Score: 1

      Whoops my bad, I was thinking about something else

    20. Re:The Gimp by Anonymous Coward · · Score: 0

      Who needs photoshop when the GIMP can do Aqua Buttons!!! :-)

    21. Re:The Gimp by Anonymous Coward · · Score: 0

      http://cinepaint.sourceforge.net/

      which is film-gimp renamed.

      **
      CinePaint is in use at many studios. Rhythm & Hues maintains its own internal version, still called Film Gimp, and periodically sends their source code to us.

      * Rhythm & Hues: Harry Potter, Cats & Dogs, Dr. Dolittle 2, Little Nicky, Grinch, Sixth Day, Stuart Little, and Planet of the Apes
      * Sony Pictures Imageworks: Stuart Little II
      * Hammerhead: Showtime, Blue Crush and 2 Fast, 2 Furious
      * Flash Film Works: Duplex, The Last Samurai
      * Computer Cafe: League of Extraordinary Gentlemen
      * Amalgamated Pixels: Elf, Looney Tunes **
      ***

      anyways, what's bugging most you and others is that the ui is not a clone of photoshops ui. 2.0 is pretty good even on windows for light work and hell a lot cheaper than photoshop.

    22. Re:The Gimp by _Sprocket_ · · Score: 1
      I get a chuckle out of these arguments.


      GIMP is completely worthless for the end user.


      Amazing. Yet I use it all the time. Even on Windows. I will agree that it can be daunting - my daughter took a bit to warm up to it. Definate room for improvement. Hardly "worthless".


      GTK is the single largest barrier between cross-platform open source application and the end user. Developers seem to like it well enough that there are no commonly used alternatives, while it's poor enough to prevent people from actually using the software.


      Ever hear of QT? Commonly used alternative. In fact, I use a mixture of QT and GTK apps regularly.

      I agree that consistancy is a definate plus. But I don't see it as this amazing block. It's never been in the past. And while consistancy is a laudible goal, even Microsoft and Apple occasionally ignore it on the very platforms that are held as prime examples of it.
    23. Re:The Gimp by Anonymous Coward · · Score: 0

      Stop it. The GIMP is not a Photoshop replacement in any sense of the word. People do not pay hundreds of dollars just because they don't know about the GIMP. Photoshop is much faster, has a usable interface (yeah, flame on), packs a lot more functionality (some of the very basic stuff is still missing from the GIMP) and Photoshop doesn't crash nearly as often as the GIMP.

      The GIMP is nice if you are a cash-strapped hobbyist or if you want something which you can easily extend. The latter is why the GIMP has its place in the movie industry. The former is why it's mentioned so often on Slashdot.

    24. Re:The Gimp by kidgenius · · Score: 1
      You are flat-out wrong about one aspect, 3d programs. Yes, 3DS Max is wonderful, BUT, have you happened to ever hear of a little program known as Maya? It runs on linux, and it is what a majority of movie houses use to create their stuff.

      Don't even try to say that Maya is not an "industry standard"

    25. Re:The Gimp by Anonymous Coward · · Score: 0

      No, not even Photoshop on Linux is comparable to Photoshop on Windows.

      One of the reasons is that there is no colour management support in X-windows.

    26. Re:The Gimp by joeldg · · Score: 1

      Here is my comment on that:
      http://os.newsforge.com/comments.pl?sid=395 96&cid= 96814

    27. Re:The Gimp by irrelative83 · · Score: 1

      Quick note: I'm decidedly not a graphic designer. I always here that Photoshop >> GIMP in many ways but I've never heard some features. I'm not disagreeing that there probably is quite a difference, but the relatively simple graphic editing I've done could be easily done with either program. Someone who's used both extensively -- what are the benefits of Photoshop over GIMP?

    28. Re:The Gimp by pommiekiwifruit · · Score: 1
      OK, lets try a really simple task, one of the first things you might try to do. I have two bitmaps (.bmp files; really simple to read). I want to join them up into one bitmap.

      I load both images into the same instance of Gimp. One one of them I go right-click:image:canvas size... I click on the mystery link icon (no tooltip there) and enter a new size. So far so good, apart from a lot of menu hunting. On the other image I go right-click:edit:copy and then on the big image I go right-click:edit:paste. The image is now there. I drag it to the right (god knows how you set up the grid size). Lo and behold, the new image is hidden underneath some great big chessboard instead of appearing next to the original image

      This is a task that you can do with microsoft paint (which admitedly might munge everything into true-colour) so why does it not work like I expect in gimp (version 1.2.5)? Surely they can aim at least as high as Paint!

    29. Re:The Gimp by TheAwfulTruth · · Score: 1

      Even purchasing PE from the store for $99 (Frequently with a $30 rebate) is well within the hobby consumers budget. They have probably already spent about a grand on various camera equipment.

      Adobe would probably LOVE to make a Linux version, but the near imposiibility of being able to provide a binary only application for "Linux" is certainly hindering them (Never never never never would they OS it).

      Though I suspect that one of these days they will pick a single distro like RH and just do it. A lot of people build their entire machines around using Photoshop, AI and InDesign, so picking a distro that is supported by Adobe is probably not too far fetched. (Hell a ton of people went with buying an Apple computer for that very reason!)

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    30. Re:The Gimp by rokzy · · Score: 2, Insightful

      >For all of its shortcomings, the Windows graphical system is EXCELLENT for consistency between the OS and all applications that use the native widgets.

      are you taking the piss? in linux (KDE) everything looks the same and is easy to use.

      in Windows every MS program seems to have a completely different design and the icons don't scale.

      in Wordpad you need to go Edit->Find or Ctrl-F
      in Notepad it's Search->Find with no shotcut
      Scandisk, defrag etc. has no resemblence to any other programs.
      MS Publisher (2000) has a completely different install dialog from the others, while PhotoDraw has a completely different set of icons and a strange, non-intuitive toolbar on the RHS

    31. Re:The Gimp by picklepuss · · Score: 1

      I'm really getting sick of people trashing the GIMP based on version 1.what-ever. We all know why you don't like it, and there's a reason the development team upgraded it and came out with something much better. Go get version 2.something instead. The menu items are fixed. Things pretty much behave like normal. All the tools you need and expect are there. You also have to realize that GIMP isn't trying to be an exact Photoshop mirror. There are some analogies to FireWorks and PShopPro hidden in there as well. With the exception of being able to assign effects to layers (something I admin is a very powerful capability in Photoshop) you can pretty much do what you need to do in the GIMP. If you really want to give yourself a kick in the pants, go visit the gallery section over at the GIMP User Group site. If you really dig in, I think you're going to be suprised to find there are some things that GIMP can do that Photoshop can't.

    32. Re:The Gimp by Anonymous Coward · · Score: 0

      "what are the benefits of Photoshop over GIMP?"

      Well, "Save for Web" would be the big one. A really big one. I'd love GIMP to do that. Give it that and an simple interface for manipulating digital camera images the way joe-user does and GIMP adoption will take off, regardless if it's inferior to photoshop in other areas.

      Second would be the interface. I'm not sure I'd call Photoshop intuitive. I actually remember a few weeks of pain when I first learned it years ago; it's a grand piano of an app -- you don't learn it in an evening. But Photoshop has such a huge user base that there's never been a problem with pushing the chair back and asking "hey, how do I do ______?" With GIMP the pain doesn't stop, and you find yourself going back to your old photoshop 5.5, and considering trying GIMP again when it goes 3.0.

      I'm not flaming you for your opinion, just telling you the basis of mine. This is why I haven't converted from photoshop, and haven't found GIMP to be a successful program to show to non-web-savvy friends. They've been happy with PhotoshopLE instead. GIMP isn't cutting it yet, though I really hoped it would with 2.0. Going to be dual-booting a while yet.

    33. Re:The Gimp by prockcore · · Score: 1

      I use Photoshop, 3ds max, and Premiere every day I go to work.

      Premiere isn't a good example of "great software" anymore. It's slow, buggy and the latest version won't work on any Athlon XPs (only P4s and Athlon64s).

      And what industry uses 3ds max? The television industry uses lightwave and the movie industry uses maya and softimage. The only people who use 3ds max are video game modders.

    34. Re:The Gimp by Anonymous Coward · · Score: 0

      Pssh ! You just say tell out loud the True Secret(tm) of Slashdot ?!? I hope someone will hide your post into oblivion while i'll try to whine about how linux is unfair to microsoft as a diversion post.

      Pfuh..

    35. Re:The Gimp by einTier · · Score: 2, Insightful
      And this is where Linux fails. It's written by programmers for programmers with almost no other oversight or input.

      Many times, Linux zealots will simply not add features because either:

      • They don't use it
      • They don't use the product that way and can't comprehend that someone else would want to do it that way. "What do you mean they'd rather use a GUI? Why if you just type '[insert long command string here with ten switches]' you can accomplish the same thing in less time!"
      • It's not cool to work on.
      • It's too damn hard.
      • They aren't listening.
      Too few want to give Microsoft (or Adobe or anyone else) credit for the things they do right. Too many are concerned with making their program do "cool" tricks or look flashy rather than make it usable. Or they want to make it stand out from everything else, so it doesn't look like it fits with the rest of the OS interface design. When someone voices a complaint, it's either, "it does this, you just have to do it in this completely unintuitive way that the programmer thinks is better|more logical" or dismissed with, "yeah, but no one uses that anyway!"

      If you want to compete with Microsoft on the desktop, you're going to have to stop listening to programmers and system administrators and start listening to your customers.

      --
      -------------------------------------------------- $665.95 -- retail price of the beast.
    36. Re:The Gimp by Anonymous Coward · · Score: 0
      What I like is people calling things standard which are not standard. Photoshop is not a standard. It is limited to what Photoshop decides.


      As for your comments you are calling the kettle black because of your choice of prefs.

    37. Re:The Gimp by killjoe · · Score: 0

      So what you are saying is the linux is not ready for the corporate desktop if your corporation does graphics processing. Interesting. What if your corporation basically deals with office software and email like 99% of the corporations on this planet? Is it ready for them?

      --
      evil is as evil does
    38. Re:The Gimp by sp0rk173 · · Score: 1

      It seems that mentioning that you'll bet modded down, troll or otherwise, guarantees you'll be modded up. I personally mod down posts that try to predict their moderation.

    39. Re:The Gimp by Stealth+Dave · · Score: 1
      While I would certainly agree that The Gimp is no replacement for Photoshop, there is a solution: CodeWeaver's Crossover. Need to run Photoshop? CrossOver has you covered. Need absolute compatibility with all of MS Office's obscure document features? Run MS Office with Crossover. Even IE 6 is available, albeit without Java support. Just $40 buys you a whole lot of Windows compatibility that's really easy to use. Just ask some of CodeWeaver's other customers.

      - Stealth Dave
      satisfied CrossOver customer.

      --
      Evil is as eval("does");
    40. Re:The Gimp by drinkypoo · · Score: 1

      While I admit that Photoshop beats the stuffing out the Gimp right now, gimp has made huge strides in the last year or so and is starting to actually be useful. In another generation or two it will be giving Photoshop a run for its money. The real killer, of course, would be to make it support photoshop plugins. If PSP can do it, then the gimp can. You might need wine to run some of them on linux, but that seems worth it to me.

      Some of that software is starting to get to the point where it's actually well-written enough to run on wine. when enough of it runs on wine you'll probably start to see more commercial desktops convert to linux, because as long as you save your progress often if your app blows up once in a while that's ok, but if your OS blows up it's more serious.

      You are absolutely correct, however, that the thing holding Linux back is the lack of high-profile software for it.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    41. Re:The Gimp by Cyno · · Score: 1

      Stop what? What features are lacking from the GIMP that the average person like me would need? Maybe I'm missing something here. And its been running on my laptop for almost a week now, since I installed it. Not terribly unstable if you ask me. Although I admit I am running Linux and the GIMP 2.0. That might have something to do with it.

      And who isn't cash-strapped these days?

      I'm just saying that Photoshop is great for when you need that much power in your photo editing application. But unless you're doing graphic design you could probably make due with the GIMP and save yourself several hundred dollars.

    42. Re:The Gimp by sploo22 · · Score: 1

      If you want to compete with Microsoft on the desktop, you're going to have to stop listening to programmers and system administrators and start listening to your customers.

      The problem is, who wants to do that in their spare time?

      --
      Karma: Segmentation fault (tried to dereference a null post)
    43. Re:The Gimp by Anonymous Coward · · Score: 0

      Hey Sprocket... just for the future: "definite".

      Oh, and also "consistency" and "laudable".

      Not a flame or a troll, I just think that anyone with a functioning brain would like to be made aware of their mistakes, so they could learn from them.

    44. Re:The Gimp by Anonymous Coward · · Score: 0

      are you taking the piss? in linux (KDE) everything looks the same and is easy to use.

      This is as much a lie for KDE as it is for Windows. Different tasks have different interface requirements.

      in Wordpad you need to go Edit->Find or Ctrl-F
      in Notepad it's Search->Find with no shotcut


      Can't think of a reasonable example, so you just make one up? Ctrl-f has been find in Notepad since at least Win95, probably earlier. If you want an example, try:
      ctrl-f is find in practically every program (aiiee, explorer, notepad, wordpad, word, excel) - except outlook express, where it's "forward email" instead.

    45. Re:The Gimp by vsprintf · · Score: 1

      Until developers realize they have to make linux work and look as well or better than windows.

      Linux already works far better than Windows, and as far as I'm concerned the multiple desktops offered look just as good. I really don't want menus to fade in and out or slowly extend and retract. If you like wasting CPU time like that, oh well.

      Also there needs to be less choice, or at least less differences by default.

      Absolutely! Lack of choice is a good thing, and it's the Microsoft way.

      Take a deep breath, install Mandrake, and you might find that having icons in a different position is not as life-threatening as MS tells you. The mouse can still find them. The computer still works (even better).

    46. Re:The Gimp by Uncle+Jimmy · · Score: 1

      Ctrl-F is not find in Notepad on Windows NT 4. It's F3 for some reason.

    47. Re:The Gimp by _Sprocket_ · · Score: 1

      Thanks. Every once in a while, one tends to fire-and-forget without proofreading. Or taking advantage of a spell checker.

    48. Re:The Gimp by bit01 · · Score: 1

      but it is not ready for my mom's desktop

      You are mistaken. Which version of Linux are you using? My completely computer non-literate older neighbour is using Linux (SuSE 9.1) for wordprocessing (OO), spreadheets (OO), email (Evolution), CD burning (K3D), CD playing (gnome-cd), web and file system browsing (konqueror), printing (CUPS), games (cards) etc.

      I installed Linux for her, upgrading from mswin98, a month ago and have given her two support calls since to set up some program options (e.g. fonts) and icons. By no stretch of the imagination is she computer savy - she has only a shaky idea of what a folder is and how to select program options. Yet she is comfortably using Linux for hours daily for her home based work, and play.

      Anybody who says Linux is not ready for the desktop is out-of-date and wrong. It may not be ready for all desktops but is certainly ready for the vast majority.

      ---

      It's wrong that an intellectual property creator should not be rewarded for their work.
      It's equally wrong that an IP creator should be rewarded too many times for the one piece of work, for exactly the same reasons.
      Reform IP law and stop the M$/RIAA abuse.

    49. Re:The Gimp by mattgreen · · Score: 1

      Amen. I love how for every app that is available on Linux you hear, "oh well this is as good or even BETTER than what is on Windows and it is FREE," but then when you bring up Gimp they flip the coin and say, "well it isn't fair to compare a FREE program to a REAL one! Average home users don't need to use Photoshop! If you need to do serious graphics don't use Linux, use a mac!" Never mind that Linux's core audience *is* power users, not average home users.

      Admit it. Nothing can touch Photoshop. And don't give me bullshit about Joe Sixpack in an attempt to dodge the question. I realize this may cause massive amounts of cognitive dissonance, however.

    50. Re:The Gimp by malfunct · · Score: 1

      I have no problem with linux, use it a lot of the time. I'd never put it on my parents computer. My thoughts were from experience. My mom managed to drag an icon off the start menu and onto the desktop and they couldn't use the program for 3 months until I stopped by home and "found" it again. Just imagine how screwed they would be if the window manager got changed. I won't even get into trying to have them install new hardware on windows.

      --

      "You can now flame me, I am full of love,"

    51. Re:The Gimp by aristotle-dude · · Score: 1
      Sorry, but Photoshop does not run on linux. GIMP does indeed run on all three systems. My point is that GIMP cannot be used as an "advantage" for linux given that it is a "free" program available on Windows as well as linux.

      Photoshop may indeed run in some fashion inside of "WINE" but it "emulating" the win32 API. There is no linux version of Photoshop. Anyway, Photoshop is just an example of the fact that there are no commercial desktop "Applications" available for linux.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    52. Re:The Gimp by Cyno · · Score: 1

      I suggest you read their faq.

      Sorry, but Photoshop does not run on linux.

      No, Photoshop runs on Linux, under WINE. The same way the GIMP runs on Windows. You don't think Windows comes preinstalled with the Linux API, do you?

      My point is that GIMP cannot be used as an "advantage" for linux given that it is a "free" program available on Windows as well as linux.

      I wasn't saying it could be used as an advantage for Linux. Just as Photoshop can't be used as an "advantage" for Windows. In fact I think it runs fastest on OSX. :)

      For the commercial applications that aren't available there's always WINE. ;)

    53. Re:The Gimp by Eminor · · Score: 1

      I pretty much refuse to take any article seriously that offers The Gimp as a resonable alternative or replacement to Photoshop.

      Well I'll agree with that. Keep in mind that this goes the other way to. For me, There are tools I use daily that aren't available for windows (sure I could cygwin, but I would not have access to my system like I would in Linux).

    54. Re:The Gimp by eliza_effect · · Score: 1

      Obviously I can't mod here, since this is a reply to my own comment, but someone please mod this guy up, as it is genuinely interesting.

    55. Re:The Gimp by Alereon · · Score: 1

      Amazing. Yet I use it all the time. Even on Windows. I will agree that it can be daunting - my daughter took a bit to warm up to it. Definate room for improvement. Hardly "worthless".

      Please. The GIMP is powerful software hampered by a user interface that could hardly be worse if it was designed with the specific goal of confounding the user. Look at the filesystem navigation provided by GTK in the Open dialog, for example. It requires knowledge of relative pathing to even navigate upwards through the directory tree! There's no way to change the sort order of folders or filenames, or even view data other than the name. Compare this to the Open dialog provided by Notepad in Windows XP. It's a useability dream, powerful but also simple enough for new users to understand. Why the heck can't The GIMP act like this? Oh yeah, GTK. Remember, Photoshop is so popular not just because it's powerful, but because it's also well designed and intuitive.

      And yes, while Qt is pretty nifty, it's not too common. And you seem to miss my point about consistency. Consistency is good, but as long as each application has a decent UI, inconsistency is only a minor annoyance. The use of terrible graphics toolkits like GTK, however, is what is going to keep Linux and Open Source apps out of the mainstream unless people get wise to the fact that an good user interface is a NECESSITY, not an extravagance.

    56. Re:The Gimp by _Sprocket_ · · Score: 1


      Look at the filesystem navigation provided by GTK in the Open dialog, for example. It requires knowledge of relative pathing to even navigate upwards through the directory tree! There's no way to change the sort order of folders or filenames, or even view data other than the name. Compare this to the Open dialog provided by Notepad in Windows XP. It's a useability dream, powerful but also simple enough for new users to understand. Why the heck can't The GIMP act like this? Oh yeah, GTK.


      I agree. There are several GTK apps that I drag with me to Windows (one being GIMP). The file dialogs are painfull. What's worse is that those same apps on my Linux workstation at home have the newer GTK dialogs... and it's much easier to deal with. And even then - I find myself preferring QT's dialogs.


      And yes, while Qt is pretty nifty, it's not too common.


      Very common in Linux. Not so common in Windows.


      And you seem to miss my point about consistency. Consistency is good, but as long as each application has a decent UI, inconsistency is only a minor annoyance.


      Actually - I think we agree on this.

      The use of terrible graphics toolkits like GTK, however, is what is going to keep Linux and Open Source apps out of the mainstream unless people get wise to the fact that an good user interface is a NECESSITY, not an extravagance.

      What would be your suggestion for a good toolkit?
    57. Re:The Gimp by Anonymous Coward · · Score: 0

      don't have an argument so just lie?

      >Ctrl-f has been find in Notepad since at least Win95

      W R O N G.

    58. Re:The Gimp by aristotle-dude · · Score: 1
      I have read the FAQ. Here is an excerpt from it:
      "loads and executes a Windows binary, and a set of libraries that implements Windows API calls using their UNIX or X11 equivalents"
      Ok, that wording is deceptive. Wine translates calls into their X11 or UNIX equivalents. That "is" emulation. There for, Photoshop does not run on linux, it runs on WINE (sort of). That is a big difference.

      I agree that the OSX version of Photoshop is the best, but there is no linux native version Photoshop. Can i say there is a native version of a particular dos game on the mac if I run it in Dosbox?

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    59. Re:The Gimp by Cyno · · Score: 1

      Can i say there is a native version of a particular dos game on the mac if I run it in Dosbox?

      Yes. :)

  15. Devices are still a clear stickiing point by Ars-Fartsica · · Score: 2, Interesting
    I still cannot expect to plug in a popular digital camera and get a uniform response on the desktop. Same for most music players etc.

    Other than that I think it is true that most of the FUD is just that - I use BSD and linux on the desktop exclusively

    1. Re:Devices are still a clear stickiing point by kidgenius · · Score: 1

      Nearly every digital cammera that you plug in will be recognized as an external, USB storage device. When you realize this, you simply mount it, copy the files, and you are done. You don't need any kind of "special" software. Hell, that's how I do it in Windows.

    2. Re:Devices are still a clear stickiing point by beakburke · · Score: 1

      You don't get that on windows either, only on the Mac. I guess windows isn't ready for the desktop either.

      --
      ----- Question authority, but not ours. Hate the man, but we're not him.
    3. Re:Devices are still a clear stickiing point by bit01 · · Score: 1

      I still cannot expect to plug in a popular digital camera and get a uniform response on the desktop.

      Try KDE 3.2 in SuSE 9.1. If the camera or player has a USB file system (most do) you'll get an automounted Konquerer File Browser window popping up showing the contents of the device which you can then drag-and-drop to your home folder, made visible by clicking on the home icon on the desktop. That's cleaner than many cameras under mswindows which insist on popping up some proprietary piece of crap for each brand of camera.

      ---

      It's wrong that an intellectual property creator should not be rewarded for their work.
      It's equally wrong that an IP creator should be rewarded too many times for the one piece of work, for exactly the same reasons.
      Reform IP law and stop the M$/RIAA abuse.

  16. Apps! by east+coast · · Score: 4, Insightful

    that Linux is harder to use, difficult to install and that there's not enough apps .

    Not to sound like a troll but it's really not a matter of enough apps but rather the right apps. Users and small companies may have a specific need that hasn't been addressed in the Linux circles. And frankly when you get into niche markets there will not be enough of a Linux user base to justify developing an app.

    And this isn't even touching on the fact that Joe Sixpack doesn't even want to learn a new OS. If it was a simple matter of new technology being better thus being used we wouldn't even be discussing desktop OSs.

    --
    Dedicated Cthulhu Cultist since 4523 BC.
    1. Re:Apps! by dema · · Score: 1

      Not to sound like a troll but it's really not a matter of enough apps but rather the right apps.

      That's a two way street. I could search google right now for some generic Windows application and get an abundance results. Only to find that 9/10th's of them are bogus, covered with spyware, big $$$, poor UI, or just plain useless.

      This isn't the first time I've seen this argument, and I fail to see how people distinguish between Windows and Linux when it comes to volume of apps. Both have a ton, and both have a ton that suck.

    2. Re:Apps! by NineNine · · Score: 1

      But in some categories, ALL Linux based apps suck. Like I've said here 1,000,000 times: show me a single, decent, comprehensive Linux-based business financials package. Payroll, inventory, PO's, vouchers, reorder points, taxes, reporting, receivables aging, etc. Just one. There may be 1000 based Windows apps that do this out there, and 990 of them may suck, but there at at least some to choose from.

    3. Re:Apps! by BarryNorton · · Score: 1

      The important software on Windows isn't the file-sharing, smiley-face-drawing, music-playing rubbish available on-line, it's the contact management, stock control and invoicing systems that were developed client-server on Windows to replace mainframe software. When there's enough of this to take something established, rather than require bespoke, then the investment will come. Yes, StarOffice has started to make inroads into the other important requirement actual businesses (rather than home entheusiasts) have, but it is often forgotten that the real investment is largely in the macros in secretaries and administrator's Excel spreadsheets (which, I understand, are not portable)...

    4. Re:Apps! by Anonymous Coward · · Score: 0

      it's really not a matter of enough apps but rather the right apps

      Unforuntately the companies for which I have worked, even those sold on Linux, the right apps are Microsoft Apps.

      Until 'Office .Net Longhorn Nigitrude Ultramarine 2061' is available as an Apache mod with CGI, those people won't be running their business apps under Linux.

      An it's not that there isn't a
      plethora of alternative, it's just what too many people (below the adoption curve) want.

  17. From the latest Byte by wiredog · · Score: 1

    Pournelle says:"They've made it: a Linux for Aunt Minnie."

    1. Re:From the latest Byte by Cheerio+Boy · · Score: 1

      "subscription required"

      Care to give me a non money-sucking link for this?

      --

      "Bah!" - Dogbert
  18. Why tell the masses? by hubs99 · · Score: 1

    Everyone complains about having to compile software for Linux and that because of this "need" to compile linux is not ready for the desktop.

    Why do we have to tell the masses they are compiling. Create an application(or shell script) called GreatInstall which does the ./configure , make, make install. This GreatInstall would be the envy ;) of every Windows' User for its ease of installation.

    1. Re:Why tell the masses? by pyrrhonist · · Score: 1
      Everyone complains about having to compile software for Linux and that because of this "need" to compile linux is not ready for the desktop.

      That is so 1997. No one complains about that anymore thanks to rpm, apt-get, etc.

      Why do we have to tell the masses they are compiling. Create an application(or shell script) called GreatInstall which does the ./configure , make, make install. This GreatInstall would be the envy ;) of every Windows' User for its ease of installation.

      Uh, that would be Gentoo. Or BSD.

      --
      Show me on the doll where his noodly appendage touched you.
    2. Re:Why tell the masses? by parksie · · Score: 1

      Things like Application Directories, as used by RISC OS, NeXT, OSX, ROX:

      http://www.skepticats.com/rox/appdirs.html

      Just drop it into the parent and run. Auto-compiles if necessary. Also look up 0install.

    3. Re:Why tell the masses? by xianzombie · · Score: 1

      Things like this are exactly what I would want to convince me to go *back* to Linux.

      Yes, I was a *nix user. RH, Mandrake, Debian, SuSe, and FreeBSD. used them all, some with a GUI, some w/ just a terminal - some with even more minor sucess.

      For me, the best was the first Mandrake w/ GUI support, and I ran for nearly a full year w/ just Linux...then I wanted to play a game. :(

      I've never been able to get a dial-up connection to work, ethernet has been hit&miss depending on which card and which distro.

      The fact is, I don't have the patience to (re)learn alot of the commands. I don't like *having* to sit there pouring over my options for the Kernel config, dig through man pages and things of that nature.

      I like having the option for "advanced tweaking" (from a windows percpective), but I also like having the ease-of-use. There's times when I just need it to work without me tweaking.

    4. Re:Why tell the masses? by hubs99 · · Score: 1

      Thats why I thought that compiling should be wrapped with a Gui. The emphasis on GUI installation has been primarily been on binary package systems. I am fairly new to Linux but why isnt there a gui based config-make-install that would show you which flags could be set, allow the flag to be set via a check box, and tell it where to install.

      Why not have a universal flag for configuration that would spit out a XML file of flags that could be set and how they should be presented to a user for this above mentioned gui-ed config-make-install program.

      Hopefully I am making sense.

  19. Real Conclusive by mdwebster · · Score: 3, Funny
    Since the machine was ultimately going to be a Linux client on my local network, I had her do Windows 2000 first. I also suspected she'd bail early on Windows 2000 and fail to install it. Windows 2000 isn't easy to install. :) By rights, we should have done Windows XP, but I don't have Windows XP.
    Yep, that's some high-grade journalism there! I'm sold!
    1. Re:Real Conclusive by jeffasselin · · Score: 1

      My flatmate had an old K62 which was in non-working condition. I put it back together and started to install an OS. First, tried Windows XP. It worked fine, but was way too slow for normal use.

      Second, Windows 2000. Instaled fine, worked relatively well, but I never managed to get a working video driver. All I could get was 640x480 or no video. tried various combinations of Service Packs, AGP drivers, video drivers, and DirectX with no success.

      OK, well third let's try Mandrake 9.2. Worked perfectly fine, first try, with normal resolution and video support, and speed was on par with W2K if not better.

      And they tell us Windows has better support? As long as you install a Windows version that's recent enough, maybe.

      --
      If he explores all forms and substances Straight homeward to their symbol-essences; He shall not die.
  20. Big stretch here by geek · · Score: 4, Insightful

    These aren't myths, they are facts. Linux is confusing as hell for most people. First of all, which Linux? Redhat, slack, debian, Mandrake or maybe SuSE? That alone is reason enough for a customer to just pass it by and pick up a copy of windows. Oh then you need to pick a desktop, KDE, gnome, Windowmaker, etc etc etc etc. Oh but the apps I want to use are for gnome and my Linux install is using KDE. Hmmm. 99.9% of people will just pass and go for the system that just does it for them.

    I don't understand how people can call windows bloated with features etc and not see Linux is 4 times more bloated with multple EVERTHING. I can't even count anymore how many times the Linux community has reinvented the wheel.

    Now I know someone will post with the "options are good" rhetoric and yes they are good but you know what? Unified interfaces are better, it's why windows and OSX are successful on the desktop and Linux is not. That's the reality of it. Until developers start giving a shit about usability Linux will remain a third rate hack of an already outdated windows interface. I see ZERO innovation in interface design from the Linux folks. Everything attempts to look like windows and the xservers today are no different from the ones from yesteryear. I see no forward movement, just clone and copy behavior from unimaginitive geeks who fail miserably to document and/or support their own work. It's just that simple.

    1. Re:Big stretch here by maximilln · · Score: 2, Insightful

      I don't understand how people can call windows bloated with features etc and not see Linux is 4 times more bloated with multple EVERTHING

      Windows is bloated. Linux is modular. Windows has everything included. Linux lets you choose from a list of everything.

      --
      +++ATHZ 99:5:80
    2. Re:Big stretch here by loteck · · Score: 4, Insightful
      from the article:

      "This means that an application compiled with one kernel in mind may not work with another one. For example, at the moment some distributions use the 2.4.x while others the 2.6.x kernel. An application targeting Suse Linux is thus not necessarily compatible with RedHat Linux even though we read the word Linux in both products. Each distributor compiles and re-packs the mainstream applications for their implementations.

      So, at the end of the day, a "Linux application" is source code that you expect to compile on most distributions, and the kernel alone is not granted to make it compile, the host will probably need a concrete shell and a precise set of shell utilities. It's not uncommon to find out that a make script calls some shell utility that our distribution of choice doesn't happen to have."

      First step to common linux exceptance: stop using the following words when you are trying to convince people that "Linux is hard" is a myth:

      Shell
      Compile
      Kernel
      2.x.x
      source code
      script calls

      I mean i don't know about the rest of you, but my users get confused when i try to seperate "the computer" and "the monitor". Compiling 2.x.x kernel shell source code using script calls? Right. Sure. Let me get back to you on that one.

    3. Re:Big stretch here by Anonymous Coward · · Score: 0

      RE: The bloated part...

      with 100 gig harddrives easily available what is the big deal if an OS & apps use around 2 gigs, thats small potatos, even a 40 or 20 gig drive will still have gobs of free space after a 2 gig OS & apps are installed

    4. Re:Big stretch here by chromatic · · Score: 1
      ... it's why windows and OSX are successful on the desktop and Linux is not.

      Care to revise that in light of IDC's claim that Linux overtook Mac OS X in desktop market share in 2003?

    5. Re:Big stretch here by Otter · · Score: 1
      I'd agree, but note that you're quoting from one of the "Not Ready For The Desktop" articles!

      A different point I'd make to the "Is Ready For The Desktop!" guy is that referring to people as "dumb" or "clueless" because they weren't born knowing how to tweak XF86Config or because they want some piece of software beyond Mozilla, K3B and Xchat is also not a way to win them over.

    6. Re:Big stretch here by FooBarWidget · · Score: 1

      That article is targeted to technical people. People like the Slashdot crowd. Why is it not OK to use jargon when you know your article's target audience understand it?

    7. Re:Big stretch here by JimDabell · · Score: 4, Insightful

      First of all, which Linux? Redhat, slack, debian, Mandrake or maybe SuSE? That alone is reason enough for a customer to just pass it by and pick up a copy of windows.

      Which Windows? Windows ME? Windows 2000? Windows XP Home? Windows XP Professional?

      Oh then you need to pick a desktop, KDE, gnome, Windowmaker, etc etc etc etc.

      I was under the impression most newbie-friendly distros had a clear default.

      Oh but the apps I want to use are for gnome and my Linux install is using KDE.

      What's the problem? You can run GNOME apps under KDE and vice-versa.

      I see ZERO innovation in interface design from the Linux folks.

      Wake me up when Windows gets multiple desktops, a feature supported by competing operating systems for at least a decade. Or when you can just open a directory on another machine via SSH. What about the recent LookingGlass beta? Does that not count as innovation? What has Microsoft released that is similar to that?

    8. Re:Big stretch here by Anonymous Coward · · Score: 0

      I bet you if cost wasn't a factor, os x would own linux. I bring this up because this is a discussion of usability and not price and you knew it.

    9. Re:Big stretch here by moonbender · · Score: 3, Interesting

      Which Windows? Windows ME? Windows 2000? Windows XP Home? Windows XP Professional?

      There's significantly less of a difference between all versions of Windows than between the various Linux desktop. I mean, not internally, and not from an admin point of view, but from that of a user. Specifically, in the versions you mention there are only two flavors of GUI: the Windows 9x look, and the XP look. Note that XP can be set to look like Win 9x, and many of the folks where I work have done that.
      Also, your comparison is unfair, because the versions you mention span several years. Currently, there is only Windows XP Pro and Home available for the desktop, Win 2000 and ME are obsolete. Or conversely, there have been a multitude of versions of every distribution mentioned.

      --
      Switch back to Slashdot's D1 system.
    10. Re:Big stretch here by _Sprocket_ · · Score: 1


      I bet you if cost wasn't a factor, os x would own linux. I bring this up because this is a discussion of usability and not price and you knew it.


      If cost wasn't a factor, MacOS would "own" Windows. But MacOS runs on proprietary hardware. And while that does offer some advantages, it also has some disadvantages to the consumer. One of those is cost.

      An interesting point is that for quite some time, Apple had superior technology. Great stuff (although I never used it, myself). But that doesn't matter. In the end, it comes down to money. To cost (selection / multiple vendors doesn't hurt either).

      I find it interesting how simular the "Windows vs. Linux" argument sounds to the old "Mac vs. PC" argument in the past.
    11. Re:Big stretch here by chromatic · · Score: 1

      Your argument was that Mac OS X has a larger market share than Linux because Mac OS X is more usable. If your premise doesn't hold, why should anyone believe your conclusion?

      Perhaps the usability of Linux is better than you claim or the relative usability advantages of Mac OS X aren't valuable enough to justify the price.

    12. Re:Big stretch here by geek · · Score: 4, Insightful

      "Which Windows? Windows ME? Windows 2000? Windows XP Home? Windows XP Professional?"

      WinXP is the latest version of windows. If you have a hard time deciding between new and old versions of the SAME operating system, bye the SAME vendor then you have larger problems. The fact you even tried this argument tells me you are part of the linux desktop problem and not part of the solution. Making rediculous comparisons like this does more for your ego than any OSS movement. It's called being ignorant my friend.

      "I was under the impression most newbie-friendly distros had a clear default."

      Here is proof of my point. "newbie" is an elitist term, try calling them "users" instead. You'll go much farther without the elitism. Oh and just because it has a default doesn't mean the apps conform to that default.

      "What's the problem? You can run GNOME apps under KDE and vice-versa."

      Hence the problem, UI inconsistency. Or did you just skip that paragraph in my post?

      "Wake me up when Windows gets multiple desktops"

      Virtual desktops is a horrible way to manage windows which is why Apple created Expose and why MS is implimenting similar tech into Longhorn. Wake me up when the UNIX developers design something more intelligent than virtual desktops, which by the way was a long long time ago. I ask, what have they done since? Nothing. "What have you done for me lately" is playing in the background, can you hear it?

    13. Re:Big stretch here by Anonymous Coward · · Score: 0

      i actively choose win2k when i have to deal with that part of computing.

      Why? because XP is garbage, its ugly, its extremely slow, and it just babies me about everything little fucking thing.

      it wants to do everything for you, but it always ends up doing a piss poor job at it.

      you ever watch a real user work with XP, guess what, XP isnt easy for them either.

      users want something that works well, but in reality they only expect and just assume its going to work less than half the time.

      XP isnt easy, its comfortable.

    14. Re:Big stretch here by Anonymous Coward · · Score: 0

      Wake me up when Windows gets multiple desktops, a feature supported by competing operating systems for at least a decade.

      You can already. nVidia has this feature in their drivers. It is very good, including showing all desktops at once, windows grouping etc etc. you can also use the PowerToys (free) from Microsoft to add multiple desktops too.

      If you mean multiple users at once - then you can do that too. Press Win-L to login as another user. You can then switch between the desktops with no problem.

      Ah, one more thing. ACLs, Encryption and Compression is available per default in WinXP Pro. They are advanced and is very experimental in Linux still.

      Wake me when users can create their own Samba shares and set custom passwords and usernames for it and still be bound to the files and security of their own profile in the local system.

      Not sure what you mean by opening a directory over SSH. You can use putty in Windows just like in Linux. You can setup X and IP forwarding too. There are exelent and good X servers for Windows.

      Also, if a user has a problem then he can just send a remote desktop help to his best buddy. It allows the buddy to share the desktop, input devices and even storage devices! Works fine with uPNP and their consumer DSL router too.

      "emerge mozilla-firefox" works fine and easy. But the user needs to restart his gnome-panel for the new menuitems to show!

      The user buys a new shiny USB mouse with 4 buttons and a scroll wheel to replace the 2 button one. Don't come and say it is "easy" to edit the xf86config file to fix the scrolling and the new buttons! At least in Windows it would work directly when you plug it in.

      BTW, LiteStep, WindowMaker, ThemeXP and many exists for windows to give whatever look you want. There are even OSX themes (including the dock with smooth hover effects, shadows etc too).

      Linux is great. I use it everywhere I can. But, for it to gain consumer acceptance it really really needs a better and much more intuitive interface. There just has to be GUI controls to change most things, including keyboard and mouse settings, device drivers, etc!

    15. Re:Big stretch here by JimDabell · · Score: 0, Troll

      WinXP is the latest version of windows.

      It also comes in multiple flavours and is not as compatible with as much software and hardware as previous versions. Plenty of people are picking Windows 2000 over Windows XP.

      If you have a hard time deciding between new and old versions of the SAME operating system, bye the SAME vendor then you have larger problems.

      If you count not blindly picking a suboptimal choice just because I think "newer is better" as a problem, then yes, I have a problem.

      The fact you even tried this argument tells me you are part of the linux desktop problem and not part of the solution. Making rediculous comparisons like this does more for your ego than any OSS movement. It's called being ignorant my friend.

      I am ignorant, a problem-causer and have a big ego, just because I dared point out that there are multiple versions of Windows to choose from? That's a pretty big leap of logic.

      "newbie" is an elitist term, try calling them "users" instead. You'll go much farther without the elitism.

      "Newbie" is simply shorthand for "new user", and I don't consider it pejorative. You'll go much farther without making rash assumptions about a person's attitude based upon the jargon they use.

      Hence the problem, UI inconsistency. Or did you just skip that paragraph in my post?

      What paragraph? You buried "unified interfaces are better" in the middle of a paragraph about "looking like Windows" (sounds like consistency to me) and lack of innovation.

      Yeah, I missed those four words to begin with, but Redhat was making GNOME and KDE work alike a couple of releases ago, and since then things like GTK-Qt have come about.

      Virtual desktops is a horrible way to manage windows which is why Apple created Expose and why MS is implimenting similar tech into Longhorn.

      That's funny, users have been happily using them for years. And, in comparison to Windows, it's far, far better than *nothing*.

      Wake me up when the UNIX developers design something more intelligent than virtual desktops, which by the way was a long long time ago. I ask, what have they done since? Nothing.

      At the risk of repeating myself, what about Looking Glass?

    16. Re:Big stretch here by Anonymous Coward · · Score: 0

      So "Kernel" is technical, but "registry" isn't ? 2.x.x is technical, while XPSP2 isn't ?? Script is technical while Virus is not ???
      Just because you can't do something with Microsoft
      does not make it difficult.. that /. bias makes me sick..

    17. Re:Big stretch here by JimDabell · · Score: 1

      nVidia has this feature in their drivers. you can also use the PowerToys (free) from Microsoft to add multiple desktops too.

      Oh, I'm sure you can bolt enough third-party add-ons and power user utilities onto Windows to get it working acceptably in terms of the user-interface, but how many users are willing to go to the trouble of hunting down all sorts of different add-ons to supply what comes as standard with a desktop Linux distribution?

      Ah, one more thing. ACLs, Encryption and Compression is available per default in WinXP Pro. They are advanced and is very experimental in Linux still.

      That's nothing end-users should have to care about, but yes, the security model Windows uses is better than the traditional Unix security model.

      Wake me when users can create their own Samba shares and set custom passwords and usernames for it and still be bound to the files and security of their own profile in the local system.

      I'm not sure what you mean by "bound to the files...", but you can set up a share by right-clicking on a folder and selecting "Share".

      Not sure what you mean by opening a directory over SSH.

      I mean opening a directory on a remote computer as if it were a local directory, without needing anything other than SSH installed on the remote computer. No commands, third-party applications or anything, just a normal file manager window.

      Also, if a user has a problem then he can just send a remote desktop help to his best buddy.

      Yep, Linux has this too - Preferences | Internet & Network | Desktop Sharing.

      "emerge mozilla-firefox" works fine and easy. But the user needs to restart his gnome-panel for the new menuitems to show!

      I don't think you can count problems in the power-user, bleeding-edge, source-based distribution Gentoo as problems with distributions aimed at normal users. Do normal distributions have this problem? All I know is that everything works as expected for me (using Gentoo, actually, but that's beside the point).

      The user buys a new shiny USB mouse with 4 buttons and a scroll wheel to replace the 2 button one. Don't come and say it is "easy" to edit the xf86config file to fix the scrolling and the new buttons! At least in Windows it would work directly when you plug it in.

      Whenever I've used a normal-user-aimed distribution like Mandrake in the past few years, it's detected my mouse properly. I don't consider editing config files to set up a mouse to be user-friendly, so don't try and put those words in my mouth.

      BTW, LiteStep, WindowMaker, ThemeXP and many exists for windows to give whatever look you want. There are even OSX themes (including the dock with smooth hover effects, shadows etc too).

      ...and yet on Linux, the attitude is "users get confused by the availability of multiple interfaces"? Sounds like double-standards to me.

      Linux is great. I use it everywhere I can. But, for it to gain consumer acceptance it really really needs a better and much more intuitive interface.

      I agree. However, I think this because I think that Linux has to be substantially better than the competition to get consumer acceptance. I do not think this because I think Linux is far behind the competition - if I did, I wouldn't have been using it as my main desktop machine for the past five or six years. For instance, to make inroads on Windows' market share, it needs an impeccable installer that can cope with multiple operating systems sharing the same computer. Windows, on the other hand, just needs to carry on being installed by OEMs.

    18. Re:Big stretch here by powerlinekid · · Score: 1

      You have no idea about what you are speaking of.

      If you don't think people are confused enough about what version of windows they run and why it does in fact make a huge difference, then you are fucking retarded. It doesn't matter if its "old". Grandma running Windows 98 doesn't know why its telling her that she can't install her camera. All she cares about is that she can't.

      As for the "newbie" thing, thats just you being a jackass. Sure if you're some big marketing asshole, users are revenue streams. For those of us who don't give a flying fuck who is running Linux, "newbie" is a perfect word to describe some distributions. I mean if you substitute "user" for "newbie" what are you saying? "Oh mandrake is such a user distro". Thats idiotic.

      As for the consistency, on Mandrake for the most part it doesn't install anything from gnome on default. Meaning apps are consistent with the KDE interface. I'm not exactly seeing the problem here. Now if you want more, sure you just might have to intermingle KDE and gnome apps but I doubt most people would be such an elitest desktop purist as yourself. Now on top of that, there is the general themeing (galaxy in mandrake) which does make things look much more a like.

      Now get off your Microsoft high horse. What was the last gui innovation microsoft made? As you even say, they're ripping Expose off from Apple. Seems to me that Apple has done most of the work and Microsoft copies it. (Also, Apple is a UNIX developer... but we'll let that slide since you obviously are pushing an agenda here.)

      Now as for "What have you done for me lately", what the hell is the point of that? Open Source has done a lot. Maybe not for you, but looking at your attitude I don't think I'd want you in our community. You sound like a miserly, elitest asshole who is incapable of seeing anything beyond what little ideas you get in your head.

      --

      can't sleep slashdot will eat me
    19. Re:Big stretch here by Kiryat+Malachi · · Score: 1

      Apple is a UNIX developer, but that has very little to do with arguing about whether Linux's UI is miserable.

      A) OS X ain't Linux.
      B) Apple's UI is *not* open source - Aqua and related technologies (like, for example, Expose) are not available to be studied and to have their code copied.

      As to the consistency thing - the point was that almost all Windows apps, and basically all OS X apps use the same UI and widgets and whatnot. Don't even try to claim the same to be true for Linux; it isn't. It isn't even close. And UI isn't just about widgets, either - Mandrake's themeing may do well for making the 'close window' icon the same, but can it fix things like how to handle hotkeys or button placement or any of the other things that MS and Apple set down in writing as to "This is the one true way"? Of course not.

      By the way, you should really re-read your last sentence; it seems to apply to you equally well.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    20. Re:Big stretch here by JimDabell · · Score: 1

      As to the consistency thing - the point was that almost all Windows apps, and basically all OS X apps use the same UI and widgets and whatnot.

      What? I seem to remember Office having those damn annoying menus that keep hiding options before the rest of the OS, and something similar happened with Internet Explorer. Third-party applications often don't follow the normal UI, and sometimes Microsoft throws normal UI completely out of the window with things like Pinball and Media Player.

      The same applies to Mac OS X, only less so. For instance, some applications use that brushed metal look, and some don't.

    21. Re:Big stretch here by geek · · Score: 1

      You have severe emotional issues. Seek help.

      Oh and "Now get off your Microsoft high horse" was especially comical as I'm posting this in OSX.

      If I didn't feel truly sorry for you and your obvious stability problems I would flame away, as it is I'll just say good bye and good luck with your "issues".

    22. Re:Big stretch here by Yosho · · Score: 1

      The same applies to Mac OS X, only less so. For instance, some applications use that brushed metal look, and some don't.

      And, believe it or not, there are guidelines about what kind of applications should use the brushed metal look. Read this: Brushed Metal Windows

      The Apple Human Interface Guidelines are very extensive. It's a good idea to read them before you do any development on a Mac -- otherwise your app will undoubtedly come out feeling "strange" to users.

      --
      Karma: Terrifying (mostly affected by atrocities you've committed)
    23. Re:Big stretch here by StarTux · · Score: 1

      "Virtual desktops is a horrible way to manage windows which is why Apple created Expose and why MS is implimenting similar tech into Longhorn. Wake me up when the UNIX developers design something more intelligent than virtual desktops, which by the way was a long long time ago. I ask, what have they done since? Nothing. "What have you done for me lately" is playing in the background, can you hear it?"

      Need to get the basics right before you go off innovating imho. Anyway, if you make something so unique and different you will complain anyway because it so different.

    24. Re:Big stretch here by Anonymous Coward · · Score: 0

      "emerge mozilla-firefox" works fine and easy. But the user needs to restart his gnome-panel for the new menuitems to show!

      They shouldn't. If they do, that's a Gentoo problem. No surprise, given how rough around the edges it is. Even if there wasn't some other way to do this (which there is, as my distro does it on its own...), the post-install scripts could run: killall -HUP gnome-panel

    25. Re:Big stretch here by Anonymous Coward · · Score: 0

      Right, and VB and COM (ActiveX) sucks and is nothing but a security problem, but you can make a local procedure call remote by adding a single parameter to a CreateObject function call. And how hard is it to get 2 phase commit working against multiple vendors RDMS's? And how hard is it to write a socket app or parse xml, or set up declarative security on a middle tier component or implement message queues or queued components or event classes or set up servers for clustering and fail over or have an entry level person put a GUI on a 3 table database or even read a row from the database or get your sound card to work? And on and on and on. The answers for the dense folk is "easy". Windows *IS* faster, cheaper and better compared to Linux. And I like Linux and root for it and OS X too, though I wouldn't waste my time using them. Go Mono!

    26. Re:Big stretch here by RedBear · · Score: 1

      That's all good except for this line:

      Which Windows? Windows ME? Windows 2000? Windows XP Home? Windows XP Professional?

      That does not serve your point at all. We both know that the common user will have a choice between WinXP and XP Pro, if they are even given a choice at all. WinME has been deprecated by XP, and it is difficult to get an average computer with Win2K unless you're ordering for a business. The usual home computer just comes with XP Home now. None of this disproves the fact that distinguishing between the different Linux distros is very confusing for the uninitiated user.

      Also, even in friendly distros like Mandrake they don't always just set you up with a "clear" default unless you know enough to choose that during the install. Normally there is a list of several window managers you can choose to log into, include KDE, GNOME, IceWM, and a few others. This is all very confusing to most people, and rightly so.

      Oh, and the fact that you can run GNOME apps on a KDE desktop and vice versa is great, but it is still confusing and totally non-obvious. I had probably been a Linux desktop user for at least a year before I understood that the apps weren't mutually exclusive. They certainly make no effor to act as if they worked flawlessly together, and to this day most GNOME apps will look horribly out of place on a KDE desktop, and vice versa again. Until both desktop environments use the exact same themes, this will be one of the things about a Linux desktop that confuses new users.

      So I guess in retrospect I don't agree with anything in your post, and I don't think any of it was really insightful at all. The myth that Linux desktops are confusing is not a myth but a fact (I can say this having used Linux for years now, from Debian to Mandrake) and nothing you've said really disproves that. The things you've said just demonstrate that you've adapted to the initial confusion by learning a lot about the system, so you're now blind (in a dyslexic sort of way) to how confusing a Linux desktop really is. I'm not trying to be insulting, mind you. We all have this type of blindness to varying degrees. It takes a lot of thinking to really see things from the other side. The side we all used to be on.

    27. Re:Big stretch here by Frogbert · · Score: 1

      Yes, and that is a god damned big list! To make that god damned big list worse its barely catagorised, application naming is stupid (K-everything, G-everything). Descriptions of packages are optional, and they only include the executable files so you end up having to install 8 more packages spanned across 3 cd's to get xmms working.

      As an example how many fucking IRC clients does a linux distribution need? One thats how many ONE, if someone wants another one they can download it. The same can be said about web broswers, you need at most two, lynx and the graphical browser of your choice. Don't throw in konqurer, mozilla and firefox in the same distribution, its annoying and confusing to fix. Text editors, Word Processors, Office Suites, media players! Four+ programs to do exactly same thing I don't want that, I want one program and if it is shit I can uninstall it, download a better one and install that one.

      Talk about bloat, linux is pathetic.

    28. Re:Big stretch here by Eminor · · Score: 1

      stop using the following words when you are trying to convince people that "Linux is hard" is a myth:

      The average user is not slashdot's target Audience.

    29. Re:Big stretch here by Reteo+Varala · · Score: 1

      The Average Joe falls into one of the following categories:

      * Net Junkie - Uses their computer to get on the 'Net.
      The sales pitch here involves security and incompatibility with Windows Viruses, built-in pop-up blocking, built-in Spam filtering, and a built-in firewall. In other words, a far safer environment to be browsing the Web in... and Email no longer has the "gotcha" factor.

      * Typer - Type up letters and homework on the computer. Sometimes makes lists using Excel. As long as they're MAKING the documents, Word compatibility isn't an issue. They usually don't use a TENTH of the features in the $400 product anyways, and this generally HAS the features they DO use.

      Usually, the Typer's also a Net Addict. And this combination is by far the most common "common" person I've met. Everyone else is usually pretty savvy and knows what they want.

      * Gamer - Computer games are this person's life. Obviously not the market for Linux, and I won't waste my breath trying.

      * Creative Professional - Adobe * CS (or the Creative Suite itself, or Elements), Macromedia *, Pro Tools, Logic Audio, Cubase... The professional-grade creative tools are not on Linux, and while I might be flamed for this, those products massively outstrip anything even remotely comparable in Linux. I know, I've used a number of them (Photoshop in particular makes the Gimp look to be a fitting name) Once again, marketing Linux to this person would likely be a waste of my time.

      * Computer Enthusiast - Not likely worth my breath endorsing Linux... these people already know about it, and have likely established opinions one way or the other. If they ask questions, I'll be glad to answer them, but only if they have questions. ...unless I get drawn into a drawn-out conversation about the latest SCO debacle, Microsoft's Patent plan, CSS, DMCA, or other Social/Political/Technical issue.

      * Businessman - Worth the discussion, but the lack of direct bank-access from Linux financial software counts as a MASSIVE disadvantage to an otherwise perfect system tool. However, It IS worth discussing Linux with them as another option, as business people like to be kept abreast of potential technology trends. And if they can dedicate another computer for accounting, they are often amenable to trying Linux out for their main communication/management desktops.

      The BIG advantage to Linux is the "Try before you buy" principle. I keep a notebook in my shirt pocket when I work, and just about every customer who proves hesitant about Linux, I give a way to try it absolutely free before they make any decision. Knoppix is my friend. ;)

      So far, a huge number of those people I've given the Knoppix website to have returned, and SuSE has sold pretty regularly where I work.

    30. Re:Big stretch here by mat.h · · Score: 1
      Wake me up when Windows gets multiple desktops

      Virtual Desktop Manager, part of the Microsoft PowerToys for Windows XP. Sadly, it doesn't add a system menu entry to send a window to a different desktop, but apart from that it's quite servicable.

    31. Re:Big stretch here by f0rt0r · · Score: 1

      Tell me about it. I feel the same way when I go to buy a car. All differnent shapes,sizes, and colors. They can't even standardize on an single engine! Why can't they just make one type of car with the exact same dimensions, colors, and features? Plus car manufacturers all pretty much just copy each other. I mean, 4 wheels, and engine, a trunk, seats...not a lot of innovation going on here.

      And what is up with the car manufacturers who don't document how to use standard ( stick ) transmission? How am I supposed to figure out your need to go from neutral to first gear, second gear, etc. if they don't provide instructions to this obscure technology?

      --
      I can't afford a sig!
    32. Re:Big stretch here by Anonymous Coward · · Score: 0
      These aren't myths, they are facts. Linux is confusing as hell for most people. First of all, which Linux? Redhat, slack, debian, Mandrake or maybe SuSE? That alone is reason enough for a customer to just pass it by and pick up a copy of windows. Oh then you need to pick a desktop, KDE, gnome, Windowmaker, etc etc etc etc. Oh but the apps I want to use are for gnome and my Linux install is using KDE. Hmmm. 99.9% of people will just pass and go for the system that just does it for them.

      Damn, I'd hate to see you at a car dealership. You know, they offer waaaayyy too many choices. Must be a bunch of damn elitists! BTW... Gnome and KDE play well together, which you would know if you actually bothered to investigate, rather that live on prejudices.

      I don't understand how people can call windows bloated with features etc and not see Linux is 4 times more bloated with multple EVERTHING.

      I think you misunderstand. Win comes with bloat that can't be removed, whereas all of the extras in Linux can be removed/not installed. Try thinking for once, sheep

      As far as interfaces go, I tried to use OSX the other day and found it quite confusing. Of course, I realized that this was due to my ignorance, rather than a design flaw. Maybe you should actually use an environment for a while before you attack it?

    33. Re:Big stretch here by Mornelithe · · Score: 1

      First of all, which Linux? Redhat, slack, debian, Mandrake or maybe SuSE? That alone is reason enough for a customer to just pass it by and pick up a copy of windows.

      They'll use whichever one comes installed on their PC, or whichever one their local geek installs. Just like Windows.

      Oh then you need to pick a desktop, KDE, gnome, Windowmaker, etc etc etc etc.

      Most distributions choose one desktop as standard, and then they use themes to make GTK and QT look the same (RedHat and Mandrake do, at least). Most people won't have any idea which they're running. I had a friend who installed Fedora, and switching between Gnome and KDE left the desktop almost identical.

      Most people won't know Windowmaker exists.

      99.9% of people will just pass and go for the system that just does it for them.

      You mean Linux, which comes with 99.9% of the software most people use preinstalled? Or do you mean Windows where I have to run to Tucows to get a free CD ripper, or an IRC client, and so on. Oh, and which of the 4 different Office boxes should I get? Do I need FrontPage? This is so confusing!

      Linux is 4 times more bloated with multple EVERTHING.

      Yeah, it sure is a pain that Linux requires me to install 5 of everything. I sure wish I didn't have to go through and select every checkbox and install every software package on the install CDs.

      It's a good thing that Windows doesn't have people building 58 ftp clients for it, or I'd have to go install every single one of those, too.

      Unified interfaces are better, it's why windows and OSX are successful on the desktop and Linux is not.

      Oh, you mean how Windows uses a different widget set for Office than it does for IE? And how Windows Media Player doesn't look the same either?

      Yeah, that's much better than Redhat's Bluecurve theme making all the GTK and QT applications look identical (and that probably covers 99% of the applications that get installed/used).

      Everything attempts to look like windows

      I see. When Linux is different from Windows, it's hard to use, but when it's the same, it's just unimaginitive geeks mindlessly parroting Windows. You're totally right.

      and the xservers today are no different from the ones from yesteryear.

      Yeah, you've obviously been following the XOrg development lists. You're so informed. I wish several of Keith Packard's improvements were slated to be included in the next release in 2 1/2 weeks. And maybe after that they could plan on implementing hardware acceleration and such.

      I see no forward movement

      Yeah. It'd probably help you see if you opened your eyes, but that's too much trouble.

      Boy, you sure told me.

      --

      I've come for the woman, and your head.

    34. Re:Big stretch here by Mornelithe · · Score: 1

      Hmm...

      That does not serve your point at all. We both know that the common user will have a choice between WinXP and XP Pro

      Most people don't really have a choice at all, other than perhaps a checkbox on Dell.com. And if Linux were that way, it wouldn't matter either. Most people will have that decision made for them by a knowledgable person, and won't be installing it themselves.

      But, assuming they are installing it themselves...

      Also, even in friendly distros like Mandrake they don't always just set you up with a "clear" default unless you know enough to choose that during the install. Normally there is a list of several window managers you can choose to log into, include KDE, GNOME, IceWM, and a few others.

      I'm pretty sure this isn't true. I don't know about Mandrake, but Red Hat does Gnome by default. If you want KDE, you need to find the "Switch to KDE" menu option somewhere. SuSE, I think, standardizes on KDE. It's not true that people have to choose this unless they want to (say, if they choose the expert installation).

      Oh, and the fact that you can run GNOME apps on a KDE desktop and vice versa is great, but it is still confusing and totally non-obvious.

      No it's not. They're installed. They're in the "start menu." You click the button and they run. The distro themes make Qt and GTK look the same. What's not obvious?

      Your saying that GTK and QT apps look out of place together shows that you haven't used a new Linux distribution in a while (or if you have, you haven't payed any attention). In Fedora, for example, the KDE and Gnome desktops look almost exactly the same (when I had my friend switch from one to the other, I thought nothing had actually changed. It had, but it just looked exactly the same).

      We all have this type of blindness to varying degrees.

      People say that a lot. How do you know it's right? You think you're blind, but you don't really know, because you can't go back to seeing to test it out.

      Modern Linux distributions are just as GUI-clickable/usable as Windows is for the great majority of people.

      And for the more admin oriented people, there are plenty of distributions out there that implement clicky network card configuration and so on, just like Windows. And it hides just as much of what's really going on as Windows, so I have just as little of an idea of how to fix it when it breaks. I guess if I used the GUI tools all the time I'd know.

      That's how people want it, I guess. But your assertations that we are somehow blind to the staggering complexity of Linux is, basically, horsefeathers. Sure, we may be used to command lines, but modern distributions let you do almost all the common stuff with the GUI, which is good enough for most people. Anything more complex they'd need to call their Windows guru friend for anyway (and I don't even know what you'd be dealing with then, either on Linux or Windows).

      If you got Linux in the same situation as Windows now is (preinstalled and so on), there's no reason most people couldn't use it fine, including those who need to do a little tweaking once in a while.

      --

      I've come for the woman, and your head.

    35. Re:Big stretch here by mdemirha · · Score: 0

      Wake me up when Windows gets multiple desktops, a feature supported by competing operating systems for at least a decade.
      Geee, what an innovation - wake me up when that is a useful feature at all. I have been using Linux for a long time at work, but I dont remember using multiple desktops more than once a week. Moreover, MS has freely available Powertoys for windows, which has that useless multiple desktops innovation in it.

      What's the problem? You can run GNOME apps under KDE and vice-versa.
      Hmm, let me see. There in lies the dilemma my friend - they are god damn inconsistent GUIs.
      Which Windows? Windows ME? Windows 2000? Windows XP Home? Windows XP Professional?
      If it is hard you to choose a windows version (hint: use the LATEST version, which is XP), how can you manage to live with Linux???
      I was under the impression most newbie-friendly distros had a clear default.
      You are a person that cant even choose a windows version. You are the BIGGEST newbie!

  21. These aren't Myths by still_sick · · Score: 4, Interesting

    There is no denying that it's harder to use than Windows. Yes, getting widget X to work is just a matter of looking in the man page and finding the correct command and args - and hell, that may not even be hard for you or anyone else here. But it's still not something the average person will ever do.

    Besides that, it's ignorant to EXPECT an average computer user to just accept the fact that they need to start learning nifty commands XYZ - why should they? Why WOULD they? Most of the slashdot crowd probably learned it because they wanted to. Linux was something they wanted to use, and they wanted to learn to use it well.

    All the average user wants is to be able to send an email, or browse the web for porno, or whatever. LET THEM .

    Different tools for different jobs. Use Linux if you want to be an uber-1337 power user. Use Windows if you just want to check your mail and surf porn.

    Just like if you want to measure the height of a wall, all you need is a yardstick (Windows) - you don't need a damn laser-guided-super-gadget (Linux).

    Sure, the super-gadget is arguably "better", but 99% of the people on earth don't need one, don't want one, and will never be inclined to learn to use one.

    Why is that such a bad thing?

    --
    ...Also, I didn't know Buggalo could fly.
    1. Re:These aren't Myths by Anonymous Coward · · Score: 0

      i have never had to enter a command to look at porn, read my email etc.

      what are you thinking of, slack 1.0?

      windows aint that easy either

      you are pretending that a homeuser is going to install linux themselves. they are not going to. someone else will. then they will have prettty icons on the desktop that say "EMAIL" etc.

      actually windows is the absolute worst option for connecting to the internet.

    2. Re:These aren't Myths by mstefanus · · Score: 0

      Interesting? Insightful!!

    3. Re:These aren't Myths by FooBarWidget · · Score: 4, Insightful
      "Yes, getting widget X to work is just a matter of looking in the man page and finding the correct command and args"

      And this is exactly the kind of myths the Slashdot crowd are spreading. You DON'T have to do anything to get a widget set working!
      Let's take a look at Fedora 1 for example:
      - Installer autodetects soundcard, graphics card, mouse, keyboard, etc. etc. It's simply a matter of Next, Next, Next.
      - After installation, the X server works (and before you nitpick on this: no the user doesn't have to know what an X server is).
      - The desktop works, no reading manpages or commandline magic whatsoever.
      - My network card is also autodetected, and DHCP is automatically setup. I can immediately browse the web by clicking on the "Mozilla Web Browser" icon (notice the word "Web Browser"; the user doesn't have to know about Mozilla to know it's a web browser).

      So, what's your response to this?

      "All the average user wants is to be able to send an email, or browse the web for porno, or whatever."


      They can! This is something you already can do with a preinstalled, preconfigured Linux system! In fact, my parents have been using Linux to browse the web for years. Honestly, have you ever tried?
    4. Re:These aren't Myths by still_sick · · Score: 1

      They can! This is something you already can do with a preinstalled, preconfigured Linux system! In fact, my parents have been using Linux to browse the web for years. Honestly, have you ever tried?

      Let me ask you this simple question - Did your parents do their research as to which preinstalled/preconfigured system was right for them?

      Did they load it up themselves?

      Did they get all their drivers and devices working themselves?

      Do they maintain the box themsleves?

      .... Or do you do all of that for them?

      I'm willing to agree with you as far as this - once you've got a nice stable Linux box set up exactly the way you want it, it's trivial to use. It's trivial for ANYONE to use.

      It's getting the box TO that point that STILL is difficult, and STILL requires geek-knowledge and man pages and whatnot.

      Just in the past month I've tried the lastest of Gentoo, Linspire, and RedHat. NONE OF THEM worked 100% out of the box on my machine.

      80%? Sure.

      90%? Sure. But THAT is the problem. There's always the one little detail that won't work without knowledgable tweaking.

      I stand by what I said - it's not reasonable to expect the average person to do their own tweaking. And it's ALSO not reasonable to expect the average person to hire a geek just to get their Linux box up and running 100%.

      --
      ...Also, I didn't know Buggalo could fly.
    5. Re:These aren't Myths by Aneurysm9 · · Score: 3, Insightful
      You're dead on. I recently installed Debian for my 8 and 10 year old sisters because they had tinkered with their Windoze install and acquired so damn much malware that it was irreparably broken. Did they have to learn how to use a single CLI tool? No. I put shortcuts to Mozilla and Evolution on their desktops and showed them how to find the games menu and they're off and running. They haven't been able to break anything yet and their only comments have been about how wonderful all the new games are.

      I think it's useles to say that Linux is or isn't ready for the desktop without indicating who will be using the desktop. For your average webmonkey doing nothing more than browsing, playing java/flash games and sending an occasional email, Linux is more than ready.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    6. Re:These aren't Myths by still_sick · · Score: 1

      You're dead on. I recently installed Debian for my 8 and 10 year old sisters because they had tinkered with their Windoze install and acquired so damn much malware that it was irreparably broken.

      All these examples of "I, a knowledgable Geek, installed Linux for person XYZ and they can use it easily!" are all fine and dandy, but do nothing to dispell the degree-of-difficulty of Linux.

      You're doing all the heavy-lifting for them. You're configuring the devices, you're setting up the shortcuts that make it easy.

      Once you take all the "Ease of Use" know-how that you've got right now, inject it into the installation so that it requires NO Heavy Lifting from ANYONE - THEN you'll really have something.

      --
      ...Also, I didn't know Buggalo could fly.
    7. Re:These aren't Myths by FooBarWidget · · Score: 1

      "It's getting the box TO that point that STILL is difficult, and STILL requires geek-knowledge and man pages and whatnot."

      Actually, no. It runs on an ancient RedHat 7.3. Let me summarize the installation process for you:
      - Insert CD.
      - Wait till the graphical installer pops up.
      - Next, Next, Next. Videocard, mouse, keyboard, network card are all autodetected.
      - DHCP is automatically setup for you.

      Uhm... yeah that's pretty much it.
      Everything else is just general tweaking to make it run faster. But getting the system to a usable state really is just all of that!

      Well you just have bad luck. Linux have been working perfectly fine on all computers I installed it on.

      "90%? Sure. But THAT is the problem."

      Not everybody needs 100%. Have you ever considered that? There are many users who are satisfied with 90%. It's just that the Slashdot crowd are geeks, and therebefore think absolutely everybody want 100% and getting every single bit out of their computer.

    8. Re:These aren't Myths by Ignignot · · Score: 1

      90%? Sure. But THAT is the problem. There's always the one little detail that won't work without knowledgable tweaking.

      I agree completely - there has never been a single time that I can recall where I didn't have to go and do SOMETHING weird to get some random peice of software working. I've installed debian many times, red had, fedora, mandrake, and gentoo. I've used old hardware and new hardware. Eventually they tend to fix and adapt to the problems that I have to fix by hand, but by then there are new ones. First it was very awkward usb support in debian. Then another debian didn't recognize my network card unless I did an expert install, and changed no options and it worked. Next sound doesn't work correctly in the gentoo install. RHN doesn't work right coming out of the box. There's always something wrong. With windows there are no problems with install, yes, the updating is annoying but honestly has a better interface than even apt, and does a pretty good job of the same. I think the biggest difference between windows and linux is that I have to work to get linux running in the beginning, after which it is fine, whereas windows is fine in the beginning, but I have to work to keep it running later. (spybot s&d, av software, etc.) Linux needs much better out of the box support. I don't even care if the support is limited to a select group of packages - just get them all working fine on any hardware.

      --
      I submitted this story last night, and it didn't get posted.
    9. Re:These aren't Myths by FooBarWidget · · Score: 1

      And how many average users install Windows themselves? (Those who can certainly aren't average users.)

    10. Re:These aren't Myths by still_sick · · Score: 1

      Well you just have bad luck. Linux have been working perfectly fine on all computers I installed it on.

      OK, sure. I have bad luck. What then? If some new user tries the install, has bad luck (non-standard hardware, whatever), where does that leave him? Reading man pages.

      That's all I'm saying.

      Not everybody needs 100%. Have you ever considered that? Of Course you're right. The 90% install may very well be enough for a lot of people - as long as the last 10% isn't something you care about.

      I'll give you a specific example. Running the latest Gentoo, could NOT getting networking to work to save my life. My network is DHCP enabled - Windows boxes detect it just fine, Knoppix detects it just fine, Linspire detected it just fine. But Gentoo? Forget it.

      Looked high and low, tweaked, read man pages. Any n00b in my situation would've been left with the exact same prospect - debugging, tweaking, and reading man pages.

      That is FAR BEYOND even the geekiest of us can reasonably expect a non-Geek to do.

      --
      ...Also, I didn't know Buggalo could fly.
    11. Re:These aren't Myths by Aneurysm9 · · Score: 1
      I didn't do any heavy lifting. I don't know when the last time was you installed Debian Sarge, but it was probably the easiest installation I've ever performed. It's almost easier than installing Windoze XP. The only thing that requires thought is selecting which packages you want to install, which is only not a problem on Windoze because it doesn't come with anything of substance nor does it give you a choice abou what to install or not.

      As far as configuring devices and setting up shortcuts, the XFree86 autoconfigure worked just fine and the only "setting up of shortcuts" I did was dragging mozilla and evoltion from the KDE menu to the desktop, something they would have been capable of themselves.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    12. Re:These aren't Myths by still_sick · · Score: 1

      And how many average users install Windows themselves? (Those who can certainly aren't average users.)

      Oh come on... When you buy a computer off the shelf, it comes pre-installed with Windows. No Installation necessary. If you bought any funny hardware, the techs at the shop better make damn sure it works before giving it to you.

      And before you say it - YES - those same people could just as easily have ordered a computer pre-loaded with RedHat or whatever. But why should they? Why WOULD they?

      In most cases, they read a flier for "COMPUTER SALE - $599" and they went in and asked for "That one".

      If they were Geeky enough to even ask for RedHat - this argument becomes moot.

      --
      ...Also, I didn't know Buggalo could fly.
    13. Re:These aren't Myths by FooBarWidget · · Score: 1

      "OK, sure. I have bad luck. What then? If some new user tries the install, has bad luck (non-standard hardware, whatever), where does that leave him? Reading man pages."

      How's that any different from Windows? I spent half a day trying to get my new printer working on Windows XP. The installer kept freezing or otherwise just doesn't work. Not even after reboots.

      "But Gentoo? Forget it."

      So uhm... don't use Gentoo? You are not Gentoo's target audience. Isn't it only common sense to use a product that targets you?

      It doesn't matter what operating system. If something goes wrong, the newbie is screwed. Windows XP is far from perfect. Things go wrong more often than Slashdotters want to admit.

    14. Re:These aren't Myths by FooBarWidget · · Score: 1

      "Oh come on... When you buy a computer off the shelf, it comes pre-installed with Windows."

      EXACTLY. Windows comes preinstalled. So why do you compared preinstalled Windows with non-installed Linux?

      "And before you say it - YES - those same people could just as easily have ordered a computer pre-loaded with RedHat or whatever. But why should they? Why WOULD they?"

      What's your point?
      People don't know Linux, so they don't choose Linux no matter how userfriendly or easy. And somehow it's Linux's fault that it isn't widely known?

    15. Re:These aren't Myths by BranMan · · Score: 4, Insightful

      I agree that these are not myths.

      But, you go on to say that most people just want to surf the web, use email, etc. "Regular users". Fine. I agree.

      You fail to realize WHY there is so much linux development - it's not hordes of geeks wanting to be uber-1337 as you call it.

      There is so much linux development because Windows is NOT good enough for the "regular users". It crashes, it subjects people to endless pop-up ad boxes, patches sometimes break things, the user interface is not consistant across the Windows product line, it is an open door to every worm and virus that comes along, it is exploited by every malware developer in the world, it can be turned into a spam relay / zombie / DDOS box.

      In short Windows sucks - not for what it is, it is a pretty decent OS after all - but for what it could be. All the hackers trying to work with something on a shoe-string look at Microsoft - a company with 40 Billion+ in the bank, and getting richer every day - and think that after 10 years Windows isn't any better than it is because they just don't care.

      Mozilla, starting from scratch, with only a handful of fulltime developers, and overtook IE in 2 years (in terms of functionality, robustness, features, and resistance to malicious attacks). Has anything Microsoft, the most powerful software development company in existance, done recently come close to that accomplishment? Have they shown they really CARE about the people who buy their products?

      The average user would probably LOVE a linux PC that does all they want - whether in Gnome or KDE or whatever - and just works. No blue screens of death, no virus attacks, no popups. Surf, email, write letters, etc. No hassles.

      And that's a good thing

    16. Re:These aren't Myths by Anonymous Coward · · Score: 0

      Use Windows if you just want to check your mail and surf porn... and be infected by all the latest virii in the process!

    17. Re:These aren't Myths by still_sick · · Score: 1

      EXACTLY. Windows comes preinstalled. So why do you compared preinstalled Windows with non-installed Linux?

      What's your point? People don't know Linux, so they don't choose Linux no matter how userfriendly or easy. And somehow it's Linux's fault that it isn't widely known?


      We're back to my original point now. The reason I'm comparing preinstalled Windows to non-installed Linux is because 90% of the desktops out there right now have windows installed.

      The act of switching over to Linux is difficult for the average user. There is no similar "switching over" to Windows.

      And besides the install, once you get it all up and running - there's no more Tech Support safety net that average users NEED.

      Have a DSL problem with Windows? Tech support will help you. Tell them you're running RedHat? You're on your own.

      Same with hardward. Problems running it under Redhat? Not supported. You're on your own.

      --
      ...Also, I didn't know Buggalo could fly.
    18. Re:These aren't Myths by anagama · · Score: 1

      All this talk about browsing for porn ... you would think if porn was that important, people would be flocking to Linux.

      • I=1; while [ $I -lt 10 ]; do wget http://somepornsite/porn_pic-$I; let I=I+1; done;

      Be nice - probably a cooler better way to do this and you can probably just set wget options to do a similar thing. In either case, easily building a large a porn collection ought to be an incentive to learn a bit about linux.
      --
      What changed under Obama? Nothing Good
    19. Re:These aren't Myths by kryptKnight · · Score: 1

      The problem with "Windows Yardstick Edition" is that it rots and snaps in half after a few weeks of use unless the user coats it with sealant (firewall), and picks out termites and fungus (spyware and viruses). Unfortunately, most users don't know how to properly maintain their yardstick.

      With The Laser Assisted Linux Measurement System, it takes more work to get it up and running, but once its going you can use it without more work. If you need to install a new system of measurements however, it usually will be more difficult than drawing new lines onto Windows Yardstick Edition.

      In the end, if the user can take good care of his yard stick and it gets the job done well enough, he has no reason to switch to Linux.

      --
      Facts do not cease to exist because they are ignored. -Aldous Huxley
    20. Re:These aren't Myths by FooBarWidget · · Score: 1

      In other words, this is a chicken-and-egg problem, and Linux will NEVER get out of the vicious circle? Is that it?

    21. Re:These aren't Myths by still_sick · · Score: 1

      So uhm... don't use Gentoo? You are not Gentoo's target audience. Isn't it only common sense to use a product that targets you?>

      You really believe that n00bs are capable of wading through all the bullshit, and chosing the one distro that's right for them?

      --
      ...Also, I didn't know Buggalo could fly.
    22. Re:These aren't Myths by still_sick · · Score: 1

      I never said they'd NEVER get out of it - but yes, it is a Chicken and Egg problem.

      The day that the availability of pre-loaded Linux systems is the same as Windows boxes (and yes, I know there's a trend here) - The day that most consumer hardware has OFFICIAL support in Linux - The day that all software has OFFICIAL Linux versions - Linux will work just fine as a Desktop environment for the average user - even if the base software never improves from where it is right now.

      But as it is, you're asking users to be too self-sufficient by giving the Linux.

      Right now the people who run Linux are the people who cna handle running Linux on their own. The people who run Windows are the people who can't.

      Seems about right to me.

      Whether that's the way things SHOULD BE, or ALWAYS WILL BE aren't for me to say. Maybe in ten years Linux will be everywhere and Windows will be a bad memory. Who knows? I don't care which way things turn out.

      --
      ...Also, I didn't know Buggalo could fly.
    23. Re:These aren't Myths by CovertPenguins · · Score: 1

      Agreed. I think you nailed it with the yardstick analogy.

      I see no reason to push Linux on people. The entire concept of a good vs. evil Open Source logic is lost on these people. They don't care. They want the little voice to tell them "You've got mail."

      I think the debate rages on because many Linux users are so passionate about Open Source that it actually upsets them when the general populace couldn't care less that they're contributing to the decline of the intelligence quotient of the user base.

      And without stupid users, I wouldn't have a job. Thank you Microsoft.

    24. Re:These aren't Myths by Anonymous Coward · · Score: 0

      No blue screens of death, no virus attacks, no popups.

      When I see comments like this, I already know your entire view on Windows is incredibly biased. There are popup blockers for Windows (FireFox, Mozilla, third party blockers). There are virus scanners for Windows. And blue screens of death are just as "common" as a kernel panic you see in Linux.

    25. Re:These aren't Myths by cyxxon · · Score: 1
      You wouldn't even have to resort to the CLI for this - check out Gnaughty!

      Or Pornzilla, for that matter...

    26. Re:These aren't Myths by FooBarWidget · · Score: 1

      Yes, I do. What's the first thing you do if you don't know what to choose? Why, you ask other people of course (well, either that or you go on research yourself; what do you think students do all the time anyway? Do you think other people are incapable of learning?). Almost everybody will come to the same conclusion: RedHat, Mandrake or SuSE for those who are new to Linux. Which one you choose out of those 3 doesn't matter: it's like flavors of ice.
      And do you really think the salesman will sell him a copy of Gentoo?

      How much efford does it take to find out which distribution is suitable for you? Not much. In fact, nobody I know has ever been put off the fact that there are many Linux distributions. The only people who complain about things like that are - tadaa - Slashdotters, and nobody else.

      While we're at it, how many computer manufactures do you think there are? Dell, Compaq, Sky, Vobis, Albert Heijn, Aldi, bla bla bla. How many different insurance companies are there? How many different banks? How many different TV programs? How many different news papers? OMG people are confused and are unuable to do anything! Not.
      That's like saying n00bs are not capable of distinguishing the difference between a truck, bus and normal car when they want to buy a car. That's like saying people will never go to restaurants because there are too many choices on the menu.

      Just because there are many choices doesn't mean you'll never able to choose something, or that you must spent weeks/months to choose something. Ever heard of something called recommendation?

    27. Re:These aren't Myths by FooBarWidget · · Score: 1

      Well, by that reasoning, NOTHING except Windows is "ready for the desktop". So that means MacOS X is not ready for the desktop?

      "Right now the people who run Linux are the people who cna handle running Linux on their own. The people who run Windows are the people who can't."

      You can exclude my parents. And I suspect there are other similar people out there.
      For everybody who has limited needs (there are many people like that out there), and have a technically inclined friend, Linux can be just fine.

    28. Re:These aren't Myths by StarTux · · Score: 1

      "Different tools for different jobs. Use Linux if you want to be an uber-1337 power user. Use Windows if you just want to check your mail and surf porn."

      This is so far off as to be laughable. Linux is perfect for those that just want to surf the web and check e-mail. If that is all the person does then Windows is a waste.

    29. Re:These aren't Myths by Aneurysm9 · · Score: 2, Insightful

      So, let me get this right. Linux isn't ready for the desktop because most users will require someone with technical knowledge to help them with the install but windoze is ready for the desktop because it comes preinstalled? Linux isn't ready for the desktop because it can be (though isn't necessarily) more difficult to install hardware but windoze is ready because "the techs at the shop better make damn sure it works before giving it to you."? So, what you're really saying is that windoze is ready for the desktop because you can pay people to make it work for you but Linux isn't because people will make it work for you for free? That makes zero sense.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    30. Re:These aren't Myths by Frizzle+Fry · · Score: 1
      Isn't it only common sense to use a product that targets you?

      Apparently not. Or at least that sort of sense isn't common around here, since the main product targetting these people is Windows and they are criticized for choosing to use it.
      --
      I'd rather be lucky than good.
    31. Re:These aren't Myths by FooBarWidget · · Score: 1

      You're kidding right? Everybody here says "Windows rulez, Linux will never succeed on the desktop". NOBODY critisizes people for using Windows. I'd even argue some people get critisized for being happy with Linux.

    32. Re:These aren't Myths by Moraelin · · Score: 1

      Riight. Yet another case of "well, it worked for _me_, so surely everyone has the _exact_ _same_ hardware and software config."

      Well, here's some clue for you. Here's verbatim what happened when installing SuSE 9.0 at home. (At that time, it was the latest and greatest distro.)

      Installer detects stuff all wrong.

      E.g., my Audigy 2 card isn't really supported unless I download and compile the latest ALSA. Which, in turn, makes 1 or 2 other apps no longer work, because they expect a different version of the ALSA libs. Ooookaaay.

      Also, the sound is now muted by default. Not a big issue for me, nor unexpected, since I've been through the same ALSA-muted-by-default crap ever since I first tried ALSA in 2000 or so. But plain idiotic to expect Joe Average to not panic. He just sees that he gets no sound.

      (Just for a lark, I tried plugging an old Plantronics USB headset in the USB port, instead of the Audigy 2. Worked in Windows like a charm, after all. Bit too noisy, but works. Linux seemed to be at a total loss about using it. There probably must be some way to get it to work, but nothing that looked like an obvious 5 minute exercise to me. I suppose even less so to Joe Average.)

      After installation, X does _not_ work, because the 9800 XT is not among the supplied drivers. Hrm. Fine, I'll just download them with lynx then. (In Windows I would have just popped in the supplied driver CD, but still, downloading is something one does in Windows too.) Except the only way to install them is via the command prompt, and answering some questions. Which Joe Average would have trouble even understanding. (E.g., wth is a gart module, and how should I know which one to use.)

      If I had a choice, I'd take Windows's defaulting to 640x480 VGA and having graphical installers for everything.

      For some reason, even after following the instructions, X defaults to having no 3D acceleration at all. It all goes through Mesa, and even some screensavers are slower than a dead snail. Trying to play some emulated PSX games in the Linux version of ePSXe, nets me literally single digit frames-per-sec. On a rig which, at that moment, had the fastest gaming CPU _and_ the fastest video card money could buy. (And bearing in mind that Playstation games aren't exactly Doom3. They're very low polycount.)

      Again, not something you'd expect Joe Sixpack to instinctively diagnose on his own. He just sees "linux is slow."

      Thankfully, the network and the DSL modem is configured and running right. The network printer isn't.

      To its credit, it does come with plenty of firewalling possibilities, and even offers to configure it for me. Too bad it's so f***in primitive, that it makes Zone Alarm look like Star Trek technology. (Hint: there's more to security than blocking ports by number.)

      The desktop works, too bad half the applications are badly configured for it. E.g., running Midnight Commander in plain linux prompt (ctrl+alt+f2), xterm, konsole and the gnome terminal, yields wildly different results.

      Etc, etc, etc.

      And if that still sounds like something that Joe Average should be overjoyed with, someday I'll tell you about my installing the 64 bit version of Gentoo. Hint: almost no drivers at all, so it only worked in VESA framebuffer mode. Which was so slow that downloads were slowed down by the painting of the progress bar. Also about 90% of the apps (including OpenOffice) could not be simply emerged as it is, because they weren't ready for 64 bits.

      Yep, that's gotta be something to recommend to Joe Average instead of waiting for the 64 bit Windows XP.

      --
      A polar bear is a cartesian bear after a coordinate transform.
    33. Re:These aren't Myths by Anonymous Coward · · Score: 0

      "All the average user wants is to be able to send an email, or browse the web for porno, or whatever. LET THEM ."

      Linux does that as easily as Windows, but without worrying about all the viruses and spyware, keeping anti-virus up to date, installing a firewall....

      Your arguement has also been used for the exact opposite - claims that Linux is only good for the simple things like sending email and you need Windows for the complex stuff.

    34. Re:These aren't Myths by FooBarWidget · · Score: 1
      "Riight. Yet another case of "well, it worked for _me_, so surely everyone has the _exact_ _same_ hardware and software config.""


      And that's exactly your attitude problem. You're making up stuff like that.
      All I'm saying is that not everybody has the same problems as you do, so you shouldn't try to generalize it and act as if it's broken for everybody.
  22. Hardware by oldwarez · · Score: 0

    Try unplugging your mouse then plugging it back in, do this in Windows AND Linux. In which one does the mouse start working right when you plug it in? That is why I use Windows.

    --
    username:oldwarez password:oldwarez
  23. Good by Tr0mBoNe- · · Score: 1

    I just hope the right people read this.

    Windows has its place. We call those people, Users. If you want a computer to talk on email or watch a movie, get windows. Even for games. What the heck... yer not gonna kill someone by buying that OS. However, if you want to be a little more of a power user, or oh i dunno... run a large corperation's servers, do go to unix/linux/hp-ux/caldera

    Every system has its place and user base. It just happens that Windows manages a staggaring market share with billions in profits. Linux has has the same issue with their image that windows had when it was compeating with Apple 20 years ago. They broke through and now bill gates is rich... Linux will go through the same transformation in the next 2 - 3 years.

    I think the more publicity and articles like this will help slide people over and get them onto the penguin much quicker. the internet is a great thing. Anyway, rant aside, Good for this guy.

    make menuconfig
    make && make clean bzImage modules modules_install
    cp ./arch/i386/boot/bzImage /boot/bzImage
    reboot

    and I got a new system. wheeeee that was fun!!

    --
    while(1) { fork(); };
    1. Re:Good by Seydlitz · · Score: 1

      Hmm, now I'm now expert, but didn't you miss out mkinitrd?

  24. Just installed XP and Quake3 won't run by dpilot · · Score: 0, Offtopic

    Tuesday night my son and I put XP-Pro on the computer he'll be taking off to college. The install went well, and it was good to see it support the hardware out of the box. I think we may have needed the nForce2 CD, but that was it. The Radeon 8500LE was properly recognized, installed, and configured.

    The next day he installed Elite Force 2, but it wouldn't run, he said it reported 'something about opengl'. We have a Quake3 Linux, and used it's pak file, installing the point release for Windows. This time I watched it complain about opengl, or lack thereof.

    Though the Radeon 8500LE was detected, drivers installed, and configured, somehow OpenGL was missing. I didn't know ATI made Radeon drivers without OpenGL.

    We went to ATITech, got the released (not beta, or special in any way) drivers, removed the old drivers, rebooted and installed the new ones.

    Now Quake3 works just fine, maybe he's tried Elite Force 2, by now. The conspiracy theorist in me says, "Hmmmmmmmm."

    --
    The living have better things to do than to continue hating the dead.
    1. Re:Just installed XP and Quake3 won't run by Alereon · · Score: 1

      ATI's drivers include OpenGL, Microsoft's do not. When you install a graphics card in Windows XP, the drivers it come with offer support for DirectX ONLY, as this is all Microsoft is willing to bundle with the OS. In order to get OpenGL support, you need to install the drivers from the manufacturer. Of course, you should be doing this for every piece of hardware in the system for optimal performance and stability.

    2. Re:Just installed XP and Quake3 won't run by Anonymous Coward · · Score: 0
      I didn't know ATI made Radeon drivers without OpenGL.

      You know what, they don't. That's because your XP install correctly identified and installed a very safe middle of the road set of drivers for your 8500. Microsoft doesn't do OpenGL. They do Direct3D (DirectX). The XP installs are very demanding on "getting it to start up the first time and not crash". They don't want to install bleeding edge drivers that will torque the hardware into the blue screen mode.

      I am extremely happy that XP includes video drivers for most cards that are enough to get them up and going in something more than 16-color 640x480. And for most people, they probably never care if they don't install more vendor-specific video drivers.

      For what it's worth, your 8500 would have come with a driver disc with the 'actual' ATI released drivers at the time. Which, with ATI, means they're outdated in about a week.

  25. Converting .doc to plain text ASCII using metamail by donsaklad · · Score: 0

    In emacs rmail, how do use metamail in converting a message with an attachment in .doc to plain text ASCII ?...

    Apparently, it is not a simple thing !

  26. Not Difficult to install? HA! by Giggles+Of+Doom · · Score: 4, Insightful

    I consider myslef to be pretty geeky, but the last time I tried to install linux I went through 4 distributions (Debian, Knoppix, Fedora, Mandrake) over the course of a week, and I could never get any of them to fully work. Sure, I could get a basic X session up and do office and web work, but many things I could never get running. Namely, I never got the Radeon driver or audio working, and every time I tried to compile a new kernel it failed horribly, even with the nice people on IRC helping me. Easy to install my ass. Having to recompile the kernel to get a driver working sucks big time.

    --
    "A coward dies a thousand deaths, the brave but one."
    1. Re:Not Difficult to install? HA! by frank86 · · Score: 1

      You can't install Knoppix' it's a Live-CD-distro

    2. Re:Not Difficult to install? HA! by Anonymous Coward · · Score: 0

      but you can use it to install Debian

    3. Re:Not Difficult to install? HA! by xutopia · · Score: 1

      yeah but did you ever try recompiling a Windows kernel? ;)

    4. Re:Not Difficult to install? HA! by pgrst · · Score: 1

      This is the exact same experience I had. Of course when I posted about it I got modded as a troll. What developers forget is that there is a cost to the user of switching and learning a new os. The main cost is time, time that has to be switched away from tasks infinitely more important such as quality time with family, work, etc. I remember years ago I took the time to purchase and read the enormous 1000page dos bibles that were published after each dos revision. As a result I became very proficient using that OS. Do I want to invest a comparable amount of time in learning a Linux distro? No - now I have work and family commitments that use most of my time. All I want from a computer is for it to W-O-R-K without me doing anything. Switch it on and have it work. If that means I only use Windows, that's fine with me. For me to switch to Linux the process must be painless, specifically, it must be costless. I don't want to spend anytime messing around in configuration files. I just want to stick a cd in the drive flip the power, have it install and then work. If a developer can write a linux distro that will install perfectly and without me having to do anything, then I will buy it. To summarize, for the average user to switch it is not sufficient that the linux experience is "about the same", or "a little better". The Linux experience must be much, much better in order to offset the costs to the user of switching.

    5. Re:Not Difficult to install? HA! by kidgenius · · Score: 1

      I was gonna make the same point. Kernel recompiles happen once-in-a-great while. Also, I wouldn't expect a novice Windows user to know how to recompile anything at all, and I don't expect a novice linux user to do the same. When you want a new kernel, just upgrade your distro and you'll be set.

    6. Re:Not Difficult to install? HA! by TheAwfulTruth · · Score: 4, Insightful

      My wife and I, both software engineers with 15+ years of experience, me mainly Windows but some Linux and her mainly Linux, had similar poor install experiences recently with RH9 and Slack 10.

      Both installs after doing the minimum kernel/libs install attempt to go into a graphical install by default and on both distros on two different machines, it just hard locked when switching the video mode.

      I forget what she had to do to make hers work, but I had to go through a complex recovery boot process to hand edit the X config file to finish the install!

      I have installed every version of windows on dozens of machines (including the same machine as the failed linux installs) and the VESA graphic mode that the windows install goes into has /never/ failed on me.

      This is a prime example (and just one of many) of the very rough edges that Linux still has that most Linux geeks completely gloss over. How hard can it be to write a universal 640x480 or 800x600 VESA VGA driver? (I can anwser this because I wrote one myself for DOS, it's not that hard! Hint, TEST the video mode change after you issue it to see if it took before continuing! Do not trust the video cards query function to tell you if it can support the mode or not!)

      If this had been my first Linux install, my jaw would have dropped, been left completely confused and dangling for a fix and I would have not taken a second look at it again.

      Again, neither myself or my wife are anything close to stupid users and Linux can still be a very frustrating experience, to hell with Windows problems and comparisons, if Linux is so much better, why isn't it any better? (And frequently so much worse?)

      I've called several times on people to stop patting themselves on their collective backs and get to work for real on some of these issues, but I too ususally get modded to troll when I do.

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    7. Re:Not Difficult to install? HA! by prockcore · · Score: 1

      every time I tried to compile a new kernel it failed horribly, even with the nice people on IRC helping me.

      Houston we have a problem.

      Might as well made a post about how you totally fucked over your windows install by making lots of changes in the registry, even with the nice people on IRC helping you.

    8. Re:Not Difficult to install? HA! by finkployd · · Score: 1

      How often to do you need to make changes in the registry to load new device drivers?

      Finkployd

    9. Re:Not Difficult to install? HA! by forgotmypassword · · Score: 1

      Well about a week ago I had to go into the registry and clean out a bunch of entries for a driver install that crashed halfway through. I couldn't install the driver because it said it was already installed even though it wasn't.

      And there was this other time with a NIC ...

      So I guess the answer is a quarter of the time.

    10. Re:Not Difficult to install? HA! by StarTux · · Score: 1

      Why were you compiling a new kernel? Was it for the Radeon?

    11. Re:Not Difficult to install? HA! by Anonymous Coward · · Score: 0

      I tried Damn Small Linux. Had to remaster it to get it to connect to my modems on three boxes, and to include Mozilla Firefox. Most everyone nowadays want s to get on the Internet with their computer, a far cry from the days when we used Basic to write some programs that did calculations that would have been impossible or extremely boring to do by hand, and that was mostly the extent of computer use, other than writing small games, etc.
      So, my remaster seems to fill the bill for me anyway, and I'm not going to try again to install Debian 2.2 or put together bit by bit, a nice Slack 8. I lost my custom Slackware when the drive motor on a hard drive burned out, so I like the "live cd" idea with DSL, even if I boot with the "toram" option. I'll let you know after I get the XP sp2 installed if I still like Windows.

    12. Re:Not Difficult to install? HA! by Anonymous Coward · · Score: 0

      "This is a prime example (and just one of many) of the very rough edges that Linux still has that most Linux geeks completely gloss over. How hard can it be to write a universal 640x480 or 800x600 VESA VGA driver? (I can anwser this because I wrote one myself for DOS, it's not that hard! Hint, TEST the video mode change after you issue it to see if it took before continuing! Do not trust the video cards query function to tell you if it can support the mode or not!)"

      Actualy there is a Vesa driver that supports version 3.0 upwards, and old vga driver that i suppose supports all the crappy video cards, and if you have fbcon up-and-running you always have fbdev. The problem is so many distributions don't take advantage of them to make a fail-safe mode.

    13. Re:Not Difficult to install? HA! by Brandybuck · · Score: 2, Insightful

      The problem with Linux graphical installers is that they all want to be 1024x768x32 resolution, to show off their nice high color logos on a purple and green color scheme. From the instant it boots. Windows starts with a boring text mode installer (really!) and then switches over to a lo-res lo-color graphics mode.

      Linux had a working graphical install three years ago, but it wasn't good enough as every distro wanted their own differentiator. My opinion is that if you can't do a graphical install correctly, stick with the text mode installer until you get it working. Far fewer people will walk away from a text mode installer than those that will walk away from a crash or hang.

      --
      Don't blame me, I didn't vote for either of them!
    14. Re:Not Difficult to install? HA! by Terrasque · · Score: 0

      A friend of mine had similar problems with RedHat(or Fedora - dont remember exactly) install on his laptop.

      He got it running on vesa, but didn't like it, as it ran very slowly. So he tried to download ATI's drivers (just as you would do in windows). The shock came when ATI's own linux drivers didn't support the card (He later found a 'hacked' driver that worked - hacked here being putting the card ID in the driver's list of supported cards).

      Now, if it was Windows, and ATI's drivers didn't support their own card, no one would even think of putting the blame on Windows itself.
      But under linux.. Well, it just HAVE to be linux' fault. Of course. What else could it be?

      --
      It's The Golden Rule: "He who has the gold makes the rules."
    15. Re:Not Difficult to install? HA! by Anonymous Coward · · Score: 0

      My suspicion is that Linux developers are often focusing on higher-end features/functions. Commendably you can do a lot of really complicated things with Linux, if you know what you're doing.

      The price for that, though, is that development resources aren't really directed towards the kinds of things that be really, really time-consuming (like a bulletproof GUI install process) and are seen as having minimal payout.

      I think the other thing that hurts desktop Linux is "choice" -- the key leaders responsible for architecting a Linux desktop are caught up in the idea that infinite choice is always important, and you have a desktop environment that's ecnompasses unnecessarily complex layers that are black boxes to even talented end users when those layers don't work together.

    16. Re:Not Difficult to install? HA! by Anonymous Coward · · Score: 0

      Graphical install on Slackware 10?
      I think not, troll.

      You get dumped to a command line, and the rest is ncurses text mode.

    17. Re:Not Difficult to install? HA! by dfj225 · · Score: 1

      I've had often the same experience with Linux. I'm no idiot when it comes to computers, as I am a CS major. However, I could always get Linux installed but never working the way I wanted. Usually in about a week I had the system so messed up I needed to reinstall. Often it would take much tweeking just to get simple things like wireless and sound working. That is why I bought an Apple laptop. I can use most Unix tools and also install most Unix apps if I please, but I don't have to touch any of it if I don't want to. So far OS X has worked beautifully, the joy of a modern working os and all the power of unix.

      --
      SIGFAULT
    18. Re:Not Difficult to install? HA! by AmbyVoc · · Score: 1

      Of course you can install Knoppix:
      knxhdinstall script will put the contents of the CD to a partition of your choice. Since Knoppix is fundamentally Debian, you have a working Debian install on your computer after the script has finished.

      --
      - Voice of Ambience -
  27. I'd like a universal Clipboard by TeamSPAM · · Score: 1

    I use Linux as my work desktop for development and trying to cut and paste stuff drives my up the wall. Here a list of the apps I generally use on my RH9 box: Netbeans, TOra, Evolution, Mozilla and Konsole. The "clipboard" will work within the app itself, but I'll be lucky if the text I selected will show up when I paste it in another app. I even been know to have a Konsole open to be my clipboard so I can switch between the apps. Honestly, it's not Linux that is the problem, it's X-Windows!

    --
    Brought to you by Team SPAM! where we believe: "Information in the noise!"
  28. Bad Article by neilb78 · · Score: 4, Insightful

    This is a very bad article. First let me says that I love Linux. We have several Linux servers and I use it on the Desktop some, also.

    When I say that Linux is not ready for the desktop, here's what I mean. The user interface is not as intuative and consistent as the Windows XP interface. Software IS more difficult to install on Linux, anyone who says otherwise is live in another world. There is no way I could explain to my Mom over the phone how to install .

    I think the Linux desktop has made a HUGE improvement over the last few years... KDE is looking really good!!! We're almost there, but don't push it until it's ready, otherwise you end up with Windows 95 :-(

    --
    © 2004 The SCO Group, Inc. All Rights Reserved.
    1. Re:Bad Article by evvk · · Score: 1, Redundant

      I guess I live in an another world then. apt-get install progname vs. click click click click click click click click click click click click click click click click click click click click click click click click click click reboot click click click click click click click click click click click click click click click click reboot click click click click click click click click click click click click reboot click click click click click click.

    2. Re:Bad Article by Krafty+Koder · · Score: 0

      "There is no way I could explain to my Mom over the phone how to install ." huh? i must be living in a different parallel universe so. urpmi versus click click clickity click reboot click click cancel reboot click click reboot shutdown reboot click click click reboot.... ad nauseum..

    3. Re:Bad Article by ignavus · · Score: 2, Informative

      There is no way I could explain to my Mom over the phone how to install .

      Open synaptic. Scroll down to mozilla-firefox. Right click and select "install". Now click on the "Apply" button at the top of the screen.

      Don't worry - it will get the software from the web, and all else it needs, install and ready to use.

      Need a database? An office suite? Frozen Bubble? You don't even need to go to a shop or pay money or register for a lifetime's supply of SPAM - just follow the same instructions. It is SO MUCH EASIER than Windows, it is not funny.

      --
      I am anarch of all I survey.
    4. Re:Bad Article by Brandybuck · · Score: 1

      We're almost there, but don't push it until it's ready...

      If no one ever "pushed" Linux then no one would be using it now, and no one around to get it up to the level your mother needs.

      If it's your mom, and she's technically clueless, then of course give her the OS designed for technically clueless people. That should be obvious. But "desktop ready" is not synonymous with "anyone can use it". Technically proficient people use the desktop too. Really! For true! Maybe they might want to try out Linux/BSD/Unix without having to wait for it to get to the one-click-does-everything level your mom demands.

      --
      Don't blame me, I didn't vote for either of them!
    5. Re:Bad Article by Eminor · · Score: 2, Interesting

      The user interface is not as intuative and consistent as the Windows XP interface. Software IS more difficult to install on Linux, anyone who says otherwise is live in another world.

      Maybe I am living in another world than you are, but how is typing "emerge ${SOFTWARE_PACKAGE}" harder than:
      1) googling "${SOFTWARE_PACKAGE}"
      2) searching through bad results to find site containing ${SOFTWARE_PACKAGE}
      3) hoping through about three or four pages before finally getting a download link
      4) download software
      5) remember where I put installer, run installer
      6) read and accept licence agreement
      7) fill out name and other personal data
      8) tell it what features to include
      9) tell it target install location
      10) after waiting for it to finich installing, hit finish.

    6. Re:Bad Article by Cro+Magnon · · Score: 1

      If your mom knows how to open a command-line, she could type "urpmi kewl-new-program". As a command-line person, I can't say how to do it through the GUI, but I know that it CAN be done through the GUI, and it's no harder than many Windows tasks.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  29. The way forward by LinuxGuyFriend · · Score: 1, Informative

    In 1984, Steve Jobs invented the concept of homo-computing which basically was Apple directing the development of personal computers with other companies complementing the centric homogenious platform in very limited and controlled ways. Apple was succesful for a while because of the belief at the time that proprietary computing was the way forward. However, Apple eventually lost steam as Microsoft built the Windows operating system based on the concept of hetero-computing which brought together all the members of the computer industry. Microsoft's idea was that if everybody worked together to make a bigger pie, the rewards for each individual company would far surpass those under Apple's feudal system. The following golden decade for the computer industry made Microsoft the richest company in the world with the majority of its employes becoming millionaires or even billionaires. During this period, however, Apple suffered greatly from the lack of innovation and interaction with the rest of the industry. They never really recovered as even today they merely offer enhanced technologies from the 80s (notably the user interface: hand input device and window menu location). Today, homo-computing accounts for less than 2% of the entire computer market. On the rise is a new concept, mono-computing. A number of indivuals, working separately in free underground locations, are building the Linux operating system. It is expected that the computer industry will suffer as the lack of financial rewards, other than paying support for fixing a multitude of problems, discourages intellectual property research and technological development in general. Operating system level innovation will probably nearly disapear once the Linux developers have finished pillaging the intellectual property of existing Unix systems. The paper tissue and adult content delivery industries are currently experiencing a peak, a possible side-effect of the growth of mono-computing development.

  30. Anti-Linux Arguments fall in two categories by Proteus · · Score: 4, Insightful
    Anti-Linux Arguments fall in two categories:
    1. Genuine technical shortcomings for specific applications (i.e. the infamous ext2 2GB file limit)
    2. "I can't be bothered to learn anything new"
    Seriously, I'm glad some article is pointing out that the vast majority of criticism about Linux from an end-user standpoint amounts to griping that it isn't exactly like Windows.

    It's the same mentality that made people run progman.exe as their shell in Win95, and that gives me headaches from users who think their computer has been reformatted when their desktop colors change.

    Newsflash, Linux is not Windows. Better or worse is largely a matter of opinion, but articles like those quoted in TFA are simply "different=worse" mentality and a clear example of pundits phoning it in. If you can't be bothered to learn something before reviewing it, I can't be bothered to read your articles or buy your magazine.
    --
    We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
    1. Re:Anti-Linux Arguments fall in two categories by techno-vampire · · Score: 1
      Seriously, I'm glad some article is pointing out that the vast majority of criticism about Linux from an end-user standpoint amounts to griping that it isn't exactly like Windows.

      Of the three articles linked, the middle one was nothing but exactly that. All the writer did was bash Linux for not being a clone of Windows and for doing things in different ways. From what I could tell, the author couldn't wrap her head around the idea that there's more than one right way to do things and not everybody wants to do things the way she does. I guess the only Linux she'd find acceptable would be one that was so indistinguishable from Windows that you couldn't tell them apart, and by that point there'd be no reason to use it.

      --
      Good, inexpensive web hosting
    2. Re:Anti-Linux Arguments fall in two categories by jwsd · · Score: 1

      "I can't be bothered to learn anything new"
      There is a difference between learning a couple of new things and learning a couple of hundreds of new things. If it takes too much time to learn, sorry, I can't be bothered because I have real-life matters to take care of.
      All these arguments make me wonder whether Linux zealots have real lives or not. Obviously they have more than enough time to remeber all those computer commands and tricks.

    3. Re:Anti-Linux Arguments fall in two categories by DrCode · · Score: 1

      I've got to agree. A lot of these complaints make me think of an SUV driver who complains that "Porsche's are junk" because shifting is too hard and the ride isn't as smooth as he's used to.

    4. Re:Anti-Linux Arguments fall in two categories by drinkypoo · · Score: 1

      1. is a non-issue. No distribution that I know of uses ext2 any more. They either default to ext3, reiser, or xfs, mostly ext3.

      2. is the real issue. People don't want to think about how to use the computer. They didn't want to think the first time, and they don't want to have to think again.

      This is why Lindows or Linspire or Linseed or whatever we're calling it this week exists - to give people a way to do things that is much closer to what they're used to.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Anti-Linux Arguments fall in two categories by Brandybuck · · Score: 1

      Operating systems are incredibly complex beasts. Even Windows. Yes it's true, even Windows is complex. But if you think back to the first time you used Windows, you didn't know all of the hundreds or thousands of things about it that you do now. Odds are you had it preinstalled, and had a few friends, relatives or neighbors who had it you could ask if you had a problem.

      If you're waiting for Linux to be a relatively faithful clone of Windows, then you're going to be waiting a hell of a long time. By all accounts Mac OSX is much easier than Windows, but you would STILL have to learn hundreds of new things if you ever made that switch.

      --
      Don't blame me, I didn't vote for either of them!
    6. Re:Anti-Linux Arguments fall in two categories by Proteus · · Score: 1
      There is a difference between learning a couple of new things and learning a couple of hundreds of new things. If it takes too much time to learn, sorry, I can't be bothered because I have real-life matters to take care of.
      Perhaps, but you aren't reviewing software, either. It's one thing for a user to look at something and say "I don't have time to learn new skills right now"; it's quite another for a reviewer to say " sucks because it requires me to learn new things".
      All these arguments make me wonder whether Linux zealots have real lives or not. Obviously they have more than enough time to remeber all those computer commands and tricks.
      I'm not a zealot, acutally. I use Windows at work, and develop for SQL Server. It works just fine, and in fact I wouldn't ask for any changes (Ok, I'd rather use SyBase, but that's personal preference, not something I'd bother trying to advocate). But, I use Linux at home because it works better for what I want to do, plain and simple. My girlfriend uses Linux, she's not even a geek.

      The whole point is that learning a new operating system has a learning curve -- no one is debating that. However, the pundits are crying that "Linux is hard to use", when it hasn't been "hard to use" for a couple of years -- it's just different. The learning curve for the average user to switch from Windows to Linux is only slightly steeper than moving from Windows to Mac. If that's too much of a curve for you to bother, fine. But that doesn't make a Mac (or Linux) "not ready for the Desktop".
      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
  31. I hate to disagree but... by Uhh_Duh · · Score: 3, Insightful

    This guy did nothing but further my belief that Linux is not something I would ever give to my mother. Every point he made was an excuse as to why Linux is hard to use, not a myth-buster.

    Before you read this, know that I am a UNIX-lover of 10+ years. I eat, sleep, and breathe in Linux, Solaris, and FreeBSD. I love UNIX, I know how to use it, and I would never give it up.

    The REAL myths are in his article:

    His Myth 1: Linux is just as easy to install as Windows. -- My mom can install Windows (without any help from me -- I just tell her "If you don't know what to do, just click Next" -- and when she's done, she has a fully functional OS. The linux installation experience is dramatically more complicated, and it's unlikely the end-product will work right if it was done by a novice (he pretty much admits this).

    His Myth 2: Linux has lots of great applications -- while Linux has lots of applications, most of them are designed by open-source developer 12-year olds with no concept of interface design, usability, or QA. High quality apps in the OSS world do exist, but they're not the status-quo. (this is a religious argument that I'm sure I'm starting here) -- but there are very few apps for Linux that my mom can use without calling me.

    His Myth 3: Installing software is easy with Linux. I find this one the most intriguing becaue he blames the users for not knowing where to look. This only furthers my position that interface design is the most essential element to a user-friendly OS. Listen folks, if the users don't know where to click to un-install apps, that's a design problem, it's not the fault of the "dumb end user who doesn't know how to use the system". The point here is that the system is hard to use -- blaming the users for being too dumb to figure it out isn't the solution to convincing people the OS is ready for broad public use.

    --
    -- People who hate Windows use Linux. People who love UNIX use BSD.
    1. Re:I hate to disagree but... by FooBarWidget · · Score: 1

      Yeah, because anybody who disagree with the "Windows rules, Linux will never succeed" crowd (the crowd being most of Slashdot) is automatically a zealot or lying, right?

    2. Re:I hate to disagree but... by Anonymous Coward · · Score: 0

      Way to put words in his mouth. A+.

      Fucking zealot.

    3. Re:I hate to disagree but... by Anonymous Coward · · Score: 0

      You're a fucking dumbass. You can't compare a restrictive OS like XP to highly customizable OSs like RedHat, SuSE, and Gentoo. You need to compare it to the Linux distros rolled for XP level idiots like Lycoris or Linspire. None of your myths apply if you purchase a Linspire PC with Linux preinstalled.

    4. Re:I hate to disagree but... by etymxris · · Score: 1
      Linux is just as easy to install as Windows. -- My mom can install Windows (without any help from me -- I just tell her "If you don't know what to do, just click Next"
      Personally, I always find Linux easier to install. Why? All of the drivers are right there on the install disk. With Windows, sure, you can get something up and running without much trouble, but then nothing works, as you are pushed into a 16 color, 640x480 display on your 1280x1024 display with a high end graphics card, not able to connect to the network because Windows doesn't come with the drivers for your network card, unable to play sound until you hunt down those drivers too, and so on. If your mother can install Windows on her computer with no trouble, all her hardware must be stamped and approved by Bill Gates himself or something, because I have never installed Windows on a clean box and had all the drivers working. That is not an exaggeration.
      ...most of them are designed by open-source developer 12-year olds...
      You're not helping by making such baseless generalizations.
      His Myth 3: Installing software is easy with Linux. I find this one the most intriguing becaue he blames the users for not knowing where to look.
      Depends on the distro. Some are easier than others. Sure, there's plenty of crap for both Windows and Linux. Most Linux distros have a repository of most of the applications you'll want or need right on the install disks. With Windows you can browse popup and spyware infested webpages to download apps that you would be a fool to trust, or you can pay a few extra thousand dollars to get the same functionality you get for free in Linux. Certainly, many Windows apps are still more robust and functional than their Linux counterparts. But (1) the delta is fast diminishing, and (2) most people don't care much about the functionality that's in that delta.

      I'll grant one thing though. Windows has much better integration than Linux. Even if Linux "wins" and 95% percent of desktops are running some variant of Unix or other, it'll never be as integrated. That's the price to pay for GPL software. Someone can (and often will) fork it for whatever reason. You end up with many versions of very similar software that don't work too well together. But I'd rather have that than Microsoft.
    5. Re:I hate to disagree but... by Coryoth · · Score: 4, Interesting

      His Myth 1: Linux is just as easy to install as Windows. -- My mom can install Windows (without any help from me -- I just tell her "If you don't know what to do, just click Next" -- and when she's done, she has a fully functional OS. The linux installation experience is dramatically more complicated, and it's unlikely the end-product will work right if it was done by a novice (he pretty much admits this).

      Uh, I had my parents install RH9 by themselves with only the advice you gave "If you don't know what to do, just click Next" and when they were done they had a fully functional OS, Office suite, paint program, web and email applications, and (for my Dad, who is a math lecturer) complete working TeX system, complete with editors desgined to work with LaTeX.

      The end product worked fine, and they continue to use it very happily.

      Really, everything beyond Gentoo and Debian (though I hear the new Debian in staller is much better) can be installed by just clicking "next" when you don't know what to do, and it pretty much always results in a perfectly functional system. The only time it presents difficulty is if you are trying to preserve an existing Windows install, but then you can't install an existing Linux install when installing Windows by "just clicking next", so...

      Jedidiah.

    6. Re:I hate to disagree but... by GoofyBoy · · Score: 1

      > I had my parents install RH9 by themselves ..
      >(for my Dad, who is a math lecturer) complete working TeX system, complete with editors desgined to work with LaTeX.

      You father who is a mathematics lecturer (I assume at least high-school) and has a use for TeX is NOT the typical parent.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    7. Re:I hate to disagree but... by IANAAC · · Score: 1
      You father who is a mathematics lecturer (I assume at least high-school) and has a use for TeX is NOT the typical parent.

      Sure he is, just like someone's father who, say, deals with finances and needs special tools to do that job, or a watch repair person has different tools for his job.

      A person's profession doesn't make them any more/less typical. In ANY job I'm willing to bet one has to learn at least something that is not "typical" in order to competently do their job.

    8. Re:I hate to disagree but... by Coryoth · · Score: 1

      You father who is a mathematics lecturer (I assume at least high-school) and has a use for TeX is NOT the typical parent.

      Ah yes, but it was my computer-phobic mother who did the install. My father just watched. Besides, does it matter when all they had to do was clock "next, next, next" to end up with a workign system?

      Jedidiah

    9. Re:I hate to disagree but... by bwy · · Score: 1

      while Linux has lots of applications, most of them are designed by open-source developer 12-year olds with no concept of interface design, usability, or QA.

      That is funny, I've thought the same thing for a long time- kudos for having the balls to post such a thing here though!

    10. Re:I hate to disagree but... by Anonymous Coward · · Score: 0

      two words: slash dot

    11. Re:I hate to disagree but... by Anonymous Coward · · Score: 0

      Actually, Windows XP will use VESA and still be able to run 24bit colour at 1024x768 or 1280x1024 at 16bit colour.

      My other question is what the heck are you doing to never be able to get a Windows XP install to work. Really, I have a GeForce 3, Via KT400 chipset, Athlon-XP, Soundblaster Live, realtek and intel network adapter, Philips USB webcam, USB mouse and keyboard, Adaptec SCSI-2 card with a plextor CDR, Samsung SyncMaster 900NF monitor.

      Everything works when you do a normal install of Windows XP.

      Granted, you may want to do updates and enable the BUILT-IN firewall, connection sharing, portmapping etc. But all the hardware does really work.

      True, I do need to install the nVidia propietary drivers to get TV-out to work and to be able to use the full features of the card. But you do this in Linux too.

    12. Re:I hate to disagree but... by presidentbeef · · Score: 1

      "Myth 1:Linux is just as easy " - Well, parent disagrees, but I agree. I have (many times) had Windows crash during install. Linux, well, sometimes it does, too. And I work at a help desk where most of the people I see are too frightened to even think about installing an OS on their own, wouldn't matter what it was. They can't even install Office themselves.

      "Linux has lots of great applications...but there are very few apps for Linux that my mom can use without calling me." - Again, I work at a place where most users cannot open Outlook on their own.

      "His Myth 3: Installing software is easy with Linux. " - It can be just as easy as Windows, double click on the little icon...or it can be just as hard as Windows ("Wha?! Why doesn't this work, waaa!") The difference is, you can almost always find help for the Linux software online, compile it yourself for your own machine, etc. For Windows software, if the installer doesn't work, you are stuck.

      People are claiming Window's UI to be so "intuitive" and consistent...well, sorry, it isn't. It is only intuitive if you have been using Windows all your life...and then they move things on you!

      Oh, and, yes, MY MOM DOES THIS.
      Amazing, she can use Google, too!

      --
      Everything I need to know about copyrights I learned from Slashdot.
    13. Re:I hate to disagree but... by marinebane · · Score: 1

      Doing complex things is complex. That is just common sense. People can say 'linux is crap because it is so complex to install a program or even worse to have to recompile the kernel', well these are complex things to do, and so naturally the way to do them is complex.

      I installed linux on my mum's computer, and it is much easier for her to use than windows. She doesnt need to know how to install software on it, all the software she ever needs came with the distro when she clicked 'Next' during the installation. She doesnt need to know how to recompile the kernel, all her software and hardware work properly already.

      When my mum was running windows, she would get confused and call me every time a warning message came up, and when I went to her house one day her computer was infected with so many trojans, viruses and spyware programs that she couldnt even use her computer any more. That doesnt happen in linux, and everything is easy for her. She wants to browse the internet, fine, she just clicks the Firefox icon on the toolbar. She wants to check her email, she clicks the Thunderbird icon. She wants to write a letter, she clicks the OpenOffice icon. Simple.

      People that use windows seem to be under the impression that it is perfectly ok for an operating system to be unstable and insecure, and to need to reinstall it every 6 months and restart it every few days to keep the system from grinding to a halt. It is not ok. And to have to pay hundreds of dollars to get Windows with some decent programs like Photoshop and Office is unaceptable. I can get Linux with GIMP and OpenOffice for free, and it may not be as good, but it does the job and saves thousands of dollars when decking out a small number of computers.

      When i try to convince people to use linux, they say 'Why fix what aint broke' or something to that effect. Well windows IS broke, people are just ignorant to it. I agree linux may not yet suit the needs of many people, but look at how fast linux is developing. The number of GUIs being made for command line programs in linux is skyrocketing, and it wont be long until every common program has a decent GUI, and Windows users can stop complaining about having to use a command line in linux.

    14. Re:I hate to disagree but... by Perky_Goth · · Score: 1

      quickies:
      1)so is SuSE or Mandrake. Maybe Fedora and RedHat too.
      2)mom and dad want email,web... things which have an interface that hasn't changed much. you may question the selection, but i really like them. maybe it's just the Free thing...
      3)true. but it's not rocket science to get there. Lindows and Xandros seem to get it right, though i'm too cheap to try :D

    15. Re:I hate to disagree but... by Anonymous Coward · · Score: 0

      Uh, I had my parents install RH9 by themselves ... (for my Dad, who is a math lecturer) complete working TeX system, complete with editors desgined to work with LaTeX.

      Uh, I think you miss the point - Joe Average Sixpack not only is not a math lecturer, but proably has nowhere near the logic and reasoning skills one would presume a math lecturer to have. The point being (in case you only heard the sound Whoosh as it flew over your head) - the fact that your phD parents could handle installing RH9 with only limited instructions from Johnny phD wanna-be is in no way indicative of the success applied to the general populace of dolts.

      What the parent originally pointed out still stands - Linux works for geeks, all others use Windows (or maybe a MacOS).

    16. Re:I hate to disagree but... by Brandybuck · · Score: 1

      Myth 1: Have you shown your mom a real newbie oriented distro. I don't mean Fedora or SuSE or Mandrake. But stuff like Xandros or Lindows. I've done a Xandros install and it's far easier than Windows.

      Myth 2: While everyone has a one or two "must have" applications that open source provides poorly, or not at all, most of what you need is provided. Of course many of them have absolutely crappy interfaces, but I've found the same to be true for most Windows shareware applications.

      Myth 3: Where do I click to uninstall an application in Windows? This is not immediately obvious. It's not on the main desktop. It's not in the main start menu. Odds are it won't even be in the application's submenu on the start menu. One has to open up the control panel to find something called "add/remove programs". Depending on the distro, this may be easier. But it is still a far cry from intuitive.

      --
      Don't blame me, I didn't vote for either of them!
    17. Re:I hate to disagree but... by naelurec · · Score: 1

      #1 -- Suse, Redhat, Lycoris, etc.. pop in the CD and clickk "next" a few times .. full install. Infact, compared to Windows, its faster and simpler -- no entry of CD Keys, clicking through EULAs, etc.

      Too hard? Ok .. use Knoppix Linux. Pop in a cd, turn on computer. Don't even have to click Next to get a fully functional desktop.

      #2 -- I'm really not sure about this anymore. Sure, a few years ago I would have agreed, but the past few have had a lot of focus on usability and interface design. I have people using my FreeeBSD/KDE box all the time for general computing and beyond an initial run down of the different icons, they don't have an issue.

      #3 -- So people are not familiar with the interface, big deal. I had the same issues with Macintosh, Windows, DOS, OS/2 and other systems. It takes a while to get familiar with the interface. Even the "holy grail" of intuitive interfaces (MacOS) took me a while to fully get up to speed. Just because it isn't familiar (Windows) doesn't mean its bad, its just different, people need to realize that Linux/FOSS is NOT Windows. After they accept that it is different, the learning curve is greatly reduced.

  32. A very small part of the picture by babasyzygy · · Score: 1
    OK, even ignoring that the writing in this article amounts to little more than a long "nuh-uh," it ignores very important factors.
    • Linux is different from Windows. People don't want to learn another way of doing things, even if it's an easy other way. Otherwise, Macs would have a better market penetration - they're easier.
    • The difficulty of installing Windows is irrelevant. Most people never install their OS, so what matters is the low commercial availability of pre-installed Linux and the reasons for it.
    • Lack of Application support is the problem, not the lack of applications. Who do you call to train your workforce in Linux applications? Who provides high quality application tech support? These are important issues that determine the commercial viability, and thus the market penetration, of the platform.
    • Installation of software - again, this is irrelevent. Most people don't install most of their software. Most of the software that they start out using is preinstalled, and I've never heard anybody saying, "I don't want to use Linux because it's hard to install new applications." It's a bogon.
    So, unfortunately, this article is largely correct, but also unimportant - it ignores the realities of technology adoption.
    1. Re:A very small part of the picture by SirKodiak · · Score: 1
      The difficulty of installing Windows is irrelevant. Most people never install their OS, so what matters is the low commercial availability of pre-installed Linux and the reasons for it.

      True enough. The standard use for the Windows CDs is not an install, but a reinstall.

      Installation of software - again, this is irrelevent. Most people don't install most of their software. Most of the software that they start out using is preinstalled, and I've never heard anybody saying, "I don't want to use Linux because it's hard to install new applications." It's a bogon.

      I assume you're talking about the corporate environment, where people don't install their own software, and techs are instead responsible. People install their own software in the home environment all the time.

      Anyways, addressing the myths of why people don't use Linux misses the point. If Linux advocates actually want people to switch to Linux, they need to give people reasons to switch, not counter-arguments to reasonds to use Windows. "It's basically as good as Windows" is not a battlecry that's going to get anyone but the technophiles to switch.

      Linux needs a killer feature. There's lots of those for Linux as a server OS: better stability, more user control, and plenty more. The only selling point for Linux on the desktop that most people actually care about is that it's free. And if you then take into account that most people don't see the cost of Windows because it comes bundled with their machine, and our society equates free with worthless, the Linux has a problem.

      I'm not an anti-Linux advocate. I want Linux to do well, because given some time to mature, I think it represents the future of operating systems. But arguing that Linux is finally not too much worse to use than Windows isn't going to be a winning argument.

  33. Slow news day? by maximilln · · Score: 3, Insightful

    Linux is ready for the desktop. The issue does not lie in the technical merits or the realities. The issue lies in putting together a marketing effort which can convince a population which, by and large, has a computer, has Windows, browses the web, and doesn't need to change.

    When Win98 no longer boots people will look at upgrading. When TCPA makes Win98 boxes unable to connect to the network then people will look at upgrading. If Linux has a good presence and well-known software at the time then they will switch. It's going to be difficult to gain widespread adoption of Linux until people are forced to upgrade. Since 99% of the existing home systems meet the needs of 90% of the owners there is no need to upgrade.

    As far as the home market goes the only thing _REALLY_ driving upgrades anymore are games. Only gamers need the additional processor cycles or the additional A/V capability. The superiority of Windows support is noted in the gaming world. The business market isn't going to take a widespread office adoption of Linux until a significant portion of the population is comfortable using it. This won't happen until there's widespread home experience.

    Linux is in a "beat the clock mode". If it can't get into the mainstream soon the corporate interests will legislate it away. As long as it doesn't get stymied by political shenanigans it still has a chance to make Redmond shiver.

    --
    +++ATHZ 99:5:80
    1. Re:Slow news day? by cmburns69 · · Score: 1
      Blockquoth the poster
      "Linux is in a "beat the clock mode". If it can't get into the mainstream soon the corporate interests will legislate it away. As long as it doesn't get stymied by political shenanigans it still has a chance to make Redmond shiver."

      This is not true. Linux is doing extremely well as a server solution. It may not be the "best" option, but it's an option considered by many small businesses. Also, with such power players as IBM and Novell (and sometimes Sun) supporting Linux, it won't be legislated away any time soon.

      But as far as the desktop goes, it's clearly not ready. Most OS developers don't understand or care enough about user-interface design to beat Redmond at their own game. Until linux apps run with the same uniformity as windows apps (point+click install, common widgits, consistent user interface) it will not have a chance at taking over the desktop.
      --
      Online Starcraft RPG? At
      Dietary fiber is like asynchronous IO-- Non-blocking!
  34. Re:Converting .doc to plain text ASCII using metam by donsaklad · · Score: 0

    In emacs rmail, how do you use metamail in converting a message with an attachment in .doc to plain text ASCII ?...

    Apparently, it is not a simple thing for people who do not have emacs mastery !

  35. One word: TOAD by Anonymous Coward · · Score: 0

    I'm an Oracle DBA and there's nothing out there that's a satisfactory work-alike for Quest's TOAD. I've never seen where anyone's succeeded running it under an emulator (or had any luck myself). Once this hurdle is cleared, there'd be no turning back for me.

  36. Why LINUX isn't ready for prime-time by fard69 · · Score: 1

    http://peltiercooler.blogspot.com/ details the attempt to use LINUX by a patient, non-IS guy.

    It's pretty long, and has an unhappy ending.

  37. Linux beats Windows in installation land, huh? by ecklesweb · · Score: 4, Insightful
    The installation argument is very, very poorly made. To quote directly from the article:

    [with Windows] "You don't have to go through the process that Linux requires. The hardware manufacturer already rejected modem X, figured out that Wi-Fi adapter Y is the one to include with the computer, etc. The OEM did all the hard work for you."


    OoooooK. To the end user, it doesn't matter if the OEM did all the hard work or if the OS programmers did all the hard work. All that matters is if the USER had to do all the hard work. And apparently in the linked Mandrake versus Windows installation challenge article, hard work included hardware replacement! A quote from that article:

    "Actually, there were hardware problems early on in The Challenge. I wound up replacing the motherboard."


    Honestly, how many users do you think are going to replace the damn motherboard to get Linux installed?

    I'm not saying that most installations require you to replace a motherboard, nor am I saying that Windows is superior to Linux. What I am saying is that this is the least persuasive article I think I've ever seen on Linux-versus-Windows in the ease of installation category.
    1. Re:Linux beats Windows in installation land, huh? by Anonymous Coward · · Score: 0

      Honestly, how many users do you think are going to replace the damn motherboard to get Linux installed?

      Funny, one of my older (x86) machines simply refuses to boot Windows. Even the Windows boot disks hang. Linux and FreeBSD run fine on it. It was one of the core components that Windows took exception too, as I basically unplugged everything I could to try and fix the problem.

      Just today, my father phoned me up because he couldn't get a piece of hardware to work with XP. It turns out it's just not compatible.

      I have the option of using Linux on my Mac.

      The hardware argument works both ways.

    2. Re:Linux beats Windows in installation land, huh? by rjstanford · · Score: 1

      Honestly, how many users do you think are going to replace the damn motherboard to get Linux installed?

      Heh - I'd missed that. You make a damned good point there. And its testament to the overall tone of the article (and the lack of understanding about new users) that such a thing was just tossed off so quietly.

      --
      You're special forces then? That's great! I just love your olympics!
    3. Re:Linux beats Windows in installation land, huh? by Terrasque · · Score: 0

      Hey, I actually re-read that part multiple times, since it was kinda vague. He didn't say why, or even if it had something to do with the installation tests to do at all (and nowhere even implied that it was because of linux. It could just as well been because of windows the way it was described there).

      After studying it a while, I guessed that he had some (independent) hardware problems, and needed to change the motherboard to get the machine running.

      I would love to get a clarification from the author as to exactly why he needed a new motherboard.

      What's really amusing about all this is how people jump to the conclusion that fits their ideas the most.
      I always find it fascinating to see the human mind at work like this :-)

      --
      It's The Golden Rule: "He who has the gold makes the rules."
  38. Linux for the desktop by PCM2 · · Score: 3, Interesting

    InfoWorld is running a special report on desktop Linux this week. The gist of the author's opinion is that Linux is ready for the desktop -- for a limited set of applications. What makes it less attractive to companies is the lack of good centralized managament tools and the perennial question: Yeah, but why would you switch?

    I see a few people here already using Mozilla as an example of why Linux is superior to Windows, but I can install Mozilla on my existing Windows desktops way more easily than I can wipe them and install Linux. Ditto OpenOffice. We all know that the vast majority of PC hardware shipped to enterprises came with Windows pre-installed. Companies are going to need a really compelling reason to replace that with Linux, and "I can run Mozilla" isn't it.

    That InfoWorld special report also includes a review of four desktop Linux distros, BTW. Red Hat scores favorably, but Sun Java Desktop comes in second.

    --
    Breakfast served all day!
    1. Re:Linux for the desktop by MenTaLguY · · Score: 2, Insightful

      I think Mozilla, OpenOffice, and the like being available cross-platform do help in a different way, though...

      Right now there are Windows users who browse with Firefox, produce documents with OpenOffice, read their email with Thunderbird, and talk to their friends with GAIM.

      At that point, what's stopping them from switching to Linux? When they reach the other side they can simply carry on with all the same applications. They still need a "why" to switch, but it needn't be as compelling a reason anymore: the barrier to switching has been lowered.

      Now, imagine if none of those applications were available on Windows. Leaving not only Windows, but Internet Explorer, Word, Excel, Powerpoint, Outlook and Trillian behind all at the same time would be more than a little traumatic. You could expect quite a lot of pushback.

      --

      DNA just wants to be free...
    2. Re:Linux for the desktop by emurphy42 · · Score: 2, Funny
      Yeah, but why would you switch?
      Viruses, viruses, viruses, viruses, viruses, viruses!
  39. Oh what BS by Anonymous Coward · · Score: 0

    That article is frikken weak.

    It picks some of the best complaints, and then tarnishes it.

    I thought everyone already agreed that installing software is a (#*&$#% in linux and needs to be worked on.

    And that if you can't get your hardware working in linux, you'd have just as much trouble in windows if XP didn't come with the driver.

    Frikken zealots are gonna ruin linux. Retards.

  40. If only OpenOffice worked better by Animats · · Score: 1
    I use OpenOffice all the time, and it still has that annoying "80% done" feeling. The "features" have been checked off, but they don't work very well. There's a clear attempt to emulate Microsoft in some areas, but the imitations are second-rate. A few examples:
    • You're always fighting the automatic form fill in in the spreadsheet. If you type something, and some cell has something similar, it gets "completed", and you have to back up to fix it. So you can't just type in numbers. Yes, there's probably some l33t way to turn this off. But Microsoft does it better.
    • Every time you save a file in ".xls" format, you get a message that "some attributes cannot be saved", independent of the content.
    • The word processor lacks an "envelope" maker.
    • In imitation of Microsoft, OpenOffice has a little shiny thing that appears to provide "help". But it's even dumber than Microsoft's.
    • There's PDF export, which is good. But the UI for it is inconsistent. It's an icon in the word processor, rather than being an option in the "save as" dialog. In Draw, though, there's an "export as PDF" option in the File menu.
    But it's getting better. I remember when StarOffice came with its own stupid "desktop" system. And Draw is better that Microsoft's, because Microsoft wants you to buy Visio at extra cost.
    1. Re:If only OpenOffice worked better by y2imm · · Score: 1
      "The word processor lacks an "envelope" maker."

      No, it has one. It's a PITA, like many other aspects of OO, but it's in there.
    2. Re:If only OpenOffice worked better by Animats · · Score: 1
      "The word processor lacks an "envelope" maker."

      No, it has one. It's a PITA, like many other aspects of OO, but it's in there.

      Found the envelope maker. (It's under Insert->Envelope). Thank you.

  41. Correction to parent... by neilb78 · · Score: 1

    I gotta start previewing my message...that should have read: There is no way I could explain to my Mom over the phone how to install [insert your favorite software with 15 dependencies (nested) here].

    --
    © 2004 The SCO Group, Inc. All Rights Reserved.
    1. Re:Correction to parent... by drewness · · Score: 1

      Again, "apt-get install ". It handles all dependencies. And if you are GUI inclined, use Synaptic. It lets you search by keywords, so you don't have to know the package name. And it's just a front end for apt, so it handles deps too.

  42. Drivers by Sporkinum · · Score: 3, Interesting

    It's the lack of drivers and ease of installing drivers that kills linux.

    I spent 5 hours getting the latest ATI driver working after suffering with with slow speed with the mesa drivers while running celestia. After I finally got it going, glgears and fglxgears ran great. Celestia no longer worked, nor did a couple of other 3d apps I tried to run.

    I spent hours trying to get alsa to work and gave up, having to settle on OSS with no volume control support.

    I just installed real player 10 last night. Doesn't work with firefox, and when I got it to run ran very poorly compaired to real player 8.

    Etc.. Etc.

    I like learning about the system, but when you follow instuctions to the leter and it still doesn't work like it should, it gets damned frustrating.

    --
    "He's lost in a 'floyd hole"
  43. Linux IS harder to use. by Elpacoloco · · Score: 1

    Most linux distrobutions don't have an auto-install like windows does, plus this logging in thing really confuses a lot of people.

    The gap is, however, narrowing. Soon linux will be the easy to use OS.

    1. Re:Linux IS harder to use. by IANAAC · · Score: 1
      ... plus this logging in thing really confuses a lot of people.

      Windows XP's default is to login. Every major Linux distribution I've seen allow auto-login if the user wishes.

  44. Not so much an article as a blog... by daVinci1980 · · Score: 3, Insightful

    And doesn't really offer any solid evidence besides.

    The author's points are actually pretty weak, too.

    He complains that people who say that Windows is easier to install and maintain are simply not comparing apples-to-apples. That seems unlikely, given that Windows is easier to install and maintain than Linux. That's a very broad category, and to be honest, I'd have to agree with them. That is NOT a fault of Linux itself, it is a fault of poor vendor support for the underdog OS.

    Then, he tries to go on to state that there is plenty of software available for Linux. That doesn't address the counterargument. The original assertion is that there are specific apps (let me spell that, s-p-e-c-f-i-c) that are unavailable on Linux that the person is unwilling to lose. For instance, I cannot play Age of Mythology on Linux. I cannot play World of Warcraft on Linux. I cannot use MS word on linux. And before my detractors attempt to do so, I have to state that you *cannot* trivialize someone's choice of application, because they have time invested in training on how to use *that* application that they may not be willing to give up.

    His third point... Was that really a point? It seemed like a half-hearted swing at the opposition.

    I'm not saying that Linux *shouldn't* be the dominant operating system, I'm simply saying that it *isn't* and there are valid reasons why that is true. My firm belief is that if Linux wants to win the desktop war, you have to do two things: 1) Hit the competition where it hurts (in the wallet), and 2) Stop trying to convert the old. Its not gonna work. CONVERT THEIR CHILDREN.

    --
    I currently have no clever signature witicism to add here.
    1. Re:Not so much an article as a blog... by Anonymous Coward · · Score: 0

      ...And this is why Mono is a good thing (tm). When the mainstream, Windows-based app companies start coding in C# or some other .NET language, it will be able to natively run on Linux, without a problem.

      Go Miguel.

    2. Re:Not so much an article as a blog... by emurphy42 · · Score: 1
      Then, he tries to go on to state that there is plenty of software available for Linux. That doesn't address the counterargument. The original assertion is that there are specific apps (let me spell that, s-p-e-c-f-i-c) that are unavailable on Linux that the person is unwilling to lose.
      Arguably, users like this are in the minority. How many Joe Users just use their computer for e-mail, web browsing, solitaire, and writing the occasional letter in Word (or Works, or Wordpad, or Notepad)?
      For instance, I cannot play Age of Mythology on Linux. I cannot play World of Warcraft on Linux.
      The article explicitly admits that games are an exception.
      I cannot use MS word on linux.
      Arguably, users who actually need MS Word (i.e. OpenOffice isn't close enough) are in the minority.
    3. Re:Not so much an article as a blog... by DynamiteNeon · · Score: 1

      "2) Stop trying to convert the old. Its not gonna work. CONVERT THEIR CHILDREN."

      Exactly. If you're goal is to win this imaginary war, the first people you need to target are the younger, undecided ones. Even more important are the software developers since they'll ultimately be the ones creating those killer apps that bring people over to linux.

      Why do you think Microsoft spends so much money trying to convince colleges to use MS products, especially in the CS departments? They aren't trying to convince the zealots to convert. They're going after the ones that will actually affect who uses windows.

  45. Finally, someone discusses this topic! by Alexander · · Score: 2, Funny


    Wow, I've been waiting for someone in the pro open-source community to write an article in defense of Linux on the desktop!

    It's about time, I just wonder what took so long!

    Now if only somebody would write an article about how insecure Windows is, the the truth would really get out and the big companies would certainly start switching!

    --
    "oohhh... I didn't know Schopenhauer was a philosopher!" ..."uhhh yeah, he's the one that begins with
  46. what ever happened to OSDN?? by zoloto · · Score: 1

    When did the switch happen?

    1. Re:what ever happened to OSDN?? by iantri · · Score: 1

      Little while ago.. they just changed their name.

    2. Re:what ever happened to OSDN?? by Halfbaked+Plan · · Score: 1

      The old name was worn out?

      What happened to hAndover.org?

      --
      resigned
  47. Not again.. by MrBandersnatch · · Score: 1

    Ive tried to use Linux for my desktop OS since about '94...everytime Ive switched back to Windows because no matter how many times someone has said "its ready", Ive found the experience to be just too annoying to continue with.

    My latest attempt, with SuSE 9.0, was better than most...all the hardware worked (and to be honest hardware detection actually was better than Windows) however getting my dual screen setup was a nightmare...one which I had to go through with every new driver or X release/patch. While everything worked in general, the number of small irritating bugs, the number of Windows only applications that I actually NEEDED to use (and that wouldnt work under Wine), and the amount of time I had to spend trying to get things to work that SHOULD have worked...well, it all just made it a dreadful environment to use for everyday tasks.

    In the end...I went and bit the bullet and bought a copy of Windows XP...sad day...however no doubt Ill be back at it in another year or so.

  48. not entirely by CAIMLAS · · Score: 1

    He's write - not one of those things are hindering linux desktop adoption. It's a combination of all three, combined with the spectre of an unfamiliar environment.

    Linux isn't difficult to use as a desktop, for 90% of business operations, I'd say. It's that other 10%, in addition to the home market that makes it difficult to use, and that is holding Linux back - home acceptance will lead to widespread business acceptance. Installation isn't difficult - it's easier than Windows - but again, 90% or more of people would never even consider installing Windows on their own, let alone Linux. Some people simply don't like to learn (thank systematic 'education' for that).

    The app claim is partially correct. There are plenty of applications for linux - more than for Windows - there just aren't the right ones, and there just isn't the compatibility with their current applications. MS document compatibility is probably one of the biggest, but there are a lot of people that use things like "Kodak Photo Center" or such, which certainly won't work with linux, and that's what they prefer as of now: familiarity. There sure as hell isn't a comparable application for most of the main 'creative' tools, which are largely used in professional capacity (and at home): Photoshop, Macromedia products, publishing software, and the like. Things like the GIMP don't even begin to cut it, as they're both lacking features and a sane - let alone familiar - interface. Unstable operating system claims don't tend to be enough to pull people over anymore, as Windows is pretty damned stable. Malware and dislike for MS are likely the two main "getting rid of Windows" reasons now.

    I'd say the biggest thing that is slowing adoption of linux right now is: games. There simply isn't that many of them, and the ones that are available tend to either be linux only (can't play with friends), fairly shitty, or released weeks/months after their Windows counterpart. The installation learning curve is also a bit of a problem there, as even many folks that use linux (or Windows, really) don't even begin to understand dependencies, and it's much easier to figure out "DirectX 9.0b is installed" than, "glibc version x.x, XFree 4.3 or newer, kernel 2.6" or what have you.

    I'm sorry, Linux isn't "there" yet. It won't be for some time - if it ever is. I thank God for this, and I use Linux daily in various capacities. All the idiots are accustomed to Windows now. Please don't try to change the paragidm again. It would be like gradually changing the US road system over to have people drive on the left: people wouldn't know which way to drive on specific streets, things would always appear different, you'd have many, many people that would cause traffic problems, and you'd simply have people getting frustrated and crashing/breaking shit because they're unfamiliar with it.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    1. Re:not entirely by maximilln · · Score: 1

      Greets

      --
      +++ATHZ 99:5:80
    2. Re:not entirely by MikeBabcock · · Score: 1

      Linux is further than Windows 95 ever was at most of those things; the big difference is installed user base and OEM support. With users, companies *would* make Linux versions of games. Not emulated, but native versions. The XBox didn't exist one year, the next it has users, then people write games for it. Get it?

      I'd say 50% of the Linux problem with desktop computing is that *most* of us Linux-on-the-desktop users don't buy hardware from well-known OEMs like Dell, Compaq, etc. We build our own machines and the fact that we'd like Linux to be distributed by those OEMs is irrelevant to them.

      --
      - Michael T. Babcock (Yes, I blog)
    3. Re:not entirely by CAIMLAS · · Score: 1

      he's "write", eh? What a fucking idiot.

      Oh wait. He's me.

      -- needs more sleep

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  49. wtf modded this "insightful"? by Theatetus · · Score: 3, Insightful
    Once IE and Office run on Linux natively then Linux can finally be branded "the Windows killer." Until that time it just cannot have it beat.

    Sorry, dude, but have never had anyone I've shown firefox to complain about the ways it's different from IE. Office you may have a point about, though about 85% of companies don't need MS Office and don't use most of its features.

    I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort)

    Really? I don't. Can you name any offhand?

    Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded.

    OK, I admit, you just gave me a good laugh. Thank you. I switched to Linux for my personal desktops a few years ago because my camera and scanner wouldn't work with Windows but would with SuSE. Here's what my recent experience with adding hardware in XP has been like:

    1. Plug in the hardware
    2. Turn the computer back on (if it was PCI and not USB)
    3. Watch Windows say "I found new hardware"
    4. Watch Windows say "unable to find driver for hardware" (despite the fact that the manufacturer claimed it would work on XP with no problems)
    5. Loading the driver from CD-ROM
    6. Watching the camera start to take a picture and then lose all power
    7. Watch as my USB wifi receiver shuts off inexplicably
    8. Notice in Device Manager that Windows XP has now lost both the camera's drivers I installed and the USB wifi drivers I had isntalled much earlier
    9. Having the whole screen lock up and not respond even to the three-finger-salute
    10. Cursing
    11. Plugging the camera into a SuSE box
    12. Taking pictures

    I've said it before and I'll say it again: if I lived in the world that most /.ers seem to wherein Windows XP works better with hardware than Linux, I would have stuck to keeping Linux on the server. However, in my experience, Windows XP simply doesn't handle hardware well and Linux does. YMMV I guess.

    All the applications he lists (OpenOffice, Mozilla, GNU Cash) are no where near the level of their Windows counterparts.

    Well, I don't use OpenOffice or GNU Cash (Star Office and whatever money program came with my Palm Pilot, personally). However, I will agree that Mozilla is nowhere near the level of IE: it's at least 2 generations ahead of it.

    This conclusion is bogus. Basically all hardware works just fine with Windows.

    OK, I call bullshit. Tons of hardware doesn't work well or easily with Windows. People just never have to deal with it because Windows gets preinstalled.

    --
    All's true that is mistrusted
    1. Re:wtf modded this "insightful"? by garcia · · Score: 5, Interesting

      OK, I call bullshit. Tons of hardware doesn't work well or easily with Windows. People just never have to deal with it because Windows gets preinstalled.

      My Kodak doesn't work in Linux. I plugged it into XP and it worked. Hmm. That didn't come preinstalled as I just bought it in December.

      Really? I don't. Can you name any offhand?

      The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable". It's amazing how many Firefox zealots ignore this with a brush off. General Windows users will not.

      Sorry, dude, but have never had anyone I've shown firefox to complain about the ways it's different from IE. Office you may have a point about, though about 85% of companies don't need MS Office and don't use most of its features.

      And again, you are dealing with people magnatudes higher in computer literacy apparently.

    2. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort)

      Really? I don't. Can you name any offhand?


      You're currently reading one.

      Well, I don't use OpenOffice or GNU Cash (Star Office and whatever money program came with my Palm Pilot, personally). However, I will agree that Mozilla is nowhere near the level of IE: it's at least 2 generations ahead of it.

      GNU Cash and OpenOffice are piles of junk in comparison to Office and Money, though I will agree that Mozilla is ahead of IE by some considerable margin, if only for pop-up blocking, and its sheer extensibility.

      OK, I call bullshit. Tons of hardware doesn't work well or easily with Windows.

      To which I call bullshit, virtually every single piece of hardware bought comes with factory drivers for Windows, and if those drivers don't work well, you can ONLY blame the hardware manufacturers.

    3. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0
      OK, I call bullshit. Tons of hardware doesn't work well or easily with Windows. People just never have to deal with it because Windows gets preinstalled.
      Call it what you like, but i'd like to see you try to get an ATI All-In-Wonder Radeon to capture video. Not only is there nothing available even remotely as easy as "ok, ok, ok, restart" but the howto on gatos.sourceforge.net includes stuff like "copy tarball, fiddle with source". riiiiight. i'll get right on that. honestly, i like linux. i use it on pretty much everything. but please don't try to pretend that getting hardware to work in linux is easier than windows. remember that we're talking about our grandparents here when we use the phrase "ease of use" and "useability".
    4. Re:wtf modded this "insightful"? by Theatetus · · Score: 1
      The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable".

      Can you explain to me what you're talking about? I've been reading /. on moz for years now and there's always been a sidebar. I've never had to refresh to see it. What problem are you having with it?

      --
      All's true that is mistrusted
    5. Re:wtf modded this "insightful"? by back_pages · · Score: 1
      When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable".

      So uh, what exactly would it take before IE is "acceptable"?

      I'll kick things off. When the industry whose livelihood depends on charging Microsoft's customers money to fix the numerous design flaws in IE collapses and ceases to exist, then IE will be "acceptable". (Pop up blockers, spyware removal tools, and the ilk.)

      Bet me ANYTHING that IE will be "acceptable" before Firefox is "acceptable".

    6. Re:wtf modded this "insightful"? by Theatetus · · Score: 1
      please don't try to pretend that getting hardware to work in linux is easier than windows. remember that we're talking about our grandparents here when we use the phrase "ease of use" and "useability"

      Exactly, we're talking about people who won't be using an ATI All-In-Wonder capture card. We're talking about people who will be using a cable modem, a sound card, and maybe a digital camera.

      I've never tried anything with a fancy graphics card on Linux. I've tried to install a moderately-fancy graphics card on Windows (this was win2k, about 3 years ago), and only succeeded after 2 days of searching deja to find this weird problem that took 2 manufacturer patches to solved. If I ever try a high-performance video card on Linux I'll update my rant.

      However, I have tried configuring digital cameras and network devices on Linux and Windows. IN MY EXPERIENCE Linux was easy and Windows sometimes was easy, sometimes was very hard and sometimes didn't work at all. Maybe you've had the opposite experience, but I think *any* hardware installation is going to be hit-or-miss, especially for a non-technical user.

      --
      All's true that is mistrusted
    7. Re:wtf modded this "insightful"? by SteveM · · Score: 2, Insightful

      I have a similar if not the same problem. I has to do with ad placement. When the ads are at the top of the page it renders fine. When the ads are on the right side the page is scrunched. That is, the story headings are pushed into the left sidebar.

      The sidebars are always visible. Refreshing can change the ad placement, and thus correct the problem.

      I suppose an ad blocker might make the issue go away, but most of the users the grandparent is referring to won't bother or know how to install to install one.

      SteveM

    8. Re:wtf modded this "insightful"? by chill · · Score: 1

      The sidebar overlaps incorrectly.

      Also, check out Panasonic's Toughbook support website for a screaming example: http://tcc.toughbook.com/

      I can name about a dozen others that are almost if not completely unusuable on Firefox (Linux or Windows).

      In defense, they are most likely improperly coded, non-standard sites but still...

      -Charles

      --
      Learning HOW to think is more important than learning WHAT to think.
    9. Re:wtf modded this "insightful"? by GoofyBoy · · Score: 2, Insightful


      >Really? I don't. Can you name any offhand?

      http://www.computergripes.com/firefoxsites.html

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    10. Re:wtf modded this "insightful"? by Misch · · Score: 1

      There has been intermittent problems with /. rendering the center column slightly over the left sidebar text. You will find this as bug 217527.

      Generally, refereshing the page works.

      It would also be nice if /code generated validated HTML code...

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
    11. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      All Gecko based browsers frequently misrender complex layouts (elements which are supposed to be side by side overlap) when the rendering starts before the page has finished loading. Back+forward usually fixes the problem. This indicates that a) the site is not at fault and b) Mozilla theoretically knows how to render the page correctly, but doesn't recognize when it needs to relayout after the page has finished loading.

    12. Re:wtf modded this "insightful"? by maximilln · · Score: 1

      but i'd like to see you try to get an ATI All-In-Wonder Radeon to capture video

      I'm not even that picky.

      I'd like to see Xf86 make proper use of the S-video port on my Radeon 7500 so that I can watch DVDs on my TV.

      I have a K6-3/400. I can send DVDs to the TV under Win98SE but playback is choppy. I can watch smooth DVDs on my monitor under Linux. If I try to use the S-video port with Xf86 it only works with the unaccelerated VESA driver.

      I've tried with framebuffer and without. I've tried the FBDEV driver. I've tried the ati driver. I've tried the radeon driver. I've tried the Gatos driver. I've tried the the DRI driver. I've tried the Gatos kmod. I've tried the DRI kmod. I've tried all fathomable combinations of the above with every kernel from 2.4.18 to 2.6.4 (I haven't bothered in several months).

      The issue is always timing. There is not a single video mode which gets the correct timing with any driver but VESA. The TV always looks like it's in hell.

      --
      +++ATHZ 99:5:80
    13. Re:wtf modded this "insightful"? by cipher+uk · · Score: 1

      the latest firefox trunk has this patched. for some reason it is not in the latest aviary branch.

    14. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      "indows XP simply doesn't handle hardware well and Linux does"

      wow. what a conclusion to draw from your experience. could it be maybe, just maybe that you dont know how to install drivers in windows?
      sounds that way to me.

      expecting something to just "plug in and work" becuase " the manufacturer said so " tells me alot about the kind of user you are. if they gave you a cd with drivers, then you probably need to install drivers. i would say most hardware espcially somehting complex like a camera behaves that way.

      oh and the funnest experience i had in linux (suse) the other week was trying to reinstall 3c905x drivers when i accidently clicked the wrong button on startup and it never prompted me again.
      can you delete the card and reinstall? nope.
      can you jsut re install the drivers overtop? nope.
      change the pci slot to force a re detect? nope.
      install a different card with the same model type? no sireeee

      eventually i figured out how to add the interface so it would be brought up on bootup but it took a long ass time. especially for something that shouldnt even need an rpm (3c905x), the most common network card in the world.

    15. Re:wtf modded this "insightful"? by thrillseeker · · Score: 1
      I suppose an ad blocker might make the issue go away

      It doesn't.

    16. Re:wtf modded this "insightful"? by ncc74656 · · Score: 1
      The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable". It's amazing how many Firefox zealots ignore this with a brush off. General Windows users will not.

      I think you would be better off blaming the incompetence of the Slash coders than an alleged browser shortcoming for this, especially when it's only /. (IME) that b0rks Mozilla. If you grind out non-standards-compliant "HTML," you shouldn't be surprised if it doesn't render properly.

      --
      20 January 2017: the End of an Error.
    17. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      The reload doesn't fix the problem by moving the ad. A simple refresh of the display is sufficient. Click back, then forward. This doesn't do the server roundtrip, yet it still fixes the layout.

    18. Re:wtf modded this "insightful"? by nine-times · · Score: 1
      I've noticed these problems before. I'm assuming they still haven't quite tracked the bug down, or else, why woulnd't it be fixed, right? So, is anyone sure if it's a Mozilla bug or a /. bug?

      And is it true that this is a result of slashcode generating invalid HTML? I'm sorry, but I'm I the only one who thinks it's silly that a site a geeky as /. uses invalid HTML?

    19. Re:wtf modded this "insightful"? by Uzik2 · · Score: 1

      > Tons of hardware doesn't work well or easily with Windows. People just never have to deal with it because Windows gets preinstalled.

      I think a lot of hardware is just plain badly
      designed and QCed personally.

      Linux isn't worth it for manufacturers.

      Manufacturers are willing to provide microsoft
      with info so their products will work, but are
      not willing to put their design info out for
      public consumption. There's no single point of
      contact for getting a product supported by Linux.
      There's nobody to sign a non disclosure agreement
      that the info won't be publically released. They
      can't buy a Linux Developer Network box and get
      all the info they need to make their product work
      with every Linux flavor.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    20. Re:wtf modded this "insightful"? by Theatetus · · Score: 1
      expecting something to just "plug in and work" becuase " the manufacturer said so " tells me alot about the kind of user you are. if they gave you a cd with drivers, then you probably need to install drivers.

      If you'll re-read my rant, you'll see I did. After Windows failed to find drivers for the hardware, I added the device through "Add/Remove Devices" and grabbed the .INF file off the CD. When I did that, the device worked briefly, then failed, then my wifi receiver's driver disappeared, then the whole system froze up.

      --
      All's true that is mistrusted
    21. Re:wtf modded this "insightful"? by danharan · · Score: 2, Informative
      When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable".
      Not at all to detract from your point (I'm still waiting for a couple more improvements before I go installing FF on every computer I can get my hands on) but I thought I would mention that ctrl+/ctrl- "fixes" the layout without a reload necessary.
      --
      Information: "I want to be anthropomorphized"
    22. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      Incorrect HTML or not, Mozilla renders some pages (not just Slashdot) differently if rendering starts while the page is still loading (compared to a page which has finished loading before rendering starts). The final page layout should not depend on the loading strategy, so this is definitely a Mozilla bug.

    23. Re:wtf modded this "insightful"? by the_truk_stop · · Score: 1
      >> I get to visit webpages that do not format correctly in Firefox
      > Really? I don't. Can you name any offhand?

      Slashdot. *grin*

    24. Re:wtf modded this "insightful"? by PeterPumpkin · · Score: 1

      Try the "Nuke Anything" extension for Firefox (under category "Page Display", page 2). If crappy rendering covers up content, Just Nuke It.

    25. Re:wtf modded this "insightful"? by lemon031 · · Score: 0, Troll
      Sorry, dude, but have never had anyone I've shown firefox to complain about the ways it's different from IE. Office you may have a point about, though about 85% of companies don't need MS Office and don't use most of its features.
      Sorry, dude, but sounds like you pulled that 85% figure right out of your ass. If not, I'd be interested to see where that statement comes from. Care to cite your source on that one?
    26. Re:wtf modded this "insightful"? by cartman · · Score: 1

      This morning I had the pleasure of installing RedHat 9 onto a Dell Dimension 4600 provided by the gov't. First, it couldn't deal with the video card plugged into the AGP port that provided an S-Video out; the graphical installer wouldn't even run. So I removed the card. Then it couldn't deal with the integrated i865 graphics (!!!!). To use i865 graphics you must download and install a patch and provide it with parameters. Then it couldn't deal with the wireless nic. And so on....

      After the installation, postgres wouldn't work until i typed "su -c 'createdb username' postgres", which was entirely different from what the docs said, because the doc's instructions were wrong and didn't work.

      Bear in mind: This is the most common linux distro, installed on probably the most common PC in the world (Dell Dimension), with very common graphics hardware (i865). Still the installer failed badly. I got it to work with some tinkering but it's the kind of thing the typical user won't want to do.

    27. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      OK, I call bullshit

      Go ahead, but in the real world, Windows XP is the desktop. Wishing it not so will change nothing.

      Windows is an industry, it's not just an operating system. Applications, drivers, games, utilities are all written for Windows. With installers, Help Files, Plug and Play.

      Sure you will find, on occaision (and perhaps more often than you'd like) hardware or software that doesn't play nice. This is mostly a vendor issue. I'm not saying Window's doesn't have bugs, but with XP, I've only seen hardware fail to install due to bad vendor drivers.

      I'm just a regular guy who changes his video/sound/network and printer occaisionally, and who plugs in the odd USB device (camera, FLASH) now and again.

      Oh... and I use Linux predominately in the systems I develop - embedded systems and servers. So I absolutely love Linux. I love it with a passion. But it ain't no mainstream desktop OS. It just isn't.

      And it won't be until the mainstream desktop software industry and IHVs fully embrace it.

      And it won't be until there is a broad acceptance of a common UI, so users aren't confused by applications written by authors with different favorite toolkits.

      And it won't until the
      And it won't be until I can cut and paste documents between applications (think Visio, Excel and MS Word).

      The masses don't care about Windows. They don't care about Linux. They just want to:

      + Get stuff done.
      + Buy the applications they want (not a subset, or a less app that they're forced to because the one they want isn't available).
      + Buy the hardware they want (ditto).
      + Communicate the way they want, using the tools they want and interfacing to the networks they want (MS Exchange, for example). MS Word docs that don't look ass (like they do in StarOffice).

      The thing about Windows is that it's owned and operated by a single entity who sets the architecture and moves it all forward at a fairly slow pace. Slow is good for the mainstream world. And a single voice (Microsoft's) is good for architecture.

      The Linux kernel benefits from a benvolent dictator at the top. The Linux userland is cluttered and disorganized globally. Until someone takes ownship and can rally the industry, desktop Linux is going to be in limited release. Tightly controlled environments may take it on, but not the general public.

      How do I know this? Because I'm brilliant. And you're a dumbass Linux fanboy.

      EOM

    28. Re:wtf modded this "insightful"? by Chase · · Score: 1

      I agree 100%.

      I installed Fedora Core 2 on an HP OmniBook Xe3 GF. Everything worked except the media keys, for which I installed a small driver.

      I was unhappy with the memory usage so I decided to install XP. It had a "Designed for Windows XP" sticker on it and I wanted to find out if it would use less memory and boot faster.

      I didn't have the OEM recovery disk for XP so I installed a stock copy.

      What a joke. Nothing worked. I couldn't change screen rez without loosing the LCD. I couldn't install updates because I couldn't change the screen resolution. The NIC didn't work, modem dead, WiFI... forget it.

      If I didn't have another machine handy to download all the drivers I needed and copy them to floppies, I wouldn't have been able to do anything.

      Fedora was MUCH easier to setup.

      --
      -==-
    29. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      I stopped IE and started Opera as IE and Netscape have REALLY BAD memory management when viewing multiple pages with large (1-2MB) images.

    30. Re:wtf modded this "insightful"? by Fareq · · Score: 1

      Incidentally, my OEM laptop came with a video capture card. In fact, these days almost every SONY computer does.

      Since SONY has a reasonable marketshare, video-capture is a reasonable feature to request.

      -- Fareq

    31. Re:wtf modded this "insightful"? by Synistar · · Score: 2, Informative

      Slashdot is a very bad example. Its HTML markup is horribly invalid. The Slashcode devs are working on getting it fixed (albeit too slowly IMO). Check these links out:

      Retooling Slashdot
      Redesigning Slashdot
      Fixed XHTML in Slashcode

      The last one is a slashcode user who fixed most of the issues all by himself. So if you want to blame someone blame the slashcode devs not Firefox.

    32. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      You must be some kind of idiot if you can't get hardware to install properly in Windows. I'm a linux user who supports Windows users at an enterprise level and know every time how hardware is detected and installed when the drivers are 'available' to be detected. You have to specify where it looks for drivers or use the driver installation software provided by the manufacturer. This is infinitely easier than linux hardware installation.

    33. Re:wtf modded this "insightful"? by FooBarWidget · · Score: 1

      Yeah now try my Epson printer. I plugged it into XP, ran the setup tool, and it crashed. Reboot - same thing. Nice huh? On Fedora, I run the printer setup tool and it was autodetected. Within minutes I could print.
      Things in Windows fail more often than Slashdotters want to admit.

    34. Re:wtf modded this "insightful"? by Theatetus · · Score: 1
      You must be some kind of idiot if you can't get hardware to install properly in Windows.

      Yeah, I guess I am an idiot, because I can't. However, since the question at hand is "which platform will idiots have an easier time installing?" maybe my idiotic experience is relevant. I cannot properly install hardware on Windows XP. I can properly install hardware on SuSE. I can also properly install it on Gentoo though that has involved some messing about with stuff. Maybe there was more messing about I could have done in Windows XP, but I don't know and I didn't know where to look.

      --
      All's true that is mistrusted
    35. Re:wtf modded this "insightful"? by merdark · · Score: 0, Troll

      Ah. Typical biased response from a Linux faithfull.

      One piece of hardware having issues with one persons specific hardware configuration and software setup does not constitute proof of anything.

      Let's see, if what you say is true, that Linux is just awesome with hardware compatability then why does this site exist?

      http://www.linux.org/hardware/

      Why do similar sites not exist for windows? Oh, because ALL hardware is compatabile for windows and hence there is no need to create lists of it.


      OK, I call bullshit. Tons of hardware doesn't work well or easily with Windows. People just never have to deal with it because Windows gets preinstalled.


      Really? Would you like to provide some proof? Other than your lame camera and wifi example, which only suggest that you either got some bad hardware, or lucked out with a bad setup.

      Consider the fact that you may be an outlier point in the scheme of things and that for 99% of people windows works just fine. Where is my proof you ask? How about the absense of *millions* of complaints about faulty hardware. If there really were *tons* of hardware that didn't work with windows, you'd hear about it all over the news. People don't just buy hardware and then leave it on their floor when it doesn't work.

    36. Re:wtf modded this "insightful"? by Kiryat+Malachi · · Score: 1

      I've seen a similar bug on espn's chats, where the text overlaps the right sidebar.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    37. Re:wtf modded this "insightful"? by drinkypoo · · Score: 1

      I'd like to see Windows make proper use of the S-Video port on my GF4Ti4200 so I can watch DVDs on my TV. When I try, both WinDVD and PowerDVD tell me that I'm not allowed to use it because of some sort of configuration problem.

      I do have DVDIdle Pro on my system now, so maybe that will fix it, but I don't have anything hooked up to that connector now, so I may never know.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    38. Re:wtf modded this "insightful"? by barkingcorndog · · Score: 1
      The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable". It's amazing how many Firefox zealots ignore this with a brush off. General Windows users will not.
      What are you talking about? I've been using the same old Mozilla Firebird for quite some time now, reading slashdot daily and I simply haven't noticed anything at all. Is your browser just going blank and reloading occasionally? If not, then wtf are you talking about?
      --
      "I know together we'll make the possible totally impossible" - Homme
    39. Re:wtf modded this "insightful"? by Sentry21 · · Score: 1
      I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort)
      Really? I don't. Can you name any offhand?


      Pacific Mountain Scale Shops is a perfect example. Besides the fact that the person designing the website was incompetant (see if you can find the link to 'c:\documents and settings\...' - it's not hard) and they did simple things in apparantly complex ways - but you know what? It works in IE.

      That being said, I'm going to redesign the site (it's my parents' business) to fix the stupidity on the site, but the example remains a valid one.

      --Dan
    40. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0
      OK! So you bought some hardware from some vender that hires CHEAP CHINESE H1-B "PLOGLAMMERS" and it was buggy on Windows and their CHI-A-NESE driver made Windows Crash.

      How is that Microsoft's fault? It's not! It's the fault of CHEAP COMPANIES hiring CHEAP FOREIGN PROGRAMMERS.

    41. Re:wtf modded this "insightful"? by Rinikusu · · Score: 1

      My company's web-based time-sheet entry program for one (in regards to name one website that refuses to view correctly under firefox). In fact, it "crashes" when loading the javascript page and the presentation is, well, not expected. IE renders it just fine. Now, as an aside: Moz doesn't work (linux, windows, or mac os x), firefox doesn't work (it's just another moz, right?), safari doesn't work (os x), lynx (linux) doesn't, etc. Even IE under Mac doesn't work (classic or os x). Using Netscape 4.x on OS 9 in Classic mode on my ibook is the only way to record my time sheet information on the road. Talk about a bummer.

      --
      If you were me, you'd be good lookin'. - six string samurai
    42. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      My Kodak doesn't work in Linux. I plugged it into XP and it worked. Hmm. That didn't come preinstalled as I just bought it in December.

      We needed to print over the network here for an HP Officejet G85 for Linux and Windows machines. So we had an old machine running windows sharing the printer over Windows Shares. Printing over the network was not supported on the Windows drivers (it says it on HP's website), while in Linux it was 3 clicks away and cups was printing to it beautfully.

      We also had an old video card we needed to use in an relativly new machine. The problem was that the card had no drivers for 2000+ only 98-, so using it in windows was torture. In linux I didn't even have to configure anything.

      I also have hardware that dosn't work in linux, like the modified Dell sound cards that people get with some of the models (the windows drivers are pretty crappy as well, but with enough fiddeling it works).

      Frankly, it all depends on the company, how popular the devices are, how complicated, etc...
      Some hardware works better in linux, some works better in windows. Obvioussly windows has the benefit (though sometimes it isn't a benefit) that the drivers most likely come from the company, whereas in linux it comes from reverse engeneering the chipset, or something of the sort.

    43. Re:wtf modded this "insightful"? by Canberra+Bob · · Score: 1

      "I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort)"

      "Really? I don't. Can you name any offhand?"

      How about Slashdot?

    44. Re:wtf modded this "insightful"? by StarTux · · Score: 1

      "My Kodak doesn't work in Linux. I plugged it into XP and it worked. Hmm. That didn't come preinstalled as I just bought it in December."

      My Agfa is not working with the latest gphoto as they never ported over its code over from gphoto 1. Its an Agfa 780C.

      "The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable". It's amazing how many Firefox zealots ignore this with a brush off. General Windows users will not."

      Not getting this problem, really not. Using version 0.9.2 and just tried FireFox on slashdot.org. Not getting any fresh on the sidebar, and the sidebar looks fine here.

      "And again, you are dealing with people magnatudes higher in computer literacy apparently."

      Instead of brushing Linux as being at fault, try to track down the issue. Maybe is the distro, or some older packages.

    45. Re:wtf modded this "insightful"? by amber_of_luxor · · Score: 1

      GNU Cash and OpenOffice are piles of junk in comparison to Office and Money,

      Other than cause the blue screen of death, what can MSOffice do, that OOo can not do?

      Amber

      --
      Wind Beneath Thy Wings
    46. Re:wtf modded this "insightful"? by ndogg · · Score: 1

      And again, you are dealing with people magnatudes higher in computer literacy apparently.

      Perhaps that person is, but I've shown Firebird to people who aren't computer literate and they do not have complaints about it either.

      But then, it's all anecdotal evidence.

      --
      // file: mice.h
      #include "frickin_lasers.h"
    47. Re:wtf modded this "insightful"? by JustAnotherReader · · Score: 1
      The example I will continue to use is http://slashdot.org/. When it stops forcing a refresh to fix the sidebar then I will believe Firefox is "acceptable". It's amazing how many Firefox zealots ignore this with a brush off. General Windows users will not.

      Because I was interested to understand what you're saying I went to slashdot within Firefox and everything displays just fine. So I'm not sure what you mean about the sidebar not displaying properly.

    48. Re:wtf modded this "insightful"? by Ziggy2692 · · Score: 1

      I'm going to take a different approach than Garcia did. First of all, I personally thought Garcia's post was very insightful and I agree with almost everything he said. The reason I feel windows is and probably always will be the most used OS on the market is its coexistence with other applications (Which I will explain in a min). Every OS has its flaws and good points. Where Linux reigns supreme is the ability to customize it to a specific need. Yes windows can be tweaked, changed, and configured to do specific tasks very well, but there is no denying that Linux can do this much better. You can recompile Linux to be anything...an OS for a PDA...Laptop... Server...Firewall...etc. Until M$ makes windows an open source OS (HA) it will never be able to compete with Linux on this level. But windows has a lot more to offer than Clippy (there is always Merlin) and a neat "Lego's meets Blues clues" GUI. Like I said earlier, its coexistence with other applications is amazing. Imagine this: You sit down at a log in prompt. You enter your username and password. You computer boots right into windows and contacts the Windows 2003 server. Next The Windows 2003 server sends you a GPO (Group policy object) that remaps all the drives from the server that you need to do your daily work and other maps that your applications use. The Windows server says "Man you don't have the latest Windows updates", Lets let the SUS server (Free Windows server component that M$ offers....no excuse for not being up to date) download all of those patches and fixes to your computer...and tonight when your not using your computer I will install them for you and reboot your computer all without you doing anything. Next you open Outlook 2003, instantly all your emails come flooding in from the Exchange server. While reading your email you noticed that someone modified the public Share point server (a Windows server software) and changed the Monday meeting from 1 to 3 pm. When this happened the Share point server thought...hmm it would be nice for you to know this...so it updated your personal and public calendar (Exchange) for you, then sent you an email just to let you know (kind of nice of it don't you think). Next thing you know you get another email that your copy of "software A" is to old and that on Monday the Windows 2003 server will push out another GPO and install the newest copy for you. By this time you grow hungry and you log off. You then go to the kitchen to cook breakfast and think to yourself how glad you are that it is your off day and you don't have to go to work until Monday. You did all this from a terminal server/remote desktop session from the house while you were trying to figure out what you wanted to eat. This is why big business use Windows environments. This is ease of use that big companies require. This is why Microsoft will remain supreme. The picture I just painted is normal business for Kevin. I set Kevin's law firm up with an Active directory/Windows environment and he has a hard time double clicking his mouse. Let alone wonder why Gtoast will not burn his court papers and documents to a CD. Business people need to do what they do best...and let the network run itself. When Linux offers this...then it will ready for the desktop/workstation.

    49. Re:wtf modded this "insightful"? by nzkbuk · · Score: 1

      It's not done by sharepoint is it ?

    50. Re:wtf modded this "insightful"? by bgeiger · · Score: 1
      Why do similar sites not exist for windows? Oh, because ALL hardware is compatabile for windows and hence there is no need to create lists of it.

      Microsoft seems to disagree: Microsoft Windows Hardware Compatibility List

      --
      o/~ All God's children shall be free in Pirates of the Caribbean, when we reach that Magic Kingdom in the sky... o/~
    51. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      Also, check out Panasonic's Toughbook support website for a screaming example: http://tcc.toughbook.com/

      heh.

      Firefox: ugly blue site. Some of the menu items on the left are cut off at the end, but no overlap. The heading image seems to have too much space above/to the left of it.

      IE6: "Panasonic ideas for life" at the top, copyright notice at the bottom. Otherwise completely blank white page.
      *refresh*
      Ugly blue site. Menu items are smaller than in firefox and on a different colored background with mouseover effects.

    52. Re:wtf modded this "insightful"? by Anonymous Coward · · Score: 0

      This indicates that a) the site is not at fault and b) Mozilla theoretically knows how to render the page correctly, but doesn't recognize when it needs to relayout after the page has finished loading.

      Hm, I wonder if this only happens to people who have their layout delay set to 0 to make thing appear to render faster. Anything below 100-200 should be completely unnoticable anyway.

      Not to minimize the problem, of course. Clearly a bug exists, even if most users are unaffected.

    53. Re:wtf modded this "insightful"? by fucksl4shd0t · · Score: 1

      Try installing the ati.2 package, if available. Looks like you're saying you've already tried it, though. ;( Me personally, I'd like to get this Mobility working with DRI extensions. It's working with someone's driver (I don't remember who), but it's not quite working a well as I think it should. How well should it work, anyway? ;)

      Anyway, the guys that have the ati.2 driver claim it works with that particular plug you're trying to use, and I seem to remember them listing your card in the compatibility list. Sorry I don't have a link.

      --
      Like what I said? You might like my music
    54. Re:wtf modded this "insightful"? by maximilln · · Score: 1

      I'd like to see Windows make proper use of the S-Video port on my GF4Ti4200 so I can watch DVDs on my TV

      Funny you should mention that. Lately, when I try to watch DVDs on my TV with Win98SE using the S-video port on the Radeon 7500, the Win98SE desktop shows up fine but the DVD region shows up black on the TV even though it's displayed fine on the monitor. PowerDVD help says it's driver related. ATIs WinDVD makes vague allusions to mis-mapped memory registers. Whatever...

      --
      +++ATHZ 99:5:80
    55. Re:wtf modded this "insightful"? by sploo22 · · Score: 1

      Well, I can't believe there's that many -- there must be a reason for... Let me find out about that. You bring up an interesting question -- I don't know the answer to that... Well, you're telling me a lot of things I don't know.

      (This moment brought to you by Jack Valenti.)

      --
      Karma: Segmentation fault (tried to dereference a null post)
    56. Re:wtf modded this "insightful"? by robnauta · · Score: 1
      Funny you should mention that. Lately, when I try to watch DVDs on my TV with Win98SE using the S-video port on the Radeon 7500, the Win98SE desktop shows up fine but the DVD region shows up black on the TV even though it's displayed fine on the monitor. PowerDVD help says it's driver related. ATIs WinDVD makes vague allusions to mis-mapped memory registers. Whatever...>

      Instead of 'whatever' you could also solve the problem. Go to the desktop properties, advanced, displays. You will see pictures of a monitor and a tv set. One of them is primary and the other one is secondary. Switch them, and the DVD will show on the TV, but asa black area on the monitor.

    57. Re:wtf modded this "insightful"? by maximilln · · Score: 1

      Instead of 'whatever' you could also solve the problem. Go to the desktop properties, advanced, displays. You will see pictures of a monitor and a tv set. One of them is primary and the other one is secondary. Switch them, and the DVD will show on the TV, but asa black area on the monitor

      Been there, done that. No dice.

      Thanks anyway.

      --
      +++ATHZ 99:5:80
  50. What are you looking for? by HancockDC · · Score: 2, Informative
    What is it most people use on their personal computers?
    1. Word Processor
    2. Spreadsheet
    3. Presentation Software
    4. Web Browser
    5. CD Player
    The first three are nicely handled by Open Office.

    The fourth is handled by Netscape, Mozilla, Konquerer, and perhaps others.

    The fifth has several nice apps that work just fine.

    OK -- playing DVDs is not easy. But you do get a well-functioning X-Windows system which is an add-on for windows.

    Yes, the Open Office does not have 100% of the features of Microsoft Office, but I can say that it has 100% of the features that I use on a regular basis.

    Unfortunately there are few administration tools for software packages that run only on Windows, although these are getting upgraded to platform-independent versions as time goes on.

    Bottom line: I still have a windows machine along with my linux machines, but guess where I do most of my work?

    --
    -----------------------------------------
    Computeri non cogitant, ergo non sunt
    1. Re:What are you looking for? by Fuzzums · · Score: 1

      Fitst of all, I'm willing to spemd time to get things installed. I'n moet willing ti spend too much time to reinvent how applications work.

      But what i need:

      6. a program like dreamweaver / homesite
      7. a program that compares to Photoshop (so gimp is not an option. it's just too different)
      8. ICQ or something like that.
      9. something like JBuilder.
      10. something like acdsee
      11. program to access my communicator.

      6 ?????
      7 problem?
      8 no problem
      9 dunno?
      10 there probably is something like that.
      11 no way.

      have to stick with the W for now :(

      --
      Privacy is terrorism.
    2. Re:What are you looking for? by archen · · Score: 1

      I think you are overlooking the mentality of many windows users. They want to use a specific app (which I will call "X") to do something. They don't want something that is better than 'X' they wan't 'X'. If it's at all differen't than 'X', they'll complain. It doesn't matter if there's a billion other programs that do the same thing, they specifically want that ONE application - even if the next upgrade is so drastically different that they could just as well use something else anyway.

    3. Re:What are you looking for? by cozziewozzie · · Score: 1

      6. There's no Dreamweaver, but the latest Quanta versions allow you to make pages visually and generates the code for you. It's supposed to be quite good nowadays, especially for generating dynamic pages. If you're only interested in static stuff, the Mozilla fork NVU offers visual page creation too.
      7. Nothing here yet
      8. GAIM/Kopete are both multi-protocol clients which work quite well. If you're only into ICQ, LICQ is a superb client.
      9. Eclipse? Don't know too much about Java so maybe I'm off.
      10. Kuickshow for KDE is quite good at viewing many pages (no browser though). Konqueror offers previews. A combination of the two can work well for browsing stuff. Pixie and Pixie plus are the more muscle-bound ACDSee-workalikes. There are plenty more, this is something every programmer seems to write :)
      11. Nokia communicator? I don't know, but there's software to interface with many mobile phones and PDAs. Perhaps there is a communicator plugin somewhere.

      HTH.

    4. Re:What are you looking for? by Fuzzums · · Score: 1

      Sweet. There is nothing to lose here and enough to gain. Maybe it's just time to give it a try again :)

      Thanks!

      --
      Privacy is terrorism.
    5. Re:What are you looking for? by beakburke · · Score: 1

      Bluefish also looks good as a dreamweaver like program.

      --
      ----- Question authority, but not ours. Hate the man, but we're not him.
  51. Linux is not ready yet. by Inoshiro · · Score: 3, Insightful

    Until there is a real method of packaging and installing/removing software for Linux, the operating system will never move past where Windows was circa version 3.1. RPM has dependancy issues, and apt-get is something past most people. Don't even mention compile from source for your grandma! With Windows, you just download a binary installer and run it as either the admin or not. If it's admin, it'll install it system-wide; if not, it'll install per user. If'll bring any extra libraries in needs for its private use.

    No current Linux technology immitates this. There is no way I can currently download a self-executing shellscript wrapper or otherwise binary program that will install either system-wide or to ~/bin/$appname, with care taken to provide its own libraries, and giving me an easy link so I can remove the application folder, the installed support libraries, and any config files separately.

    Linux has made great strides in getting the system installed, and the various distributions have creative solutions for getting the more crufty parts like X11 (which freedesktop.org is, thankfully, revamping to be much more accepting and dynamic of modern hardware), and in terms of user-application glue (remember how OS/2 Warp would remember which applications were open and all their states when you rebooted?) in ways that surpass Windows, the actual application management is still a horrible hack, largely based on designs from the mid to late 90s which don't really work in practice.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    1. Re:Linux is not ready yet. by Coryoth · · Score: 1

      Until there is a real method of packaging and installing/removing software for Linux, the operating system will never move past where Windows was circa version 3.1. RPM has dependancy issues, and apt-get is something past most people.

      I suggest you look at synaptic. Unfortunately they haven't updated their screenshots recently, the interface is now much cleaner and simpler than that presented in the screenshots (which was still quite nice).

      With Windows, you just download a binary installer and run it as either the admin or not. If it's admin, it'll install it system-wide; if not, it'll install per user. If'll bring any extra libraries in needs for its private use.

      I suggest you check out autopackage. Any parties that package with autopackage instead of rpm or deb create a downloadable binary installer that asks for the root password. If you give it it will install systemwide, if you pass, you can install it just for you. Of course it goes one better and checks for dependencies and resolves them, just like apt (though dependency checking is more in the style of the configure stage of a compilation rather than looking for installed packages, so it is much more robust).

      No current Linux technology immitates this. There is no way I can currently download a self-executing shellscript wrapper or otherwise binary program that will install either system-wide or to ~/bin/$appname, with care taken to provide its own libraries, and giving me an easy link so I can remove the application folder, the installed support libraries, and any config files separately.

      That would be autopackage. Okay, it's still at 0.5, and isn't completely API stable yet, but it is progressign quickly, and already has several applications (inkscape for instance) which you can fully install via autopackage.

      Jedidiah.

    2. Re:Linux is not ready yet. by Krafty+Koder · · Score: 1

      "Until there is a real method of packaging and installing/removing software for Linux, the operating system will never move past where Windows was circa version 3.1. RPM has dependancy issues, and apt-get is something past most people"

      Either you are a Microsoft paid mercenary , or you just don't have a clue.

      Here's a big clue or two:
      Suse's Yast
      Mandrake's URPMI

      If you aren't a paid up Microsoft stormtrooper, please do try to some research before making such blatantly erroneous statements.

    3. Re:Linux is not ready yet. by Anonymous Coward · · Score: 0

      Yast??
      URMPI??

      Great, those names make so much sense and all linux distributions come with them you say? Are they compatible too? AWESOME!

      Ok let me download a compatible package of the software i need. Oh there is none. All there is and all i can see is some wierd tar.gz file?

      HELP!!

      You should get a clue, there is no standard way of storing and generating uninstall logs/scripts on Linux that will work out of the box on all linux distributions there is.

    4. Re:Linux is not ready yet. by gosand · · Score: 1
      No current Linux technology immitates this. There is no way I can currently download a self-executing shellscript wrapper or otherwise binary program that will install either system-wide or to ~/bin/$appname, with care taken to provide its own libraries, and giving me an easy link so I can remove the application folder, the installed support libraries, and any config files separately.

      I have seen a couple of apps come close - OpenOffice.org, and Opera (static linked). But I agree, it can be a real pain (yes, even with apt) to get stuff installed sometimes. That is a drawback, and a big one, for Linux distros in general. But hey, remember the days before the likes of InstallShield? It wasn't too pretty then. Linux is just behind a little, but it has the capability to catch up and surpass Windows. Sometimes, I don't even care if it does or not, as long as it is around for me to use.

      --

      My beliefs do not require that you agree with them.

    5. Re:Linux is not ready yet. by guitaristx · · Score: 1

      I must agree. The functionality is there in Linux to do whatever the heck the developer/user wants, which is to say much more than windows has, but that functionality isn't very easily accessible.

      The beauty of Linux (and Unix) is that its functionality is essentially transparent from the ground up. Windows 'hides' stuff.

      The truth is, we need standards, standards, and more standards. And we need adherence to those standards. Until the big vendors start adhering to some sort of standards, software and hardware manufacturers are not going to jump through all the hoops necessary to get Linux-supported stuff out the door.

      The big things that are hampering Linux:
      1. X - it's bloated, and hard to deal with
      2. Window management - standardize!
      3. CLI - no matter how many zealots there are, plain-ol' users want clicky stuff. They don't want to configure anything with the command-line
      4. CLI, part 2 - Linux/Unix was built oriented to the command-line. There needs to be an acceptable GUI equivalent of almost every standard *nix CLI app.
      5. Linux community élitism - Rather than waiting for the world to change, and for all people to become Linux geeks, make Linux more attractive! People want to do what they need to do. The OS should help them get there. Should someone be required to know about TCP/IP before using a web browser? No. Then why should we expect them to learn about the CLI and memorize a bunch of commands so that they can organize their picures and .doc files into categorized directories?

      --
      I pity the foo that isn't metasyntactic
    6. Re:Linux is not ready yet. by StarTux · · Score: 1

      "No current Linux technology immitates this. There is no way I can currently download a self-executing shellscript wrapper or otherwise binary program that will install either system-wide or to ~/bin/$appname, with care taken to provide its own libraries, and giving me an easy link so I can remove the application folder, the installed support libraries, and any config files separately."

      Oh I agree, Loki installer is nothing like you're looking for.

    7. Re:Linux is not ready yet. by beakburke · · Score: 1

      There is a real method for installing software in linux, it's called an RPM. And you don't have to use the command line to do it, there have been gui interfaces for this for ages, and they even resolve dependancies.

      --
      ----- Question authority, but not ours. Hate the man, but we're not him.
  52. Bonzai by Elpacoloco · · Score: 2, Interesting

    You know, we really should work on making a spyware free replacement for Bonzi Buddy.

    People LIKE Bonzi Buddy, and while the spyware would irritate them, they're really not aware of it.

    1. Re:Bonzai by Technonotice_Dom · · Score: 1

      Displaying my ignorance, what does Bonzi Buddy actually do?

    2. Re:Bonzai by WWWWolf · · Score: 1

      Yeah! We need more "useless but cute" apps! You know, the kind of apps that cannot be SIGTERM/HUP/KILLed because they're too cute and blasting them away would be cruel. Um... do we have much of them, besides oneko/okitsune? =)

      The only Pointless Waste of Time I get from Linux these days is messing around with xscreensaver settings. *sigh* (there are other pointless wastes of time, like right now, when I was forced to compile AAC support for XMMS myself when Dolby was boneheaded about binaries, but hey, this doesn't count, and is actually ultimately productive. =)

      Okay, they are useless, and typical Linux users gag and spontaneously get warts when anyone even mentions them, but many people actually do like them, poor things.

      Besides, every once and while, useless distractions are good for everybody. xscreensaver-command -prefs is therapy. =)

    3. Re:Bonzai by Elpacoloco · · Score: 1

      Bonzi Buddy displays a little purple monkey who issues useless advice, a la clippy.

  53. Also IM programs by GoofyBoy · · Score: 4, Insightful


    IM is becoming more than just instant transfering of text.

    File transfers (GAIM sort of has this), webcams, plugins and games are becoming big reasons for IMs.

    Sorry but saying "close enough" isn't good enough when the rest of the world can do it.

    --
    The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    1. Re:Also IM programs by Anonymous Coward · · Score: 0

      Oh come on, don't become a mindless drone. Don't give in to the dark side. Study math. Learn to code. Run linux. Use the source.

      If I can't do the IM activities you suggest, that's probably a plus in the advantage linux column. Besides, I have irc, why would I need IM?

  54. It isn't period by hackstraw · · Score: 1

    Myth #1: Linux is harder than Windows

    Although this is true, its mute. I first used DOS, which I cannot really call an operating system, but anyway. Then windows. Got sick of reinstalling, dropped windows in 97. Started using linux. Stopped using linux on the desktop in 2004 when I got my powerbook and OS X. I'll never look back. OS X is not perfect, but its hands down the best end user OS I've ever used, and all of my dotfiles from my *NIX machines work flawlessly. Printing still sucks under linux, setting up networks still sucks under linux, nfs/samba shares are still difficult. Try getting power management to work properly under linux.

    Myth #2: Lack of Applications

    Again true. I'm sory, but OpenOffice is only useful because its better than strings WORD.doc | less. I can view stuff, but its not 100% compatable, and its ugly as hell, and just clunky. Most any app under linux will work on OS X plus all of the native OS X apps. KDE and GNOME are Windows wannabes, OS X is different and very slick IMHO.

    Myth #3: It's hard to install software

    Again true. rpm dependancy hell. ./configure, blah. With OS X, to install an app you either have a nifty installer that asks for the admin password and it "just works", or you do something difficult like drag the app to some folder, usually /Applications. The only distro that gets installation right is debian. Oh, and I have apt on my Mac too.

    I used Linux pretty much exclusively on the desktop from 97 to 2004, and I have no plans on looking back at it. I've found what I want. I use and admin linux daily. I like linux. But I don't want to admin my laptop. It just works, and that is a good thing.

  55. This article does Linux no service. by Anonymous Coward · · Score: 1, Insightful

    The only people dumb enough to purchase the retail applications would be, probably, Windows users who assume that they need to purchase it.
    What's that other Linux myth? Oh, yeah, the one about Linux users being condescending assholes.

    Contact a local LUG or solicit volunteers to install whatever flavor of Linux you want on your system and create a dual boot configuration for you, so that you can directly compare Windows usability with Linux usability. That puts the Linux installation on a par with the pre-installed Windows setup.
    I see, so in order to honestly evaluate Linux, you have to ignore the installation process by having someone from a user group do it for you.

    Linux has a lot of things going for it. This article is not among them.

  56. Firefox by tbisaacs · · Score: 1

    Firefox actually *does* render pages correctly. If there is a problem it isn't firefox's fault, it's the designer's fault. Firefox is a standard compliant browser, IE is not. IE is just more forgiving to bad coders.

    1. Re:Firefox by 2short · · Score: 1

      First of all, Firefox runs on Windows, so it's not much of a reason to switch to Linux.

      Secondly, if there is a problem, I don't care whos fault it is. If IE renders a pafge the way the designer wanted it to, and Firefox does not, what matters to me is that I should use IE if I want to veiw that page. So I'd better be on Windows.

  57. Bogus arguments by Anonymous Coward · · Score: 1, Insightful
    Sorry mate, I know that it is a fashion right now on /. to mod troll articles bashing linux positive to show how openminded everyone is but your reasoning is simply bogus.

    Why? Your arguments are simply false. To claim that all hardware runs with windows is wrong as probably anyone with any windows experience can tell you. Why doesn't my scanner work with XP? Believe it or not, there is no driver for it. Does it work with Linux? Yes it does. Does that mean that linux rulors and windows suxors? No, it just shows that your excuse for an argument is bogus.

    You claim you are working with below average computer users yet you don't shy away from something like this: Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.

    Sure, everyone who has anything to do with computers knows that installing windows is never problematic and just a breeze for your below average computer users.

    1. Re:Bogus arguments by Toby_Tyke · · Score: 1

      Sure, everyone who has anything to do with computers knows that installing windows is never problematic and just a breeze for your below average computer users.

      I have no idea how hard installing windows is for a below average user, but I do know how easy I found it. I just built a new box dual booting windows 98 and Slackware. The windows installation, and the installation of every driver indows needed, can be summed up as follows:

      Next--->Next--->Next--->Finish.

      By contrast, Slackware required me to (GASP) edit config files!!

      Now I don't mind editing config files, but it IS far easier to click a button 4 or 5 times.

      Incidently, I have never come across a piece of hardware that failed to work under win 98.

      --
      "I realise this is not a very popular opinion but it's the truth, and there for needs to be said" -Bill Hicks
    2. Re:Bogus arguments by croddy · · Score: 1
      installing Red Hat is a much more pleasant experience than installing Windows XP.

      the XP installer requires you to go through several pages of plain text screens, and only after you've made it through them (including a manual disk-partitioning section), do you get to the GUI portion of the installation... which is non-interactive and just shows a progress bar. you must reboot twice during the installation ... if you're lucky. usually it's 3 or 4 reboots.

      Red Hat, by contrast, boots directly into the X Window system, with a fully graphical installer that partitions the disk automatically. it even installs most of the programs you need for you. you never need to reboot during the installation at all.

    3. Re:Bogus arguments by Toby_Tyke · · Score: 1

      installing Red Hat is a much more pleasant experience than installing Windows XP.

      I agree. Mind you I don't use XP, I use 98.

      However, if Red fails to automatically work with, say a TV card, it can be a bit of a nightmare to get it to work. By contrast, I can be pretty certain that in Windows I will just have to stick the driver disk in and hit NEXT a few times.

      This is nothing to do with the OS itself. Like a lot of other problems with Linux, it just comes down to lack of support from third parties.

      --
      "I realise this is not a very popular opinion but it's the truth, and there for needs to be said" -Bill Hicks
  58. I've said it before... by dacarr · · Score: 1
    ...and I'll say it again. That I've seen, Linux is still missing certain industry-specific apps. You still don't have a client management databse such as ACT! or Goldmine, you don't have loan origination software (used by loan processors/officers), and there are others that are unfortunately too numerous and/or outside of my scope. Of stuff that is being ported, of course, dev is behind.

    And yes, I'm an avid Linux fan. I run it at home exclusively, and have defestrated a friend.

    But we're not going to get anything done by complaining. So let's find a happy medium - start demanding it of the vendors. Work in finance? Go to Calyx and ask them if they have Point for Linux. Any industry that keeps a cust db - go to the Act or Goldmine people and ask them for their software for Linux. No, not the web software that requires a MS IIS, but a native Linux version.

    --
    This sig no verb.
  59. Typical Linux Situation by Anonymous Coward · · Score: 1, Funny

    Here's a typical Linux situation.

    Linuxtard: You should switch to Linux it is better than the evil M$ (isn't that clever it's a dollar sign instead of an S)

    Normal Human Being: Sure, why not. It sounds cool. Hey! Why isn't it recognizing my video card? How do I check my email?

    Linuxtard: RTFM

    Normal Human Being: I DID! It didn't help at all, in fact, I think it made the situation worse.

    Linuxtard: RTFM n00b!

    1. Re:Typical Linux Situation by Anonymous Coward · · Score: 0

      The biggest problem with RTFM is that TFM is google, because TFM you get is often next to useless. Not always, but a lot of the time. This means that if you're installing linux on your only computer, you don't have access to TFM.

      I spent twenty minutes last night trying to find exactly the right search terms to find how to get my PSC1210 scanner to scan under linux. Problem was, the searches kept returning details on how to set up this printer/scanner to print. I didn't want to print, I wanted to scan, and xsane kept saying it didn't find any devices.

      The eventual solution was to "apt-get install hpio usbdev-0.1-4" - not exactly intuitive, and required an additional "apt-cache search" to find the right suffix for usbdev. This is not something your average user would ever discover in the manual - the necessary details were spread across multiple different man and web pages.

    2. Re:Typical Linux Situation by BollocksToThis · · Score: 1

      For a stunning example of RTFM gone wrong, see the man page for dvdauthor:


      Command Line Description

      -o output-dir

      foo

      -m, -t

      foo

      -v video-opts, --video=video-opts

      foo

      -a audio-opts, --audio=audio-opts

      foo


      WOW, thanks man page! Near as I can tell, those video and audio options aren't documented anywhere.

      --
      This sig is part of your complete breakfast.
  60. Dump your biased garbage right here please by jinxidoru · · Score: 3, Insightful

    I remember numerous times that there have been posts about some independent research saying that Windows is better than Linux for one reason or another. Inevitably this ellicits a bevy of posts claiming some connection between the firm and M$, thus invalidating the study. Now we have some dude who obviously extremely jaded in favor of Linux. Many of his comments are so one-sided that its ridiculous. Now I am a linux user; I can't stand Windows. But do we have to turn to poorly written libel? Let's except that Linux has its problems. Let's identify them, then fix them. Just ignoring them is what made Windows what it is today.

  61. Funnily enough... by Skiron · · Score: 1

    ... I got the go ahead today to install a Linux machine in the training room of the Company where I work as Sysadmin - it will be running Slackware 10, KDE 3.2.3

    I have been wanting to do this for some time, but always with reservation - but after trying Slackware 10 on my laptop, and then totally moving my last winders box 2000 -> Slackware 10 here at home, I feel the desktop has arrived, if not for the work place (due to legacy reliance on M$Office et al) but at least has arrived for most windows savvy USERS at home.

    Most can't get over it's 'free' and 'free' to copy/give away legally, and they will be even more impressed when I set it up tomorrow!

  62. Until by Anonymous Coward · · Score: 0

    the 9800 Pro (and others released after the last version of XFree86) are supported by X, I
    (and others, as seen at the Redhat forums/bug reporter dealie, et al) can't use Linux. Period.
    X not starting my just keep some from using it...

  63. exception by loteck · · Score: 1

    i meant acceptance. dont even bother ;)

  64. Those aren't the myths by SWroclawski · · Score: 1

    Those haven't been the myths for a long time that most GNU/Linux users talk about.

    The barriers to entry are:

    * Hardware (auto)detection/configuration
    * Integration with other systems (Word Docs, MS Exchance, etc.)
    * Configuration for More Complicated Tasks, like installing software that's not provided by your distribution
    * An easy configuration program (right now we have a half dozen)

    I've been using GNU/Linux since 1997, but these are still real issues for the person in between the complete notice and the power user.

    We have most of the power users, many of the complete novices won't notice, but I think a large segement of people fall somewhere in the middle and we may not do as well there.

  65. The biggest problem Linux currently has by DarkDust · · Score: 4, Interesting

    ... is the lack of an unified installer. GNOME and KDE are really userfriendly and beat Windows feature-wise, and most current distributions like SuSE also have very good hardware support and recognition.

    But it's still not possible for Joe User to simply download an app and install it via an installation wizard like everyone is used to on Windows. You either run setup.exe there or some *.msi files and click "Next" a few times and you're finished.

    Not so under Linux. I am a Linux developer myself, even earning my money as a Linux developer, and I know it's a tough problem to tackle in the Right Way(tm). But we should eventually try. The old installer from Loki games is a good example of how it should work (although I don't think it's the correct solution as there is no RPM or deb support in it). The really tough things here are first to get most projects to have support for such an installer and second for such an installer to support as many distributions as possible.

    Of course Debian users will argue "well, just do an apt-get install foo", and Gentoo people will tell you to use emerge, but the point for Joe User is not to have to use the command line.

    If we manage to deal with this problem I'll say Linux is really ready for desktop of everyone. I've set up the desktop that a few hundred people of the Bavarian Blood Donation Service use via their thinclients, so I know Linux is ready for desktop use if all the necessary applications are installed.

    1. Re:The biggest problem Linux currently has by cozziewozzie · · Score: 1

      Of course Debian users will argue "well, just do an apt-get install foo", and Gentoo people will tell you to use emerge, but the point for Joe User is not to have to use the command line.

      OK, I realise that the command line is not everyone's thang and I'm not arguing that Joe User wants to type apt-get install blahblah on some terminal, but it never ceases to amuse me how much the command line is villified. It's like the second coming of Satan or something. I could imagine many sentences similar to yours:

      ...but the point for Joe User is not to have to swim 2000 miles through a cold ocean, exposed to hungry sharks and harsh weather!

      ...but the point for Joe User is not to have his leg cut off and the wound rubbed with salt and then burnt while his children are watching!

      ...but the point for Joe User is not to have to eat his own parents after being marooned on a desert island full of cannibals!

      But the Joe User could handle all of these, just PLEASE PLEASE don't make him type three letters in a console, it could make his fingers fall off and curse his soul to eternal suffering. Geeze, it's just a command line, not a world war.

    2. Re:The biggest problem Linux currently has by StarTux · · Score: 1

      YaST is now open source and imho is the best tool out there that could make possibly make this argument go away. Really wish most other distro's would put their collective weight behind it.

    3. Re:The biggest problem Linux currently has by Anonymous Coward · · Score: 0

      Of course Debian users will argue "well, just do an apt-get install foo", and Gentoo people will tell you to use emerge, but the point for Joe User is not to have to use the command line.

      Debian: http://packages.debian.org/synaptic
      Gentoo: http://packages.gentoo.org/ebuilds/?kentoo-0.3 or http://packages.gentoo.org/ebuilds/?porthole-0.3.1
      SuSE: YaST ...

      Most distros have user-friendly graphical package mangers and packages are ${HYPERBOLE} times easier than .msi's and .exe's. But, uh, you were saying...?

    4. Re:The biggest problem Linux currently has by Anonymous Coward · · Score: 0

      So... provide a script that does the apt-get.

      There are linux distributions that are easier than Windows to install and configure. There really are. And there are also distributions that are quite painful to get up and running with (or at least time consuming, if not painful or difficult).

      Look at Redhat or Fedora or Mandrake... you pop in the CD, answer VERY few questions and POW! Your done. ANd everything works. And it didn't cost you $200.

    5. Re:The biggest problem Linux currently has by Terrasque · · Score: 0

      The problem isn't that it's no unified installer.
      The problem is that it's (in good ol' linux tradition) quite a lot of them around.

      http://zero-install.sourceforge.net/ looks very interesting.

      Another one (which I don't remember the url to, talked a bit with one of the developers - its still in beta) also automatically merged with the local package management (like getting deps, regging as a package), and also supported user-only installation transparently.

      The real problem (as I see it) is that few or none are using them.

      --
      It's The Golden Rule: "He who has the gold makes the rules."
    6. Re:The biggest problem Linux currently has by Terrasque · · Score: 0

      Just want to add the url to the other one I mentioned, and hang a name to it.
      Autopackage. http://www.autopackage.org/

      also, it seems like I misunderstood a bit about the package integration part. It's in the todo, at least :-)

      --
      It's The Golden Rule: "He who has the gold makes the rules."
    7. Re:The biggest problem Linux currently has by Perky_Goth · · Score: 1

      gnome is getting a unified GUI installer.
      i think the problem is more along the lines of too much software. maybe put the recommended (and polished) ones seperated.

    8. Re:The biggest problem Linux currently has by Brandybuck · · Score: 1

      But it's still not possible for Joe User to simply download an app and install it via an installation wizard like everyone is used to on Windows.

      We don't have InstallShield style installers because we don't need them. We have package mangers instead, and in most distros they're fully graphical. In a package manager you double click on a package and you're done. With an InstallShield wizard it typically goes: click, click, click on "yes I've read your threatening EULA, click, click, click on "default options", click, click, click, and finally click on "yes you can reboot my system".

      But don't take my word for it, here's your homework assignment: install KDevelop on a working SuSE system, then install Visual Studio (any version) on a working Windows XP system. Compare the number of clicks and choices you had to make for each one.

      --
      Don't blame me, I didn't vote for either of them!
    9. Re:The biggest problem Linux currently has by Anonymous Coward · · Score: 0

      The problem with your argument is that for most people, a computer is a tool. Period.

      They don't want to learn archaic command-line bullshit, nor should they have to.

      Other OSes have understood this. Microsoft brought out Windows and slowly did away with DOS. BeOS had a command prompt, but it was completely unnecessary. Mac OS X is built on top of tools not that different from Linux, but users never have to touch the command-line (and it's buried away in a Utilities folder many users may never open).

      It may not be a big deal to you, but for a lot of users that's like having to install fresh spark plugs and adjust the engine timings every time you get in the car. They don't care how the engine works. They don't want to know how the car works. They want to sit in the seat, turn the key, and have the damn car work.

    10. Re:The biggest problem Linux currently has by DarkDust · · Score: 1

      But don't take my word for it, here's your homework assignment: install KDevelop on a working SuSE system, then install Visual Studio (any version) on a working Windows XP system. Compare the number of clicks and choices you had to make for each one.

      I agree with you when you're installing stuff that comes with the distro. Installing an application with YaST is really a piece of cake, but what about installing third-party software ? E.g. when installing a game I'd like to have an installer so that I can tell it whether to install it system-wide or in my home directory. If I install it system-wide it has to ask me for the root password (like with KDE's su wrapper). But it has to register with my package manager so I can easily uninstall it again. And this is currently not possible but standard under Windows. And something like this has to become standard on Linux as well so Joe User can easily install and uninstall third-party software he bought off the shelf if we'd like Linux to really beat Windows in all areas.

    11. Re:The biggest problem Linux currently has by DarkDust · · Score: 1

      Most distros have user-friendly graphical package mangers and packages are ${HYPERBOLE} times easier than .msi's and .exe's. But, uh, you were saying...?

      ... that there is no unified installer/package manager that third-party software could use. All commercial Linux software packages come either with packages for various distributions or with a home-brewn installer script, with various usability. And this is a Bad Thing(tm) ;-)

    12. Re:The biggest problem Linux currently has by DarkDust · · Score: 1

      But the Joe User could handle all of these, just PLEASE PLEASE don't make him type three letters in a console, it could make his fingers fall off and curse his soul to eternal suffering. Geeze, it's just a command line, not a world war.

      I love shells, and I love shell scripting in particular. But don't tell me it's intuitive or that you're mom would prefer rembering and typing commands over pointing and clicking.

    13. Re:The biggest problem Linux currently has by cozziewozzie · · Score: 1

      Sure, I agree with you. But I'm not talking about burning CDs, ripping MP3s and doing wordprocessing from the command-line. All of that is easily and superbly handled by various Linux/Unix GUIs.

      But I don't agree with the idea that if a user has to type a command once a year to do something out of the ordinary, that his penis will fall off :)

    14. Re:The biggest problem Linux currently has by runderwo · · Score: 1
      Of course Debian users will argue "well, just do an apt-get install foo", and Gentoo people will tell you to use emerge, but the point for Joe User is not to have to use the command line.
      So install synaptic or gnome-apt. Problem solved.

    15. Re:The biggest problem Linux currently has by DarkDust · · Score: 1

      So install synaptic or gnome-apt. Problem solved.

      No. Read my replies to the other replies to my original post ;-) Still doesn't solve the third-party problem.

    16. Re:The biggest problem Linux currently has by Brandybuck · · Score: 1

      Every Windows systems I see around me either has an administrator who forbids user installation of software, or the user is their own administrator who knows the administrator password, or they never bothered created a user account and always log in as administrator. Is your argument really a problem in the real world?

      Of course we will never get a perfect installation system, but that's no reason not to choose the currently better method of package management over the Windows method of install wizards.

      --
      Don't blame me, I didn't vote for either of them!
  66. Remind Me Again? by EXTomar · · Score: 1

    Remind me again why Windows is considered ready for the desktop? Before anyone marks me as troll or flamebait I am asking a serious question. The graphical shell is just as primative as anything Gnome or KDE seem to front and the customization and configuration is non existent. The only thing going for Windows it seems is very tight integration across multiple applications. So the work lies outside of the graphical shell.

    So why do people continually think Windows is ready for the desktop? Why are people striving to make Gnome and KDE like Windows? Windows if anything seems more primative which implies that desktops are too complex or something else is going on...

    1. Re:Remind Me Again? by Anonymous Coward · · Score: 0

      Because my grandmother can put a CD in the CD drive, hit next and have an application installed. I hate Windows, like most here, but can you really say that anyone can set up Linux? I have a CS degree, have spent over 2 years working on Linux, doing network programming, openGL programming, OS programming, GUI programming, and I can't get everything that I need to work in Linux.

      You can hate it all you want, but if you look deeply into your concience, you will realize that Linux isn't there yet. Windows has major issues, but almost anyone can use it.

  67. Hard is often a misnomer by Neil+Watson · · Score: 5, Insightful

    I find it often useful to substitue the word hard for different in Windows vs. Linux discussions. Many aspects of Linux are not hard just different. I don't believe Linux was every promised to be a replacement for Windows. Linux is an alternative to Windows.

  68. Myth, uh, Myths debunked. by asdfasdfasdfasdf · · Score: 2, Interesting

    #1: Linux is harder than Windows
    The argument goes basically, "I tried to install Linux and (insert from list below). Therefore Linux is hard and not ready."


    Um, yes. On my server which is my only linux box, after install it can not and did not support my sound card. Not only did it not detect and install drivers, it didn't even bother to notify me (Mandrake 9.2) The drivers are still available for windows for this (aureal based) card. I spent 3 hours and after reading numerous accounts of not being able to get this to work, I gave up on it.

    The author argues that "installation comparisons aren't apples to apples because Windows is Pre-Installed" OK fine. Boot a linux installable CD vs windows 2000 CD with a blank hard drive and see who wins. Besides registration, you can basically hit enter a bunch of times and windows will install. Installing mandrake, I fretted about journaling filesystems, partitions, etc, and I still didn't get my drivers installed automatically. So, point 1 in my experience was accurate entirely.

    Myth #2: Lack of Applications

    Well, certainly the fact that the applications ship with Linux distros is a bonus, but let's face the facts, there is a lack of major applications-- especially in the art world. The Gimp is nice because it's free and has some unique features, but photoshop slaughters it. Just plain slaughters it. The author admits games are a problem, and for the apps that do exist (and for free) Usability is a HUGE issue. My wife cussed me out on numerous occasions after putting OpenOffice on her system, and couldn't figure out how to do the things which were totally intuative in MS office. Free is great, but almost every commercial app on Windows beats its Linux alternative hands down. (except on price, of course.)

    Myth #3: It's hard to install software
    Compared to Windows? You bet your ass. With windows, you insert a disc and press enter a bunch of times. Everything else is spoonfed.

    This guy's on crack. Every one of his Linux "Myths" is , in reality, pretty accurate in comparison to Windows.

    I love the idea of linux. I like playing around with my linux server, but it's not nearly as user-friendly as windows.. sorry. And the most important reason that it's not viable as an end user desktop is that you can't take it to the local mom & pop computer shop or CompUSA and get support. (Admittdely, they'll probably just reinstall the OS anyway, and say "oh well," but at least they can do that!)

    1. Re:Myth, uh, Myths debunked. by StarTux · · Score: 1

      Some questions:

      1. Would you switch to Linux if PhotoShop were available natively for it (it does run under Crossover office).

      2. If so, have you e-mailed or even sent a letter to Adobe?

      Seems that quite a number of people want to use Linux, but see some issues, especially some apps missing, yet is that as far as they go? The next step will accelerate things should the companies see the demand increase.

  69. How does this crap get published? by mrwhite · · Score: 1, Insightful

    This article is such bullshit that it's difficult to figure out how it even got published in the first place. Seriously.

    Most of his arguments seemed to revolve around either one (1) test case or simply saying, "Well, this isn't true - because I say so."

    I don't use Linux for a lot of reasons. I don't like Windows for a lot of reasons. Linux offers too many indistinct choices, unclear conventions, inconsistent & incompatible interfaces, bizarre naming conventions, spotty documentation, and more. Windows locks me into the Microsoft Way-Of-Thinking and doesn't allow me to fully do what I want to do.

    Both operating systems get in the way of my productivity, but for different reasons. Windows assumes I'm an idiot, and Linux assumes I'm an expert. Neither works for me because my strength on different platforms is different.

    My final comment is this: Can we change http://slashdot.org to http://shillforlinux.org? Please? It would be a lot less confusing sometimes.

  70. I was locked in to using Linux by hardware... by WhiplashII · · Score: 1

    I have built many different systems for many different uses - there are many that I feel Windows was better for (Office assistant that needs to access documents created by the "outside world"), there have been some that Linux was better for (Of course the servers, but also dev boxes, etc), some mac (CEO), ect.

    I've only been limited by available hardware once - that was for a HP scanner. I HAD to use Linux - anything running a scanner under Windows was not scriptable!

    So the only hardware lockin I ever had was being forced to use Linux - weird, huh?

    --
    while (sig==sig) sig=!sig;
  71. Usability-wise, KDE gives OS X a run for its money. Provided that everything works (it won't "just work", and you'll have to hack it into doing its job), it's the best GUI I've ever worked with.

    Yes, it's essentially the only alternative for people who expect an actual GUI that makes them productive. Gnome is ok for the geekier, and I myself am a fluxbox user, but KDE is the only thing I would put "normal" people onto.

    Now, KDE is HEAVY, even compiled for a specific architecture. WinXP severely outperforms Linux 2.6+Xorg+KDE. And, yep, Fluxbox ain't a WinXP killer :-O

  72. Stupid People Aren't Ready For Computers by Anonymous Coward · · Score: 0

    Really, that's what the headline should be instead of focusing on operating system X,Y,Z. I've been using computers since the 70's and I can tell you IMO that in general, most people were stupid back then (and afraid of computers) and most people remain stupid even today. Sure, the popular OS made it easier for the stupid people to use computers but where has this led us? Viruses, trojans, spam, etc.

    It never used to be like this. People who used computers used to teach themselves and help others ("others" who were also eager to learn on their own and not ask the same question over and over wanting to have their hand held for them all the time).

    I'm tired of hearing how difficult OS X,Y,Z is for the stupid people and call this a troll/flame if you want, but it's not, this is reality but some wish to sugar coat it and waste time and money making everything "appear" easier which only creates problems because no matter how "simple" you make it if the users remain stupid they will ALWAYS find a way to fsck things up or someone smarter will fsck it up for them and in their stupidity they will perpetuate the problem (like spreading malicious files).

    "Well some people just want to use a computer like a car and hop in and go and not want to be bothered with how it works" great, maybe we should give these people special liveCD geared towards them to teach them, or something. But IMO the solution is not to continue to dumb down things for dumb people.

    (quick look for something in my post to mock so you can put the classic comic spin on a good point in order to get people to avoid the real issue, happens all the time)

  73. Okay, debunk this: by SharpFang · · Score: 2, Interesting

    There's not enough high-quality games for Linux. The ones present are usually backported "hits" from Windows. Some of the ports are very buggy and usually only "dedicated server" executables work really well on Linux.

    (personally I must say, Unreal Tournament's (the orig.) textures suck.)

    And guess what is the main motor of progress in computer industry?

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:Okay, debunk this: by polyp2000 · · Score: 1

      There's not enough high-quality games for Linux.

      While I agree wholeheartedly with that comment. Since when have games (ignoring stuff like minefield and freecell of which there are many superior linux versions); Since when have games had anything to do with "The Desktop" ? Most, Video games in general overtake the desktop and have their own user interface. While it is a fair comment about lack of games for linux, it has jack all to do with linux readiness for the desktop.

      --
      Electronic Music Made Using Linux http://soundcloud.com/polyp
    2. Re:Okay, debunk this: by Anonymous Coward · · Score: 0

      Since when have games had anything to do with "The Desktop"

      Because you buy the desktop that allows you to play the games that you want to play. So, when you hit the store and are faced with "well with XP you can play...well all of them, or you can go with RH9/SuSeX/BSD/*nxofchoice and play both of these games", it is a no brainer. It is the same complaint that business users have, "I need to use EXCEL, not something 'like' EXCEL, I need WORD, not something WORDlike". I have had these exact same conversations with my brother and father. Both are savy enough to "get" linux, but the trump card is always "OK when Mr. XXX sends me the monthly reports in Word, can I read them? When I reply, will he be able to read it? Not sometimes, not most times, but every single time, guranteed, no exceptions", and the answer is, well hopefully.

    3. Re:Okay, debunk this: by geek · · Score: 1

      "And guess what is the main motor of progress in computer industry?"

      Productivity apps. Most people could give a rats ass about games. Sorry to let you down, for most people multi-thousand dollar investments (computers) are not used as just toys.

    4. Re:Okay, debunk this: by Anonymous Coward · · Score: 0

      The answer is , dont tell them. Most joe sixpack people wouldnt notice the difference between OpenOffice and MSOffice anyway, visually they look pretty much the same, and functionally they are also pretty much the same. It does the job, and thats all that really counts to them. No-one "Needs" M$Office , they just think they "Need" it. When Joe Sixpack says does it run "Word" what they really mean is can they use it to do Word processing, of course the answer to that question without a doubt is yes.

    5. Re:Okay, debunk this: by Kiryat+Malachi · · Score: 1

      The answer is, your dad will kill you when OpenOffice produces a "Word-compatible" file that renders badly at a client's site, because it isn't actually all that compatible.

      No one needs MS Office if all they do is internal, but the second you talk to the outside world, you're gonna need to get you some Word.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    6. Re:Okay, debunk this: by Anonymous Coward · · Score: 0

      Im sorry to rain on your parade, but I think that you will find many compatibility issues with different versions of MSOffice. try opening a Office 2000 document in Office 97 example.
      OpenOffice might as well be another instance of "This document was created in a different version of Microsoft Office do you want to load it anyway" type scenario.
      OpenOffice is good enough for most things in my experience, I used it exclusively in my last job for writing documentation and reports , using the standard M$Office created company templates, problems were no more than you would expect to experience with different versions of office.

      And besides there is this excellent feature in OpenOffice called "Export as PDF", That is pretty universally viewable.

    7. Re:Okay, debunk this: by StarTux · · Score: 1

      Duh!

      It even basically says in the article that commercial games suck on Linux. Why debunk something so obvious?

      So, are you going to write game companies and ask for native Linux ports?

    8. Re:Okay, debunk this: by Kiryat+Malachi · · Score: 1

      My parade comes from the real world, where people aren't willing to mess around. I've seen problems between versions of Office, I've seen problems between OpenOffice and Office versions, and the OO.o problems are *usually* worse.

      I tried using OO.o at my job; it worked okay for some things, but screwed up often enough I just gave up and went back to Office.

      Export as PDF is worthless if the recipient needs to be able to edit it. Nice try, though.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    9. Re:Okay, debunk this: by SharpFang · · Score: 1

      Yeah, all them responsible for the fact you can't get less than x4 AGP 3D-accelerated gfx card nowadays (non-3D? What's that?). And of course 3GHZ CPU required for your spreadsheet and word processor to run smoothly. What about the huge memory-consuming 1-gigabyte memos to your boss requiring even more faster RAM? And maybe you really need 5+1 surround audio card for "new mail" beeps? And maybe you need broadband to watch stock quotes?

      There are domains where all that stuff finds application: Professional music industry(audio cards), 3D gfx (CPU and gfx cards), 2D gfx/DTP (CPU&mem), heavy number crunching (CPU,mem,LAN net), ISP (mem,hdd,net) - but they all are a margin and manufacturers hardly ever give a shit about them. Want a good gaming computer? Get the best gfx card, 1G fastest RAM, fastest 200G HDD, 5+1 audio, 3GHZ CPU and whatever else the best available. Want a good productivity computer? Get 1/4 of the above.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    10. Re:Okay, debunk this: by SharpFang · · Score: 1

      Sorry but "Export as PDF" screwed up all the native characters. It may work fine for you, Americans but there are people out there who use a charset different from your and OOo-produced PDF is broken in this domain.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    11. Re:Okay, debunk this: by SharpFang · · Score: 1

      I installed OOo at work and it works okay for all what I have to do. Boss is happy because he doesn;t need to purchase another MS license, people are happy because we still can interchange documents, I'm happy because I don't need to suffer the Microsoft crap. (well, except of NT, but hidden behind Cygwin, Mozilla, Gimp and several other layers of indirection it doesn't stink as much as it does raw and sore.)

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    12. Re:Okay, debunk this: by Kiryat+Malachi · · Score: 1

      Most places, it isn't a case of "purchase another license", its a case of "the license was already bought".

      I can't interchange documents. We use lots of tables, and presentations, areas where compatibility is very, very weak. Thus, I can't interchange when I use OO.o, which makes no one happy, including me.

      And really, Office isn't worse than OO.o, so what have you gained? You've traded a couple additional headaches for a license. It isn't worth it for most people.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    13. Re:Okay, debunk this: by SharpFang · · Score: 1

      1) I've gained good week of my time to get the order through accounting, get the purchase made, license registered in the documentation for financial purposes and all that stuff.
      2) I've gained some good look in the eyes of my boss. An employee who doesn't whinny for purchasing this, purchasing that because he can't get his work done.
      3) I've gained a piece of software that's virus-free and virus-safe.
      4) I've saved some money for the company. In our case it's not "the license was already bought". Every purchase is scrupulously examined, nothing is bought unnecessarily. On my position office isn't a necessity - if I want to read office files read, I can load them on a floppy and go to the accounting or design and request some time on their "low priority" computers to read it, It's quite possible my request for MS Office would be denied.
      5) I show people it's there, it works and it's not inferior. People start understanding there are cheaper alternatives.

      I've traded a license AND a couple of additional headaches for software that does exactly what I need. So far no additional headaches, it did all I wanted flawlessly.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    14. Re:Okay, debunk this: by Kiryat+Malachi · · Score: 1

      OK, you get no headaches. I do. Just realize your experience may not be typical (in my company, you buy a new computer, the IT department *will* image it with Office, its part of our default loadout and you don't get an option about whether you want the license or not). It isn't quite compatible enough for our engineering group, who generally have more important things to do than go through a file making sure everything lines up nicely after a conversion (my main complaint is that it screws up formatting royally).

      Office viruses really a big problem? I've never known anyone who got one. Of course, our company also pays for a license for NAV for every machine that talks to the corporate network (this includes my home machine when I VPN in - they know its better to pay the 30 bucks or whatever the extra license runs them than to worry about viruses).

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  74. Re:Devices are still a clear sticking point by tirnacopu · · Score: 1

    I feel like a positive note has to be made on this subject: everyone on /. complains about poorly or even non-existent support for 802.11x wireless stuff. When I purchased my Toshiba Satellite something laptop, Slack (10.0, been out for two days when I installed it) asked me about wireless stuff during install. Didn't have it at the time, but thought heck maybe - so yes. Today I plugged the first SMC something card, didn't even bother to look if it's supported or something, and exactly two commands later (iwconfig eth1 essid somestring key somehexstring && dhcpcd eth1) I am online and well. Why the hech is everyone bitching about lack of wireless support?

  75. Re:My experience sucked ass. by bludstone · · Score: 4, Interesting

    I recently installed mandrake 10 on my pc. I was tired of windows and wanted to finally make the jump to linux.

    Big mistake.

    By far, the easiest part was actually getting it to install. Mandrake has a fantastic install, and i commend them on that.

    But I instantly lost functionality.

    Things were annoyingly difficult to install. (command lines?! I havnt used those in almost a DECADE! Dont be an elistist here.)

    It was slower then windows 2000. On all fronts. Opening programs, moving windows, even typing.

    The applications did not play well with each other, at all.

    Drag and drop never worked.

    Configuring default settings was a pain.

    Networking. Dear god. I spent 3 hours trying to get my network up, only to finally call my local network guru... who spent FOUR HOURS setting up my LAN. Which then stopped working when the computer rebooted due to a power outage.

    Good luck trying to get a codec installed. Yeesh.

    So I decided to go back to windows 2000, but only run open source apps on it.

    Im here. Im totally willing to go open source only, but linux just BOMBED on me. It didnt work, and it was a struggle just to navigate.

    You will not find a more willing computer user then me. Im serious. I WANT TO USE LINUX. But it just _sucks_ usability-wise compared to windows 2000.

    (i would also like to thank the entire community for their help. you guys were awesome)

    --

    no .sig
  76. Well... by airjrdn · · Score: 2, Interesting

    While I would agree that Linux isn't necessarily lacking in sheer numbers of applications and it's definitely as easy if not easier to install than Windows, it still has some major stumbling blocks keeping it from being "ready for the desktop" in my opinion.

    Things that come to mind are; printing, plug & play, hardware support (drivers), software installation (ditch the post install config file hacking) and in general... the handling of user screwups (apply the wrong video drivers and you'll see what I'm talking about).

  77. I'd agree with the majority, but by panurge · · Score: 4, Interesting
    Last night I removed 297 (really) assorted viruses, trojans and spyware from Joe Sixpack's computer which he needs to run his business. His anti virus protection was out of date and he didn't know how to get it updated. He was annoyed by popups (where do you think the adware came from) but hadn't a clue what to do about it. So once again the "expert" (as far as Windows is concerned I'm just an average corporate type user) set up some protection, read the riot act, installed Firefox....

    I'm sorry, but Windows does not have huge ease of use. It has huge long term familiarity and many people around the place who kind of know how to do things. OS X does not have ease of use for a typical user upgrading from OS 9; considerable retraining is required. In fact, I can well remember when I had to migrate from Unix + Mac Os to Windows: it was a steep uphill learning curve, especially making networking work.

    I keep making this point, I will doubtless do it again. Twenty years ago, Diesel cars were a rarity in Europe. Gas ruled. "Everybody" understood gas engines which were "simple". Diesel was slow, smelly, hard to figure out. Where's the carb? The spark plugs? Only Diesel used about 30% less fuel than gas engines, and had a few other hidden advantages.
    Twenty years on, and in Europe Diesel technology is heading for 50% of the market in some countries. The reason? Cost, and it turned out that it was actually harder to develop better gas engines than Diesel engines. Development has taken care of the problems, and Diesel has developed much faster than gas engines over the same period. Now, even Jaguar has to have a Diesel. If, in the US, SUVs and large cars ran on Diesel, Iraq wouldn't be a US problem.Middle East oil? Who needs it?

    So look at the broader picture. Which platforms really look to have the easiest development route and the real lowest long term cost?

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
    1. Re:I'd agree with the majority, but by Tim+C · · Score: 1

      Let me get this straight - the guy didn't know how to update his anti-virus software, and that's a failing in the usability of Windows? He didn't know to intall Opera, Mozilla or Firefox, and that's a failing in the usability of Windows?

      I'm sorry, but that's a failing in the antivirus software and the guy's knowledge of alternative browsers. You can't blame Windows for either.

    2. Re:I'd agree with the majority, but by subtillus · · Score: 1

      You're kidding right?

      OS X has a steep learning curve?

      I'm not sure about 10.1/10.2 but I started using it when panther came out and the learning curve coming from windows is all of 4 minutes.

      It consisted of a number of statements like

      oh I wonder how "..." works...
      >open help
      >type in "..."

      looks like it's the second one on the list, oh,
      >reads 2 full sentences of english
      Oh, that's simple, seems kind of obvious now...

    3. Re:I'd agree with the majority, but by MOMOCROME · · Score: 0, Troll

      you spin some shameless FUD, my boy.

      Yesterday you removed some spyware. It was 297 items, mostly cookies from doubleclick. I see it all the time.

      If you'll recall, yesterday there were also a flurry of exploits announced with libpng. I want you to tell me, with a straight face, that it is easier for joe sixpack to fix this on a linux box, than it is for him to reboot XP when automatic updates tells him to. Remember, joe sixpack has to :

      1) read the security bulliten
      2) locate and download the specific files that patch or replace the library
      3) install them with what will likely be a CLI package manager
      4) determine and re-compile each app that has a dependancy on that library
      5)(optional) take the time it takes to apply the 'many eyes' principal to the resulting patched source and contribute any fixes he writes.

      on xp:
      1)reboot when automatic updates tells you to
      2)re-install the latest mozilla

      You certainly can't tell me anything about FOSS superiority in this instance. You just might try, but it'd be lies and distortions from an open source apologist desperately seeking validation of his allegience. nothing more. the sooner you admit that to yourself, the sooner we can get down to brass tacks and lift this sorry mess up into the 21st century.

    4. Re:I'd agree with the majority, but by Rie+Beam · · Score: 1

      I am so sick of those arguments. Sure, Windows has a problem with security. That's not a surprise. But blaming problems on Windows, and not people's ignorance, is just a bad way to go. If this guy was unable to handle virii and pop-ups on Windows, what makes you think this guy would be able to find his way around a Linux box?

    5. Re:I'd agree with the majority, but by Rinikusu · · Score: 1

      Actually, the biggest consumer of foreign oil is NOT gas-guzzling automotives, but the plastics industry producing all those nice 20oz Coke bottles you (and I) throw out every day...

      Maybe if someone worked really hard on producing profitable plastics recycling that worked...

      --
      If you were me, you'd be good lookin'. - six string samurai
    6. Re:I'd agree with the majority, but by StarTux · · Score: 2, Informative

      You're the one spreading FUD.

      "1) read the security bulliten"

      I did not even know that libpng had a security issue....Yet it was patched.

      "2) locate and download the specific files that patch or replace the library"

      This was very tough, when running KDE my little SuSEwatcher icon turned red. Red is not a good color...

      "3) install them with what will likely be a CLI package manager"

      I clicked once on susewatcher, which is a graphical icon and it said something about security updates being available. I then clicked on a button that said start online update....By the way, you can also configure Yast to do automatic updates.

      "4) determine and re-compile each app that has a dependancy on that library"

      Oh such a pain, SuSE online update launched, not once having to have to invoke the CLI. Patches were already selected all I had to do was select next and voila! they were installed. No need for a reboot, unless it was a kernel update.

      "5)(optional) take the time it takes to apply the 'many eyes' principal to the resulting patched source and contribute any fixes he writes."

      A developer has that option, at least its there.

      Now going back to that kernel update, if you're running an Nvidia card with the Nvidia driver its likely to fail loading, dumping the user back to a Command line interface. It would be nice upon the module failing to load that this would either invoke the loading of a non-accelerated driver in some type of VESA mode, with the appropriate warning.

      "You certainly can't tell me anything about FOSS superiority in this instance. You just might try, but it'd be lies and distortions from an open source apologist desperately seeking validation of his allegience. nothing more. the sooner you admit that to yourself, the sooner we can get down to brass tacks and lift this sorry mess up into the 21st century."

      I just did, seems like you've not used the latest Linux distro's in quite sometime, before you mouth off crap that may have been true a number of years ago. Oh, by the way, your spelling mistakes are highlighted in red in Konqueror...

      StarTux

    7. Re:I'd agree with the majority, but by Rew190 · · Score: 1

      OS X does not have ease of use for a typical user upgrading from OS 9; considerable retraining is required.

      I doubt I'm understanding you correctly, are you saying that to get on a network and use OS X requires training because it's difficult or not clear cut?

      I must be misunderstanding you... but if that is what you're implying, all I can say is that one of the reason OS X is such a great OS is because it is successfully doing what Linux seems to not be doing as well: providing a simple, unified GUI, a ridiculously simple method to install apps, and the ability to not have to be forced to use the command line.

      OS X, front-end wise, has the general concepts that I believe Linux shoud be working toward. Once grandma doesn't have to worry about the command line or dependencies or re-compiles, once that's all taken care of in the background, then MAYBE it'll be a step closer.

  78. Great Article! by GoofyBoy · · Score: 1

    The first Myth;
    "Until that happens, however, the reality is, installing the operating system is an extra task would-be Linux users must undertake.

    The writer admits that Windows is easier (no need for an extra task), so he hasn't really debunked it.

    "No, it's not apples to apples, because Linux's apples need to be peeled before use."

    Peeling = extra task = more complicated.

    So how did he debunk this?

    In the software chart;

    First column "..."
    Second column "Simply too numerous to mention."

    Thats a great piece of writing there.

    In response to the 3rd Myth "It's hard to install software"

    First he says that anyone who thinks this way is lazy. Um.... all computer users are lazy, thats why we have the desktop, GUI, mice, keyboards, nice big monitors.

    And to prove his point he states, and I quote in its entirety because its an clever argument:
    "It's not, but it's just as easy."

    Thanks for debunking that myth with that brilliant piece of factual logic. How could anyone have missed it?

    --
    The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
  79. meme tech... by jeff13 · · Score: 1

    ... ever notice how Linux "myths" are forever while Windows truths never stick?

  80. Installing NOT easy by NinjaPablo · · Score: 1
    Myth #3: It's hard to install software Writers who say it's hard to install applications obviously have a hard time find the "Install and remove software" option under Config -> Start menu, and decided not to learn how it is done but assume it is exactly the same as Windows. It's not, but it's just as easy.
    How does this say Linux is easy to install software on? Installing on Windows is a matter of 1) Insert CD, 2) Enter CD key, 3) Run software (or update drivers for a game). On linux, most of it isn't on CD. You download it. You hope that what you want is in your APT or YUM repository. Barring that, you go to the software's site, and hope for a binary in your distros format. If that's a no-go, you download the source and spend hours tracking down dependancies to compile.
    --
    SmashTech - No smashing of tech involved
  81. Case in point by Anonymous Coward · · Score: 0

    and that there's not enough apps.

    Including, apparently, grammar checking apps.

  82. Here is a truth by SocietyoftheFist · · Score: 2, Insightful

    People have favorites and often don't like change. I was working for a company that in 2002 was still using NT 4 on desktops because it did what they needed it to do. You are living with your head in the sand if you think that people will just jump because something equivalent is available. Much time and effort is involved in learning to use an operating system and applications in the way a person or corporation wants. There is a huge amount of inertia involved in displacing Windows and I really can't believe that anybody that takes a look at the world sees Linux as a Replacement for Windows in any less than a 5-10 year frame, just like Linus does. Frankly I think a quick push to a Linux destkop hurts Linux more as a lot of people will only give it one chance, just like they would with any other product.

  83. Maturity by HogGeek · · Score: 4, Insightful
    Microsoft starting developing Windows in 1981 (23 Years ago)

    Linux has been around since 1991 (13 years old)

    How many people that use PC's now, could have intalled and setup DOS/Windows/networking in the 80's and 90's?

    Patience is a virtue!

    we are making great progress!

    1. Re:Maturity by zmollusc · · Score: 1

      Me, for one. I was there and did...... Kids today...... Drone, mumble...zzzzzzzzzzzzzzzzzzzzz

      --
      They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
    2. Re:Maturity by SnakeStu · · Score: 1

      Me, for one. I was there and did...... Kids today...

      So did I, but it has nothing to do with "kids," laziness, etc. When I was doing it, I did so for an employer, and the other adults I was working with could not have done it for themselves. It's about education and experience -- I couldn't have done their job without getting some training first, they couldn't have done mine without getting some training first. I believe the comment to which you were replying was pointing out that installation and configuration of Windows back then "required" experience and education, much in the same way that Linux installation and configuration "requires" experience and education today.

    3. Re:Maturity by Tim+C · · Score: 1

      /raises hand

      Seriously, this is the wrong website to ask that sort of question on if you're expecting people to say "Hey, you're right - I couldn't have done that!". Well, apart from all the teenagers, I guess; sorry, as you were.

    4. Re:Maturity by Kevin+Stevens · · Score: 1

      At some point I think this really becomes alot more of a crutch than a virtue. How much of that 23 year old code do you think is still being used, and if it is being used, how much of that code is not there just for legacy backward compatibility purposes? I think being "old" loses its advantage in IT after about 10 years. Then it becomes "stale".

      I agree Linux is making great progress. In response to your second statement though, I think there is a big gap between the goal of Windows developers/managers and that of Linux developers, mainly that Linux is written by technology hobbyists for technology hobbyists. I am not sure that we will ever see a Linux with the same ease of use as Windows, and I also do not think this is a completely bad thing. I don't go around trying to convince everyone I see to drive stick or pickup trucks because "its better, you have more hauling capacity, and youre in more control of your car." If they WindowsME-ified Linux, that would be horrible.

    5. Re:Maturity by guard952 · · Score: 1

      So While the windows development cycle had windows 95 after 14 years, what does linux have?
      Kde 3.2, Gnome 2.6, Fluxbox... and the rest. I'll have to admit, the windows user interface of win 2k & xp feels a bit smoother than X11, windows 95 doesn't.

      I installed knoppix on my computer. I took me 2 commands, plus follow the installer prompts (about 5 or so), after booting up directly into a nice pretty gui that even windows users couldn't complain about.

      I have another computer that was running win 2k, I upgraded it to xp, downloaded all of the patches and updates (except sp2 - that crashed my pc last time I touched that one) and the usb ports don't work. I've never had that trouble with linux.

    6. Re:Maturity by drinkypoo · · Score: 1

      OP didn't say "how many of you?" OP said how many people. You are statistically insignificant compared to the mass of windows users. The vast majority of them can't figure out how to install windows from the system restore CD, let alone from the windows CD, and they definitely aren't going to be able to install DOS with WfW, set up TCP/IP, and get on the internet. Frankly that was a big pain in the ass even for the technically literate in many situations.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Maturity by eraserewind · · Score: 1

      Fair point, but only to a degree. Windows 95 was a mass market operating system, and while not without it's faults would be considered by most people "ready for the desktop".

  84. MS Office? PDF replaced them. by Anonymous Coward · · Score: 0

    One thing holding back Linux was MS word documents. I used to get lots attached to e-mail. Now these attachments come as "rich text" in the main email (which Linux Mozilla e-mail handles fine) or as PDF attachments. Notice how much PDF usage is growing on the internet? It's more the standard now than MS-office.

  85. If I quote the article by xutopia · · Score: 1

    By "ready for the desktop" we refer to a system that can be used by someone without the help of a geek-relative or a specialized magazine.

    If my family is any indication then Windows isn't "ready for the desktop" either.
  86. I just realized I've never viewed /. in IE by Theatetus · · Score: 1

    OK, I went to a Windows box and now I'm viewing it in IE. It doesn't look any different. What "overlaps incorrectly" in moz? I don't see any difference.

    --
    All's true that is mistrusted
    1. Re:I just realized I've never viewed /. in IE by chill · · Score: 1

      Change a URL from slashdot.org/... to it.slashdot.org for an example. You get about 3-4 pixels overlap on the left.

      --
      Learning HOW to think is more important than learning WHAT to think.
    2. Re:I just realized I've never viewed /. in IE by mooingyak · · Score: 1

      That's happened to me once since I started using firefox (shortly after the 0.8 release). I had figured it was a one time fluke. This actually happens to people regularly?

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    3. Re:I just realized I've never viewed /. in IE by chill · · Score: 2, Informative

      http://www.corespace.net/slashdot.jpg

      That is what I see in Firefox 0.9.2 on Windows and Linux.

      --
      Learning HOW to think is more important than learning WHAT to think.
    4. Re:I just realized I've never viewed /. in IE by Sylver+Dragon · · Score: 1

      Yes, basically every time I go to the games section. About half of the headings and summaries are stuck in the sidebar. Makes reading some of them impossible. Sometimes a refresh will sort it out, usually not. Personally, for the other features in Firefox, I'm willing to put up with this, but it would be nice to have it fixed.

      --
      Necessity is the mother of invention.
      Laziness is the father.
    5. Re:I just realized I've never viewed /. in IE by rjforster · · Score: 1

      Don't refresh.

      Do a resize up/down (ctrl -+ or ctrl mousewheel up/down). Sorts it out without downloading again.

  87. My gripes by Anonymous Coward · · Score: 2, Interesting

    I don't concur that Linux is really ready for desktop use. The basic SIMPLE tasks have been quite much covered. The old ones. The developers seem to be really oldish and non-innovative. Sorry to say but it's true. The more "advanced" use you have for your desktop the more you will start missing Windows XP. The things aren't hard technically or always missing. They are just hard to get to use, in too early stages of development or the developers just have a bad attitude against everything new. They seem to love their 486's and living in the past to put it mild.

    Some small examples, there are more:

    Lack of smartcard/smime support in applications. There is practically only one really good email client on desktop. Hard to really sign my email with my official digital ID card.

    Lack of corporate features ready built in like kerberos authentication. It DOES exist for a lot of software like KDE in general etc but it's hard to start using that stuff as it isn't around as default. Hard to sign in with anything else than the outdated username/password mechanism. It should be nowadays ONLY a fall-back method for support tasks.

    Lack of real management tools for desktops. Installing stuff, updating, making small "manual" fixes, state querying, log management, .. Lots of does exist but they lack integration completely. Managing a Linux corporate environment is plain hell. Unless if you pay $$$$ to RedHat or something for their a bit more usable tools.

    The default file systems should be faster. Ext2/ext3 just aren't upto par. (Do like suse or get xfs/jfs.)

    Lack of security options as default. (Mostly PAX) The desktops are quite insecure and the distribution vendors and kernel dev team have really 70's attitudes and no grip of reality in overall. Not that there would be one single MUST-TO-HAVE thing but that there is mostly none.

    Lack of tools for image editing. No monitor color profiles support in X server. Gimp would be good but the layers/effects/etc are not dynamic, they are stable and slow to work with. I will stick with my Photoshop CS, thank you.

    Lack of XAUTH in kernel IPSEC implementation makes it impossible to connect almost all of the commercial VPN devices in "road runner" style of implementations. So no reading work email it seems.

    Lack of 802.1x protocol supplicant as default makes it hard to network in modern corporate networks that have access methods on the switches already. open1xsupplicant exists but it isn't designed for the wired stuff and it is hard to set up.

    Device vendors are still doing 2.4 kernel drivers though 2.6 is the current. The hardware support is a tad bad in some places because of that. 2.6 should have provided "compatibility layer" or then most of the drivers should be moved away from the kernel so that 2.6 drivers could work still on newer kernels too etc. It's just plain silly.

    The current SATA implementation doesn't have the required pass-through mechanisms so the better-than-average workstations can't get any pre-warning of failing hard disks. SMART does not work!

    Try changing your X mouse cursor scheme in Gnome. You got it right. Manual copying of files. Try installing the icon themes. Again just the same. Making the basic stuff easier for novices where there is no real need for the manual stuff would be nicey. The is no extra value in doing things "manually" in many places. There are those, but why can't I just use some auto thing for trivial tasks? Mmh

    Lots of the kde/gnome developers are really against adding even optional eye candy. I know it isn't really important to have it all but the lack of SMOOTH SCROLLING is horrible. In some recent researches it has been found that the human eye can benefit from even the 300-350 fps difference and for the brain its a lot of easier to take a grasp of images if movements are smooth. Smooth scrolling makes things just generally more readable and intuistic. It doesn't eat any cpu either unless if you still live in the early 90's.

  88. Truth: Linux is better than Windows by Anonymous Coward · · Score: 0

    Anything you can do on a Windows box, you can do on a Linux machine. I can attach any device I want, of course I have to build my own drivers, but anybody with an IQ bigger than their foot size should be able to do this. Linux apps are not the feature packed bloatware that simple users are used to, therefore OpenOffice spanks MS Office and GIMP is better than Photoshop. While Windows users are busy playing banal games like Halo, Vice City, and Manhunt, we have the far superior TuxRacer. In conclusion, Linux is clearly superior.

    1. Re:Truth: Linux is better than Windows by Anonymous Coward · · Score: 0

      Yeah, and John Kerry's "reporting for duty" is not an empty, phony political gesture either!
      If you think Linux is "superior" to Windows, I have a winter skiing resort in Florida I want to see you.

  89. Re:My experience sucked ass. by maximilln · · Score: 1

    I spent 3 hours trying to get my network up, only to finally call my local network guru... who spent FOUR HOURS setting up my LAN

    Not much of a guru. Unless you were demanding horrible prerequisites that you would never think to have on Windows. /etc/hosts /etc/resolv.conf

    Maybe you need to add something to /etc/modules.conf but, for the most part, everything else is "dhclient". If it's any more complicated than that then you don't have dhcp from a LAN router and Windows would've been just as hellish.

    I imagine you wanted your own DHCP server, your own internal DNS, and your own httpd off of the Mandrake 10 box. That's not fun on Windows either.

    --
    +++ATHZ 99:5:80
  90. No good speech recognition on Linux by clustercrasher · · Score: 1

    Dragon Naturally Speaking is only on Windows. Anything with similar performance on Linux?

  91. WiFi not being configured by Linux..... by Chanc_Gorkon · · Score: 1

    Does Windows does this? Can Windows automagically get your WEP key (for a home WAP, not the fancy ones that use Radius servers at work...)? No way! SO anyone who dings Linux because of that is just clueless because you HAVE to configure it on Windows.....it's just hidden in nice gooey windows instead of a .conf file.

    That said, Linux is not ready for the desktop and the reason is the applications most users want/need do not run on Linux. Some may point to OpenOffice.org but that's just an office suit and most likely the thing that matters least. If you can't run a piece of software bought by your company that you use to actually run your business, then it's useless. Using a computer is more then just what you need at home. if youc an't run your business application on it, then you can't run it no matter how much you like Linux or how many items replace Office. Gimp is nice, but are their classes on learning it? Do artists want to use something other then the software that they paid $$$ for in classes and the software itself? That's the thing. Sure, we may be able to do amazing stuff with the Gimp but if you don't know how to use it and were trained in another package, then it really does not matter does it?

    --

    Gorkman

  92. Ain't ready for the desktop. Ever. by Mmm+coffee · · Score: 1
    I went off about this on a friend's journal, which I'll just link to and save me the trouble of copying and pasting. In short - GNU/Linux has a flawed design which makes it great for code monkeys and uber-users, but makes it hell for the average end user. A quote -
    Linux is a wonderful OS for people like me - techy users who don't like shitty OSes. Windows is a shitty OS that's halfway decent in the right places - you don't have to think. Just click click click drool done. You have to think with Linux, and that won't do for 99% of the people out there. They just want to click a bloody button and whatever they want is done, reguardless of the quality of the output or experience.
    Another snippet...
    Take having consistant widgets, for example. Where would one even begin with that? Have KDE and GNOME act friendly with each other? Yeah, but have you used Adobe's Acrobat Reader for Linux? It's coded in straight X. What about ghostview? Same problem. Here's a very basic concept - shit should look consistant - which Windows has had since 1.0. Where would one fix that problem in the Linux toolchain?
    I love Linux, but I doubt I'm going to see Ed from marketing using it anytime soon.

    However, I will note that that the X based guis have come a hell of a long way. Here's a snapshot of my desktop with the K menu down. Fast, very pretty (look closely and you can see KDE's menu transparancies), very easy. Kicks the sweet bajesus out of Windows, hands down.

    As always, welcome to Linux. Damn near an orgasm when it's working, and the definition of hell when it's not.
  93. Competition, Plain and Simple by Shky · · Score: 3, Interesting

    I'm a little late commenting on this, so this probably won't get read (let alone modded), but still. Yes, Linux is harder. Yes, Windows is probably "better" for the Average Joe (TM), but that's not the point. We don't want people to use Linux because we think they'd be better off. It's because we all would be better off. Those who already use Linux need others to use it so manufacturers and developers sit up and notice us.

    Don't tell someone they should use Linux because it's easier (you know it isn't) or that it's better (they'll give plenty of reasons why it isn't). Get them to use it because we'll all be better off. Would they prefer it if the only car you could buy was a Ford? Some will say yes, but then ask them what would stop Ford from charging twice, triple, quadruple even, more than they do now? Nothing. But there are many car makers, so prices stay at an (arguably) reasonable levels. Why can you buy a Gamecube for $199(CAN)? Because they're 3 major players out there all vying for the same market and they're willing to sell at a loss to get more customers who will then buy games. That's a Good Think (TM).

    Why is Windows very expensive and all pervasive? Because there's no decent competition. That, my friends, is a Bad Thing.

    --
    CC Licensed Serialized Story and Podcast: Ingenioustries
  94. A simple comparison: by Anonymous Coward · · Score: 0

    Windows is a calculator with a stuch square root key. It works most of the time, but if you need to use the square root you may need to hit clear and re-enter your lnput again.

    Linux is a slide ruler. It's great it works better, but hell if most people know how to use it.

  95. An article I just wrote by oldwarez · · Score: 0
    --
    username:oldwarez password:oldwarez
  96. Games by Anonymous Coward · · Score: 0

    Games.

    Seriously. I'd switch to Linux if'n Blizzard offered World of Warcraft, or Warcraft III natively in Linux.

    I'd switch to Linux if Sony offered Final Fantasy XI in Linux.

    I'd switch to Linux if any of a dozen other games were ported to Linux. I don't mean "similar" games, or cheap shareware games (or even freeware games) -- I mean high-quality games that I can buy in stores for $50, just like every other game out there. I like Angband, Nethack and the like. I enjoy a good game of Solitare on occasion.. but what I really want is high-quality productions, made by skilled (and, hopefully, PAID) programmers. ... IOW, if I want Doom 3, I want Doom 3, by id Software. I want it to install and run just the same as it would in Windows. I don't want to play Doom 1 via WINE, and I don't want to play "D00M", a homebrew Doom-clone. I don't want to play Doom 3 with a crack to use a private server so I can play with my friends.

    I want legitimacy, native support and GAMES.

  97. If your company has successfully migrated to Linux by BabylonMink · · Score: 1

    on the desktop, and you have (or can whip up) some documents which will help other companies do the same, then you can win a trip to Novell BrainShare in Spain this year. Novell and O'Reilly are offering a nice little prize.

    "Your experience can help guide and inspire others who are considering migrating or who have already embarked on the process. We're looking for entries that describe the benefits realized from a desktop migration, a phased migration plan, or the most practical tips for migrating to Linux. We'll publish the best stories and the top entries have a chance to win some fantastic prizes..."

  98. di*spell*ing by Anonymous Coward · · Score: 0
    ...attempts to dispells the myths...

    The one who dispells, doesn't spell? Or, they who spell, dispell? Or, the one who spells best, dispells the most? Question about question...

  99. Which "desktop" is that? by khasim · · Score: 2, Interesting

    Is it the corporate desktop where the hardware is approved by IT? If this is the case, then Linux has been ready for the desktop for a while.

    Is it the grandma desktop where she does not add new hardware without bringing it into the place she purchased it from? Again, if this is the case, then Linux has been ready for a while.

    The ONLY "desktops" that Linux is not ready for are the power-gamers (latest hardware and lots of playing with it) and the "Joe Six-chip" who purchases a Dell or whatever and then tries to add various peripherals.

    Now, since there are far more corporate desktops in use, on the HARDWARE side, Linux has been ready for the majority of desktops for a while.

    "Linux won't be ready for the desktop until hardware is written with Linux in mind. That's the point, thanks for helping to clarify."

    Which will NOT happen until Linux gains 50%+ of the desktop market.

    Which makes a nice problem, eh? Linux isn't "ready" for the desktop until it already owns over half of the desktop marketshare.

    1. Re:Which "desktop" is that? by Fareq · · Score: 1, Insightful

      I call bullshit.

      To be quite honest, my grandmother isn't particularly good with computers. But then, most grandmothers are not.

      She is currently very impressed with herself because she can press the power button, wait for windows to start, double-click on a particular icon on her desktop, wait for the application to load -- which automatically loads the appropriate documents for her, and provides very big named links to switch from one to the other -- and proceed to type text into the various fields, and then click "print" and get the paper out of the printer.

      I tried to explain the concept of a start button. Not happening. I tried to explain the difference between "The Computer", "The Program", and "The Document" -- but it's not happening.

      She isn't going to be able to figure out how to log into a Linux box, even if its already completely configured and installed and running in RunLevel 5. She definitely wouldn't be able to put it in RunLevel 5 if it weren't already.

      Also, Linux only works well with modern, mainstream hardware, not the stuff that was crammed into my grandmother's old laptop in about 1996 when it was built.

      -- Fareq

  100. I have to agree with Ernesto Garbarino by Uzik2 · · Score: 1

    First off, I'm not a windows bigot.

    I run Gentoo linux for my servers. I built them from stage 1 source and compiled the everything, including the kernel. It works like a champ. I could leave out all the services I don't use to minimize my vulnerability to attacks.

    Ernesto is right on every count based on what I've
    seen.

    I can't use Linux for non server applications.

    The X desktop is awful. If I wanted remote access
    I'd use VNC. I used to like Gnome a little, but they're becoming as bloated as Windows Playskool.

    I've got stuff to do with the computer. I don't want DRM, fancy GUI effects on the desktop,
    RPC services that nobody uses to get me infected
    with virii, etc.

    Will someone do a nice lightweight desktop
    that just works? I'd even be willing to help
    port applications to it.

    --
    -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    1. Re:I have to agree with Ernesto Garbarino by Anonymous Coward · · Score: 0

      fluxbox?

    2. Re:I have to agree with Ernesto Garbarino by joeldg · · Score: 1

      try evilwm
      http://evilwm.sourceforge.net/

      Here are some shot of my machine from last year..
      http://lucifer.intercosmos.net/images/scre enshot_2 003-05-12_17:24:57.png
      http://lucifer.intercosmos .net/images/screenshot_2 003-05-22_10:58:46.png
      http://lucifer.intercosmos .net/images/screenshot_2 003-05-12_19:00:39.png

      And more in that directory..

    3. Re:I have to agree with Ernesto Garbarino by Uzik2 · · Score: 1


      Thanks! I'll look at it.

      It doesn't address the underlying problem with
      X windows. I looked at 'Y windows', which addressed
      some of the problems, but the author
      didn't seem to have the ability to translate
      his idea into a real product though.

      Maybe I should port DirectX to Linux ;)

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
  101. Windows NOT easier to maintain by WoodstockJeff · · Score: 4, Informative
    given that Windows is easier to install and maintain than Linux.

    My experience with Windows is that, so long as nothing goes wrong, there isn't much maintenance. But, when problems arise, even finding documentation on how to fix things is a problem, despite its popularity.

    Recently, I needed to change the subnet on the public side of a group of computers, including a Win2K server and some Linux boxes. The Linux boxes took 5 minutes each, and all the daemons adjusted to the changes with a simple 'service XXX restart'. Never even had to reset the hardware.

    It also took 5 minutes to change the IP on the Win2K box... but it required a restart... and several very important things didn't come back afterwards (Exchange and RAS in particular). It took two days to track down WHY, because everything looked correct.

    Turned out that the settings were correct, but neither Exchange nor RAS are tolerant of changes to the binding order of interfaces, and any significant change (like an IP) to an interface changes its binding order... making it invisible to both applications. This isn't documented in anyplace convenient; I only found it by tracking down specific error message text via GOOGLE, piecing together information off of several of the results, finally finding a very nice MSKB article on the subject... which hadn't appeared in the GOOGLE search results!

    I'm now fighting a problem where this same machine has decided that its second and third net cards are deaf... They exist, they detect the network, Win2K says they're working, but the rest of the network can't talk to them. And the customer gets frustrated, while I try to find SOMETHING on the net that would explain the behaviour. I could have fixed this problem within an hour under Linux...

    As Dogbert said, "We have the very best kind of evidence. Anecdotal!

    1. Re:Windows NOT easier to maintain by Anonymous Coward · · Score: 0

      So basically, you're saying that Windows is hard to use because you don't know how to use it?

      Bwahahahahaha!

    2. Re:Windows NOT easier to maintain by WoodstockJeff · · Score: 1
      So basically, you're saying that Windows is hard to use because you don't know how to use it?

      No, I'm saying that Windows is harder to maintain than Linux because it will silently change things that have a serious effect on the system's operation and/or stability. When I change something in Linux, I know what I changed. When I change something in Windows, I do not know what Windows changed without telling me.

      From my example - I changed an interface's IP address. Windows changed the interface's bindings to various services, all on its own. Even when I restored the setting that I'd changed, things still didn't work... because it was the silent change that broke things, not my change.

      We refer to this sort of crap as "Windows is being helpful again!"

  102. Re:My experience sucked ass. by bludstone · · Score: 1

    No.

    I just wanted a firewall, and file transfer between windows and linux.

    Finally we both said "Fuck it" and just got all the pcs behind linux online, and that was enough. Thats why it took so long.

    Might I also add that reading your post was like reading pig-latin. Im not much of a networking guy :(

    --

    no .sig
  103. Ugh. by Obiwan+Kenobi · · Score: 2, Insightful

    Are we really stirring this bees nest again?

    Pre -1 Troll caveat: I have used Linux for many years, love it, but it is not without flaws. Please take these points under consideration.

    Let's go through the standard arguments:

    Myth - Windows is easier.

    Fact - Windows is familiar. Recognize the difference.

    Myth - (and this is a quote) "The only people dumb enough to buy the retail [Linux] applications would be, probably, Windows users who assume that they need to purchase it."

    Fact - Firstly, calling Windows users dumb is just showcasing your immaturity. Secondly, they are conditioned this way. Marketing tells them that nothing is free. Even when they hear 'open source', it's no different than 'Cash Back' when buying a car. You don't actually walk out of the dealership with a bag of bills, you simply apply that cash to something else or a cheaper loan.

    Myth - It's hard to install software in Linux

    Fact - Wait a minute, this is true.

    Here's something I noticed when reading: When he realizes that Linux just isn't ready for the desktop, he puts those reasons in two or three sentences and quickly puts a huge amount of text or a neat table out to distract you.

    For example, Games. That is why Windows remains popular. Yes, it's a chicken and egg problem, but the fact remains that Microsoft knows that if there is any market where gaming is owned almost soley to themselves, it is the computer gaming one. They liked it so much they made a console about it, and regardless of the bleeding that XBox endures, it is a drop in the bucket to the money that they will continue to drain from users as their OS locks them into proprietary standards and advances.

    The problem of installing applications gets a total of two sentences. Yes, two. Anyone who has ever hunted down some stupid, ignorant library or dependency and has screamed in frustration as they try to play follow-the-dependency, I hear your calls, I feel your pain. It is the reason I have stopped using Linux for anything but server operations.

    I can't handle another game-less, hard to add programs to system that does everyone else great but fails spectacularly in the things I now take for granted: easy to install and remove programs (no gunzipping or 'make uninstall'), tons of games, and programs that actually follow easy to use UI or at the very least have a little thought behind their interfaces.

    And did I mention documentation? Because as good as some programs are, some have abhorrently bad documentation, sometimes reduced to a few sentences boasting their coolness, shout outs to their friends, and an email address that may or may not work.

  104. Games by objwiz · · Score: 1

    If it wasnt for games, I would not have a single Microsoft OS (or software product) in my home.

    I have everything I need (video editing, audit editing, compilers, editors, "office" products) for linux.

  105. Why linux is ready..... by Anonymous Coward · · Score: 0

    Ah well, just a short googling around tells me that there are WAYS more prebuilt binaries for GNU/Linux than MacOS X. And hey, it wasn't even this short googling, I am a GNU/Linux - MacOS X dualboot user, and I know WHY I use GNU/Linux. Because there are the apps!!

  106. Can't we explore the real issues? by t_allardyce · · Score: 1

    Erm who presented these as problems? now lets look at the real issues: hardware support, hardware support, hardware support. (Oh and the GIMP not having vital adjustment layers and effects stacks)/

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Can't we explore the real issues? by Anonymous Coward · · Score: 0

      ...the GIMP not having vital adjustment layers and effects stacks...

      You're kidding, right? A weakness in an application that is available on multiple platforms is in some way a "real issue" for one operating system? Eh?

    2. Re:Can't we explore the real issues? by Anonymous Coward · · Score: 0

      You're kidding, right?
      yes

      now can we explore the issues?

  107. Difficult to install? by BCW2 · · Score: 1

    Four years ago Red Hat 6.2 was easier to install than Win 95, fewer drivers to hunt for in RH. Today Red Hat 9 is simple, Suse 9.1 is better, I'd bet that any major distribution is as easy or better than Win XP. As long as your hardware is reasonably mainstream it will be supported with out looking for extras.

    Linux has been ready for the desktop for years.

    --
    Professional Politicians are not the solution, they ARE the problem.
  108. It's hardware support more than anything by DroopyStonx · · Score: 1

    Almost everyone I know who's tried Linux and doesn't like it dislikes it not because of the lack of software, but because of the lack of hardware support for very common items.

    How many times has support for a piece of hardware (almsot always network related) been utterly screwed up because the manufacturer decided to use a different chip? For example, Linksys WPC11 cards work great up to v4, but after that aren't supported without additional help from NDISWrapper (if you're lucky) or Linuxant (costs $$, might as well go buy another card).

    Granted, you wouldn't have this problem if you made sure that each piece of hardware you purchased was Linux compatible, but not everyone has that option.

    --
    We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
  109. You can't install XP on an iMac. by khasim · · Score: 4, Interesting

    "Even this isn't true. The OEM doesn't have to reject certain hardware as "not working with windows" because it all does."

    Riiiigggghhhhtttttt.....

    So, let's see you install XP on an iMac. How about a G4?

    Your definition for "all" hardware is "that which works with the version of Windows that I'm installing".

    I have accelerated video cards that haven't had Windows drivers since NT 4.0. They came out of an old Alpha box.

    "Now I'm not blaming anyone here - it's often the fault of the manufacturers, and sure, I could write the drivers myself (well actually, I probably couldn't) but the fact is still that Linux causes me more problems than windows."

    Welcome to "marketshare". And this situation will not change until Linux has 50%+ of the desktop market.

    But you are confusing "marketshare" with "ready for the desktop".

    There aren't many DeLoreans out there. And you have to pay particular attention when purchasing parts for them (and sometimes special order).

    But that does not mean they aren't ready to be driven.

    1. Re:You can't install XP on an iMac. by rjstanford · · Score: 1

      There aren't many DeLoreans out there. And you have to pay particular attention when purchasing parts for them (and sometimes special order).

      But that does not mean they aren't ready to be driven.


      Good point. It does mean that they aren't ready to be driven and maintained by your Aunt Minnie. Or by most people for that matter. How about DeLorian enthusiasts? Absolutely, and they'll work fine (and when they don't, fixing them is half the fun). The average guy-on-the-street? Not a chance.

      A good, if unintentionally ironic, example.

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:You can't install XP on an iMac. by Anonymous Coward · · Score: 0

      Okay, if all hardware works under Linux, then why can't I seem to get Redhat running on my Atari 2600!?!?

    3. Re:You can't install XP on an iMac. by Quarters · · Score: 1, Insightful
      So, let's see you install XP on an iMac. How about a G4?

      So, are you:
      * an idiot?
      * a zealot?
      * someone who can't make a decent strawman argument?

    4. Re:You can't install XP on an iMac. by IANAAC · · Score: 1
      Too bad you didn't quote the rest of what he was saying.

      The fact of the matter is that not all hardware works with Windows. I have a perfectly good parallel port interface that worked beautifully under Win95/98 but will not work under 2000 or XP. The manufacturer stopped writing drivers for it. W2K and XP don't have drivers for it either, plain and simple.

      Clearly this is the manufacturer trying to get you to buy their newer hardware, but if we go by the GP post we should assume that W2K and XP should handle it.

    5. Re:You can't install XP on an iMac. by severoon · · Score: 1

      If I were angling to be difficult, I would argue that the marketshare-driven difficulties associated with owning and driving a DeLorean, when all is said and done, is why many people in fact don't consider them "ready to be driven," at least driven by themselves.

      --
      but have you considered the following argument: shut up.
    6. Re:You can't install XP on an iMac. by DA-MAN · · Score: 1

      There aren't many DeLoreans out there.

      That's because everytime anyone driving a DeLorean hits 88 mph, it travels back in time . . .

      --
      Can I get an eye poke?
      Dog House Forum
    7. Re:You can't install XP on an iMac. by HiThere · · Score: 1

      No. It will probably change before Linux hits 30% of the market. Possibly before it hits 20%.

      The reason is "cost to manufacturer". There are LOTS of DIFFERENT niche markets where any incremental cost will make one manufacturer lose over another. And in each of those markets, Linux will win. Which will mean that any company wanting to sell hardware that will be used in that niche will need to support Linux.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  110. The Gimp and Office by geeber · · Score: 1

    And in the same vein, I find it hard to take seriously any article that claims OpenOffice.org "Works just fine with .doc, .xls, and .ppt files." No. No it doesn't. Last time I checked (about 3 months ago) .doc files had major issues with things like talbes and figures, and .ppt files were hopelessly screwed up. In a work enviroment where I am consantly being sent Microsoft Office files, minor incompatibilities become major headaches.

    And yes, there are incompatability issues between different versions of office. But in my experience they pale in comparison to trying to read Office files in OpenOffice. This is why 1) people where I work are discouraged from upgrading to new versions of Office, and 2) OpenOffice is a complete non-starter.

    To claim that .doc, .xls, and .ppt files work fine in OpenOffice, doesn't do anyone a favor. It only displays the extreme bias of the author of such a statement.

  111. Re:Devices are still a clear sticking point by kidgenius · · Score: 1

    802.11x is a real problem. Chances are that you were lucky enough to have a card that has a chipset that has a Linux driver. I know that the newer Prism chipsets (almost every Linksys in existence for the last 2 years) don't have linux drivers. It really, truly is a 50-50 proposition on if it works or not. To know if it will work, I use Knoppix, which has all the hardware detection, and every wireless driver built in. If wireless works with it, then you're ready to rock, otherwise, you will need the windows driver, and a pay-ware program known as ndiswrapper. So, there are options, but it is probably the area where things are the furthese from being perfect. I know we had a TON of hurdles to clear at our last install-fest, where we had about 30 laptops, they all wanted linux, and we pulled our hair out trying to get them to work. And this was all back in May, and a lot has not changed since then. Until the companies release specs or drivers, or until someone reverse engineers it, then it won't work quite right.

  112. Well... by templest · · Score: 1
    Even a Commodore 64 running Geos could be "ready for the desktop" by this definition, but the fact is that when we read "ready for the desktop" we understand "ready to replace Microsoft Windows".

    I can't be bothered to read through all those responses, but what about games? Sure Transgaming / Wine is around, but the experience just isn't the same. Ready for the desktop is one thing. But the fact that you can't play Warcraft III: TFT at the same res/graphic quality on slackware than you can on XP is really going to make linux lose some market, no matter how "ready for the desktop" it is, it all comes down to compatability.
    --
    I'm a signature virus. Please copy me to your signature so I can replicate.
  113. Yes, a Linux desktop is hard to use by cremat · · Score: 1

    I own a small OEM and consulting computer company. We focus our bussiness in Linux as a server, among other things. We've tried really hard to make our customers comfortable with Linux as a desktop alternative, and we have always found too many problems.

    So I don't agree with the contents of the article. Linux, as a replacement for Windows is, in my opinion, harder to use for the regular non-technical user because:

    1. There are too many applications that try to do the same thing (more or less). I hate when I see pretty much all distros installing by default repetitive/similar applications. Regular users don't want AbiWord, OpenOffice, KOffice, because one does one particular thing better than the other and viceversa. Same thing happens with the whole bunch of media players, text editors, graphic viewers, internet browsers, email applications, etc. Dont misunderstand me; I like having a choice, but most users don't want to choose among these things, they just want 1 office application that works just like MS Office, 1 media player that plays everything, 1 graphic viewer that displays all formats, and those users are the majority, and they dont want to learn how to use 30 applications to do what in Windows can be done in 7. These non-technical users will be who in the end will make linux win or loose the desktop war. I'd like distro designers to consider that more applications do not make a better distro. Just pick up the really good ones and leave the others as an option.

    2. Installing applications is still too hard. Yes, we have rpm and deb files, but regular users do not know about dependencies and stuff like that. They want to double-click on an icon and follow some simple procedures and have an icon on their desktop and on the start menu. Today, still many linux applications are installed and you have to add the icon manually. We really need the GNOME and KDE people to work on this together.

    3. Make linux desktop options less complicated. It takes for a regular user hours to check on all bells and whistles that come with i.e. KDEs control panel. I still have to find a Windows user complaining about how simple and unpleasant the windows desktop is.

    In few words, make the linux desktop experience really easy-easy for non-technical unexperienced users. They are who will decide who wins this war.

  114. grammar nazi by dentar · · Score: 1

    that attempts to dispells the myth that

    "...that attempts to dispel the myth..."

    --
    -- I am. Therefore, I think!
    1. Re:grammar nazi by Anonymous Coward · · Score: 0

      That's not grammar, that's just people not paying attention to what they're writing. The real problem is:

      "[...] there's not enough apps [...]"
      which should be
      "[...] there aren't enough apps [...]"

      or, if you insist on incorrectly using singular verbs for plural subjects, at least do it properly

      "[...] there isn't [...]"

      But that's still wrong.

  115. Ranting, raving, and anecdotes -- oh my! by Anonymous Coward · · Score: 0

    A somewhat-quick glance at the article in question turned me off -- it looked worthless, certainly not something that even merits discussion here. But only the devil knows how stories get accepted on Slashdot because plenty of bullshit shows up and plenty of "news for nerds, stuff that matters" story submissions get rejected. The anti-establishment bias of Slashdot makes it a joke, rather than a resource -- sad, but I digress.

    GNU/Linux? Well, here's some tidbits that can't be any worse than that piece-of-crap article...

    • My kids use it (using GNOME), and prefer it over Windows 98 (other than games, see below). They're all pre-teen.
    • My kids have figured out how to customize things for themselves, but not install software. They can install software on Windows, and most of the games they like are for the DOS and Windows environments.
    • I have yet to succeed in getting everything to work on their system, but maybe I'm making it harder for myself, since I'm using Slackware (as I've done from the start on any machine on which I've tried to do a serious install of Linux).
    • I tried some live CDs, such as for Gentoo and Gnoppix, and hated them. I was looking for something that would turn others on to Linux, not turn me off from it.
    • I don't have time to RTFM when figuring out which "manual" (or casually-written assembly of notes passed off as documentation) is right for my scenario. I have a life -- you know, job, family, that sort of thing -- and spending hours looking at all the wrong documents and wondering if there is a right one is not how I want to spend my time
    • I've fought DLL hell in Windows more successfuly than I've fought library hell in Linux.
    • On my kids' computer, sound works for an MP3 player and Flash doo-dads on the Web, but not for system events. This need for fine-grained tweaking is "inconvenient" to put it mildly.
    • Yes, I do think prefixing Linux with "GNU/" is the right thing to do.
    • My kids' computer has a partially-fried CD-ROM drive. It seems to work fine under Linux, Windows can't use it at all.
    • "Consistent interface" is a myth in Windows. I have apps that don't use the Windows look & feel, such as an MP3 player. I haven't had a heart attack as a result yet, and wouldn't have one for an inconsistent interface in Linux either. (Obviously consistency can be handy, especially for command line argument structures, but it's not a do-or-die thing.)
    • I've been using computers since the 70s. I liked them better before. {sigh}
  116. apples to apples? by bickle · · Score: 1
    "When we compare the installation experience of XP with Linux, we find some different testimony:"
    Quote 2: "...at least these people were comparing apples to apples."
    Apples to apples? I don't think that applies to an XP vs Linux install comparison when the article installs Win2k. FUD.
  117. Re:Devices are still a clear sticking point by maximilln · · Score: 1

    a pay-ware program known as ndiswrapper

    Since when does ndiswrapper cost money?

    --
    +++ATHZ 99:5:80
  118. Re:My experience sucked ass. by moonbender · · Score: 1

    If it's any more complicated than that then you don't have dhcp from a LAN router and Windows would've been just as hellish.

    It's not hellish at all. Setting a manual IP takes about 20 seconds and is available from the standard network connection GUI. It's extremely straightforward. Granted, non-technical users maybe would have trouble, but I suppose Windows has some sort of GUI/Wizard for them. Note that grandparent is a technical user since he posts on Slashdot, I'm sure he'd be able to set a manual IP without any issues.

    I've had lots of problems with Windows networking over the years, but the TCP/IP setup has always been a breeze. We'd often resort to using FTP over LAN because Windows file sharing didn't work like we wanted it to.

    Further note that creating a DHCP server in Windows isn't exactly difficult either, it's done automatically if you enable Internet sharing. Administrating that DHCP server seems to be more difficult though, I've never stumbled upon it, and can't be assed to look for it, either. Setting up a HTTPD is easy enough if you use one of the many Apache/Win32 setup apps which basically do most of the work - again, administrating it is, well, as hard as administrating Apache is. The initial setup certainly was easier for me on Windows than on Linux, but that's partly because the Linux system didn't have APT or anything installed. I never used IIS, so I can't comment on how easy it is to set up.

    --
    Switch back to Slashdot's D1 system.
  119. MacOS X by nsayer · · Score: 1
    Allow me to be far from the first to point out that everything that is bad about Linux is addressed with MacOS X, and that almost everything (running on cheap and crappy comodity hardware being the big one missing) great about Linux can also be said about OS X.

    To wit:

    • dependency hell - OS X Frameworks largely address this by allowing applications to specify acceptable versions if necessary, or supply them, still allowing newer system-provided frameworks to override, if allowed. A very complex statement, any part of which you'd find challenging on Linux.
    • UI widget set anarchy - Aqua, baby.
    • Difficulty of installing software - Most software on OS X either uses a very friendly packaging/installation system or is simply a single icon you drag from a disk (or mountable disk image) to the Applications folder (or anywhere else you want it to live).
    • Hardware support - While there is still some hardware you can get that is Windows-only, overall you're a lot more likely to find Mac drivers available from the vendor than Linux drivers.
  120. There are issues... by nurb432 · · Score: 1

    Having dealt with giving Linux ( + kde ) to users with NO guidance as a test.. " here is something new, try it and tell me what you think ".. there are still usability issues.

    Not that the job cant get done, as we all know it can be, but its not apparent to the *average* user that is used to windows.. Things are not in the same place, and often have strange names.. "where is internet explorer"....

    Sure they can be trained, but that doesn't help maters.. It should be initiative and not need training....

    Though I agree with other people, the biggest surprise people have is 'wow it comes with al this stuff for free', then get totally lost as there are TOO many choices.. 'which one do I use'...

    --
    ---- Booth was a patriot ----
    1. Re:There are issues... by Anonymous Coward · · Score: 0

      Sure they can be trained, but that doesn't help maters(sic).. It should be initiative and not need training...

      It probably doesn't help matters either. Anyway, Windows is not "intuitive" it only seems that way to people who have been trained to use it. So your comment is meaningless. (I say this as someone who has had to explain, while doing phone support for someone using Windows 3.x, that "the little square pictures are icons, and the bigger rectangles with a icons in them are called windows"...)

    2. Re:There are issues... by nurb432 · · Score: 1

      After years of use of a product, it becomes intuitive for the users.. so the comment is NOT meaningless.

      It means you need to either be transparent, or conform to what they are used to today..

      Plus users may not know the 'names' of items, but they can often get their job done, and know how to make things happen ( like opening word )...

      And apparently current desktop offerings in unix land are unable to do either..

      Of course in my case it doesnt matter... I dont need handholding...

      Oh, and so thanks for the typo alert.. ( yes that was sarcasm its late in the day so thats all yo get from my cubicle.... )

      --
      ---- Booth was a patriot ----
    3. Re:There are issues... by amalcon · · Score: 1

      Exactly.

      This is the main reason that Windows is more user friendly than Linux.

      Windows is the same as Windows. Linux is not.

      Seriously. I've had users call me and ask what's going on with this "Press Ctrl+Alt+Delete to log on" thing that Windows 2000 does. When I explained that you can get to the same screen you saw in windows 98 by holding down control and alt, and pressing delete, they insisted on writing it down. Most users will be confused if you so much as change the icon for My Documents.

      --
      -Amalcon
    4. Re:There are issues... by Anonymous Coward · · Score: 0

      After years of use of a product, it becomes intuitive for the users.

      Perhaps you should learn the meaning of intuitive. Doing something because you've been trained to, such as in this case where the training is via repetition of learned behavior during "years of use of a product," is not the definition of intuitive!

      ...users may not know the 'names' of items, but they can often get their job done...

      Only because they've been trained to. That individual who needed to be told what icons and windows were was only on the phone with me because he couldn't get his job done, because he had not been trained how to use Windows yet. And explaining what those things were called was the first step toward our having a meaningful conversation that would train him to get his job done in the Windows environment.

  121. Re:My experience sucked ass. by maximilln · · Score: 1

    It's not hellish at all. Setting a manual IP takes about 20 seconds and is available from the standard network connection GUI

    It's just as easy under Linux. It's in /etc/hosts. You can edit it with your favorite text editor.

    The issue was somehow it took 4 hours to get a home LAN configured. I was trying to think of why this would be so. Turns out the user wanted filesharing and a firewall. iptables and samba both have a learning curve.

    My biggest issue was that the OP mentioned calling a "networking guru". My point was "not much of a guru, then."

    --
    +++ATHZ 99:5:80
  122. what? by Down8 · · Score: 1

    I've never heard anyone say that Linux didn't have enough apps. Not enough good games, maybe. But the complaint regarding apps has almost always been centered around having so many apps come with each distro, that a newbie couldn't decide what to use/install.

    -bZj

    --
    .sig
  123. Even if it doesn't actually work .... by Tim+Ward · · Score: 0, Flamebait

    ... kicked the living *ass* out of Windows. And that's in spite of the fact that she didn't have working email...

    Precisely the sort of gibberish one is used to from Linux weenies. In English:

    "This Linux thing didn't actually work, and Windows did actually work, but my religion tells me that Linux was still better, even if the end result was totally and utterly useless for the specified task."

    (Email under Windows? Go find a free email client, whether Microsoft's or someone else's, who cares, download, install, It Just Works.)

  124. Same old same old by Anonymous Coward · · Score: 0

    The folks that annoy me are the ones too stupid to work out how to install one or other of them and complain it's too complicated. For fucks sake how easy do you need it? Look on it as an aptitude test. If you're too dumb to install it, you're too dumb to use it.

  125. Re:Devices are still a clear sticking point by kidgenius · · Score: 1

    I was under the impression (told by others) that it works for 30 days, after which it doesn't work, or you get limited features, etc.

  126. DeLoreans aren't ready to time travel by Psymunn · · Score: 1

    My specially ordered flux capacitor should arrive later this week.

    --
    The Neo-Bohemian Techno-Socialist
  127. it's all about marketing by Anonymous Coward · · Score: 2, Interesting

    Most users think Windows is superior, why? because the TV ads told them so; because the magazines told them so; because consumer reviews told them so. Linux does not have the same kind of marketing as Microsoft.

    It doesn't matter which one is "actually" better, it's what the users "think" is better. And if the user "thinks" Windows is better, it would be difficult to convince him/her otherwise, even when presented with all the facts. (Same goes the other way around.)

    I battle those who think "Windows is better" at work. My team and I have migrated most of the users from Windows (98/2000/XP) to Linux, and we created a desktop (based on GNOME) for each user, so that it will take them less time to launch the apps they need. We gave them web browser with pre-defined book marks (even included shoutcast). We gave them preconfigured gaim so they can chat with each other. We also created all kinds of custom scripts like a "Click Me To Restore Everything To Default" button, to restore their GNOME session back to default in case they accidentally screwed up their desktop settings. We even included as many Linux games as we can.

    The "below-average" users actually felt comfortable about the new desktop envrionment. No clicking through the levels and levels of menus to find the program they want. No more worries about opening attachments to get infected with an virus (big bonus). They even got online radio with shoutcast, instant messaging, and prettier looking desktop. To them, this desktop is smaller, simplier, *prettier* (amazing how they rank this very high on their lists), and let's them do all the things they need to do at work (and more).

    The ones who we are having problems with are those more experienced Windows users, who disklike the new desktop "because it's not Windows". We even sat down with some of them and listed out all the job functions they need to perform on the desktop, and proved that the new Linux desktop is more efficient than their own Windows XP desktop ("it took you 5 clicks in Windows to do Task ABC, now it only takes 3 clicks in Linux"). But they still bitch and whine and complain: "Why can't I install program X?" "Well, in Windows I used program ABC to do this, this program XYZ you gave me is different."

    The worst part of all this is perhaps the lack of support from management. The managers enjoyed the "freedom" they had with Windows, when they were their own system administrators. And (I think) they absolutely hate the idea that now a lowly geek will have completely control over their latops.

    But it's funny how most of these people don't oppose migrating to OSX. And I think it's because of all the Mac commercials on TV that had them convinced that Mac OSX is a good product.

    Until we can get that kind of marketing for Linux, most users will still only believe in what Microsoft tells them, that "Windows is superior, and Linux sucks".

  128. Re:Devices are still a clear sticking point by kidgenius · · Score: 1

    Sorry, I guess I must've confused it with DriverLoader by Linuxant, which does charge.

  129. It's all about the user experience by Bandit0013 · · Score: 1

    People will pay for a positive user experience. Linux applications for the most part do not live up to their windows counterparts in that aspect.

    Most linux and software solutions are free, who cares? People will pay a premium for convenience. If you think for a minute you can think of dozens of products/services that make a profit just because they are convenient (pizza delivery, TIVO, Verizon's all-in-one cellphone/dsl/home phone plan, Windows, MS-Office, SUVs, etc etc etc)

    I've said it before, and I'll say it again a thousand times if necessary: Focus on the user experience if you want to make a real dent in windows. Not only would people switch, but they'd be likely to pay for it too.

  130. "why" is irrelevant by Anonymous Coward · · Score: 0
    This deduction is bogus... the hardware is built (and drivers written) with windows in mind. This damn near never happends with linux, yet.

    Which is all well and good, but it has nada to do with the only question that counts : When the user sits down to a)work b)play, is the machine and operating system -- as a single unit -- a) ready b) not ready ?

    When I need to do my taxes, or prepare a resume, or edit my photos or whatever, I don't have the time or interest to listen to reasons why I can't do it with Linux. I could honestly care less. If I had a perfectly usable AmigaOS on board, whoopee. Still don't care.

    The only thing that matters is can I get on with whatever I'm doing or not? Until the day comes when Linux ISN'T an obstacle to productivity and workflow, no one will use it except a very few.

    I don't want to use windows, I want to do things. You guys want to use an operating system. Linux devotees need to learn that difference in intent. Most folks want to do things, and an operating system happens to be involved peripherally in that process. If the operating system presents enough problems that I even have to think about the OS at all, *that* is a problem.

    1. Re:"why" is irrelevant by el-spectre · · Score: 2, Funny

      Yes, having to think would be unfortunate :)

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    2. Re:"why" is irrelevant by krunk7 · · Score: 1

      hehe, it's not having to think, but having to think about what . Personally I'd much rather spend my time thinking about the development project I'm working on or the book I'm reading than on why I cannot boot into X due to a wacked out driver...or is it the XF86Config...or maybe....

  131. Re:Devices are still a clear sticking point by maximilln · · Score: 1

    That's for the Linuxant drivers.

    --
    +++ATHZ 99:5:80
  132. Viewed the jpg by Theatetus · · Score: 1

    In two and a half years I have never seen that on my browser. Am I doing something right? Wrong? Unusual? This is through all the versions of moz including firebird, firefox, firebat, watermonkey, etc., on Windows, SuSE and Gentoo (Windowmaker in the case of both Linuces).

    That's very strange that a problem would be common enough that 4 slashdotters instantly told me about it, yet I've never had it using the same softwaer.

    --
    All's true that is mistrusted
    1. Re:Viewed the jpg by Anonymous Coward · · Score: 0

      "Am I doing something right? Wrong? Unusual?"

      I am not sure, but apparently I'm doing the same thing. I read /. regularly, and I've NEVER had it render incorrectly in Firefox.

    2. Re:Viewed the jpg by yohan1701 · · Score: 1

      Every freaking DAY, I have to look at exactly that. I really hate it. I have also read quite a few posts that also mention the same problem.

    3. Re:Viewed the jpg by DeeBs · · Score: 1

      I'm going to pop in with my experience. Been using Firefox and Firebird for close to 2 years, reading sladhdot for most of them, never seen this overlap problem.

    4. Re:Viewed the jpg by chill · · Score: 1

      Interesting...

      I saved a page to my hard drive and loaded it and it displayed fine. HOWEVER, if I keep hitting refresh it'll eventually mess up at least once. I didn't see anything that would reload from the server, but I wasn't that thorough in checking.

      Really odd...

      -Charles

      --
      Learning HOW to think is more important than learning WHAT to think.
    5. Re:Viewed the jpg by bryhhh · · Score: 1
    6. Re:Viewed the jpg by chill · · Score: 1

      Thanks. I did notice that when I get an unblocked ad on the right, the page renders properly. I sort of figured it was something being blocked that was screwing up the table spacing.

      --
      Learning HOW to think is more important than learning WHAT to think.
    7. Re:Viewed the jpg by MonkeyBoy · · Score: 1

      If you haven't updated your browser in two and a half years, then you're unlikely to see the problem.

      The problem was introduced around 0.9 or so. Older versions do not have this problem.

      Personally under 0.9.x I've only seen this problem on Slashdot once. I closed the tab, opened new tab, went to Slashdot, never saw it again. I thought it was just an anomaly until others on Slashdot talked about it.

      --

      Moof!

    8. Re:Viewed the jpg by Perky_Goth · · Score: 1

      sadly, it happens. as reported a lot of times, it's a slashcode error.

  133. Smells like troll spirit by Roadkills-R-Us · · Score: 1

    GIMP is completely worthless for the end user.

    Horse dookie. Maybe it's useless for the person who'd shell out the bucks for Photoshop, but for the average PC user, it's just fine. Both my kids picked it up with practically no help from me while fairly young, and it was a lot less mature then. My daughter has done some production work in GIMP for a book we're about to publish, too.

    She turned a bunch of other teens on to it. I've turned several engineers at work on to it. It's just fine for the average PC user, who doesn't need everything in PhotoShop, much less its cost.

    Is it perfect? No. But what's the alternative for Windows that does as much as the GIMP, at anywhere near the cost?

    1. Re:Smells like troll spirit by rjstanford · · Score: 1

      Is it perfect? No. But what's the alternative for Windows that does as much as the GIMP, at anywhere near the cost?

      Paint Shop Pro? Photoshop Elements?

      Seriously, I've tried the GIMP too. I'm pretty tech savvy - can admin and code for a variety of platforms, been using UNIX for well over a decade, etc, etc. I'm no stranger to poor UNIX user interfaces for that matter. At one point, I wanted to do some basic photo work for our website. I gave GIMP a try. The simplest of goals - while very possible - were far from intuitive. Bear in mind that I'm by no means an experienced photoshopper either, hadn't used it before. Tried it under Windows, and Linux, and got frustrated.

      I downloaded PSP instead - and was able to get my artwork cleaned up and nicely changed in a couple of hours. Recently tried Photoshop Elements - same kind of results. Much more easy to use. And they're both under $100. Heck, Elements can be found free in $39 cheapo scanners and other such products.

      Do they do as much as the GIMP? Well, I don't know if I can sit down and write my own extensions to them in a weird scripting language. Then again, I don't want to have to do that either. Both of them cover the basics, and have been able to do everything I've wanted to do with them. Does that count?

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:Smells like troll spirit by Alereon · · Score: 1

      You're on crack if you think the average PC user could figure out The GIMP well enough to be effective with it. The GIMP is the perfect example of the so-called myths of Linux and open source software: difficult installation and difficult operation. Have you ever tried having multiple GTK-based applications installed in Windows? You're faced with having a different GTK version installed for each application. God forbid you try to use the latest version for everything, The GIMP won't even let you TRY to install it unless it detects EXACTLY the version of GTK it expects, need GTK-$blah-b and have GTK-$blah-c? Sucks to be you. Once you get The GIMP running, you're faced with a confoundingly huge number of mouseclicks on tiny, tooltip-less buttons to perform even a task as simple as opening a file or resizing an image.

      You should know that arguing that price justifies the poor quality of The GIMP is a cop out. You can use Free Software to build a server that will operate much better than one based on thousands of dollars worth of software, and that requires even less administration. Why can't we get a free graphics suite that is at least ADEQUATE? Just because it's the only alternative doesn't make it well designed software. Go take a look at OpenOffice.org for an example of a free alternative to hugely expensive and complex commercial software that manages to actually be functional for an end user.

  134. try the latest by Anonymous Coward · · Score: 0

    Funny, Photoshop flat out DID NOT WORK on my Windows box. Gimp did. Gee, I'm a paint-shop pro fan myself and tried Photoshop and it just didn't work: it kept bombing out. I had to save every minute. The latest gimp is more "idiot friendly". I guess it's what you get used to. It's not fair to compare only after a few minutes use. You have to get used to it for a day or two. Then compare. When I used old Gimp and then went back to Paintshop pro I thought "Why can't I just right click ... this go to the menu is a pain". Exactly the opposite of what I thought when I went from paint shop pro to gimp!!!!

  135. Aunt Millie does not run mount by Ars-Fartsica · · Score: 1
    That is exactly my point, you cannot tell me that the mount command is part of the process. What if the mount point does not exist (like in the case of /mtn/ipod, used by the music apps gtkpod and rhythmbox) ?? So now Aunt Millie has to has to understand /dev...which means she may have to use dmesg...okay you are on shaky ground here if you are telling me this is easy to do for common users.

    1. Re:Aunt Millie does not run mount by kidgenius · · Score: 1

      Ok, I will concede that it is more confusing, especially if you have to create folders, and mount them, edit fstab etc. Fortunately, this is all being worked on. The gnome project has an interesting program that should be included when it is released in september called the Gnome Volume Manager. It even has inputs on what to do when you plug in a digital camera. I have a feeling that the "mount" command will shortly become a thing of the past for Aunt Millie.

  136. Re:My experience sucked ass. by moonbender · · Score: 1

    You use /etc/hosts to set up a manual IP? Manual IP as in assigning the computer's NIC a certain IP? I thought /etc/hosts was a way to manually associate names with IPs, in place of or overriding DNS. Doesn't ifconfig set up manual NIC IPs or something? I admit, it's been a while. =)

    --
    Switch back to Slashdot's D1 system.
  137. It IS hard to install and it IS hard to find apps by elmegil · · Score: 1
    Three myths are explored - that Linux is harder to use, difficult to install and that there's not enough apps.

    Perhaps it's not "linux's fault", but it is damn near impossible to find a wireless card that actually works with Linux and has the same chipset for more than a few months running. Twice now I've bought cards that were on HCL's that said they should have worked, and twice those cards' manufacturers had moved on to another chipset without changing the model number, leaving me with crap that I have to use ndiswrappers or similar with, assuming I can get it to work at all. It's my understanding that there are other areas of hardware support that are similar, though I have been lucky enough to not run across them.

    To claim that "difficult to install" is a myth is to stick your head into a deep deep hole that it ought not be in. The fact is, for some classes of hardware it becomes extremely difficult for anyone who hasn't chased these problems for years to step up and "just do the install". If I gave something like this to my dad, he'd never get it done, and therefore it fails the "easy to install" test.

    --
    7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
  138. Windows Makes Computers Trivially Useful by HerbanLegend · · Score: 1

    C'mon , guys.

    If you're trying to make the point that Windows and Linux are equivalent, they clearly aren't.

    If you're trying assert that Windows is harder to use than Linux, you're wrong.

    But that isn't really the point. Let's say you go out and buy a car. You have an obligation, because it's a machine that you are going to be using, to at least understand it's principal of operation. Let me say that again - "When you are using a piece of machinery, you have an obligation to understand the basic principal of it's operation".

    The GUI and Windows has been dumbing down the average user for far too long. This leads to decreased productivity, apathy, and a sense that computers can't do very much for the average person.

    When computers were first made available, people wanted to harness the power to do complex mathematical calculations on them, use them to control appliances, to tune their cars, to improve their lives in any way possible, in general, to push the envelope on what they could do. These days, 2 Billion Operations a Second buys you email with attachments, a simple web browser, and an office application on which all you really do is type and use the Spell Checker.

    I agree that Linux probably isn't ready for prime-time, but I disagree on the definition of Prime-Time. To me, when users are harnessing the power of their hardware, they are adequately using their computer. And frankly, they stand a better chance of doing that with tools like sh and php then they do with VBA or Windows Scripting Host.

  139. My wife and children with Linux by CrackHappy · · Score: 1

    I have been using Mandrake since 9.1 and am currently running 10.0

    My wife and children complain when I break it (doing stupid stuff) because they HATE using Windows XP now. They complain about speed, usability, and the fact that it cannot seem to keep a connection through my 802.11b USB. It also does not normally detect it the first time, and it has to be unplugged then plugged back in.

    The only reason we even have Windows at all is because there are games that only run in Windows. For security reasons we only use Linux for email, web, etc.

    I am quite certain my wife would have no trouble installing Linux, even though she has never actually seen me install it.

    I actually think I want to have her do it now!

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d Capitalization really works: i helped my uncle jack off a horse
  140. People really do install Windows, you know... by argent · · Score: 1

    Windows is easy to install. Annoying as hell, because there's about 30 extra reboots before you've finished installing it, configuring networking, updating the service packs and critical security patches and the half a dozen standard applications that want to do a reboot after you install them because it makes them feel important. But it generally just goes in.

    That hasn't been true for Linux in my experience. It does a good job of hand-holding, for most distros, but more things do seem to go wrong. That's not inherent in Linux, it's just that Linux doesn't have an army of engineers who spend all their time updating the HCL and making sure the stuff on it works. But it *is* a problem.

  141. XP by nagora · · Score: 1
    I just installed XP on a friend's 18month-old Dell laptop and it failed to recognise the modem. Fortunately she was able to dig out the driver CD that came with it. She had no idea what to do on her own so for her at least installing XP was as difficult as many people claim Linux to be.

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  142. Well, yes by Anonymous Coward · · Score: 0

    Linux IS difficult to install. So is Windows. The main advantage Windows has right now is that it comes preinstalled on almost every desktop or notebook sold. In my opinion, Window and Linux are actually pretty close right now in terms of desktop usability. Linux is much easier to develop software for. Windows has better support from hardware vendors. So really, at this point the deciding factor is: which OS are you used to using? The cost of retraining people from one to the other exceeds any benefits derived from switching.

  143. Exploring the myths AGAIN?! by Madcat123 · · Score: 1

    Hum, just few weeks/months ago there was similar /. article on exactly same topic. Camoon guys - why are we discussing the SAME topic over and over again? Not like much has changed during past few weeks.

    Face it - Linux is a DEVELOPER OS, written FOR the developers. Being a software developer myself, I prefer coding on Linux at any time because of better multi-tasking, better editors, better tools (grep, doxygen, scripts, and so on). Ok fine, they are ported to win32, but thats not the point.

    Come back in few years and bring up the topic again to see how far Linux and Windows has evolved - preferably after Longhorn release. Now THEN would be a good time to compare again. But not every few weeks - its starting to sound like a teenager asking every day .

    Madcat.

    1. Re:Exploring the myths AGAIN?! by dowobeha · · Score: 3, Insightful
      The point is, modern Linux distros (at least some of them, like Mandrake 10) have become much more than a developer OS. The discussion is relevant because with the new distros, the old assumptions just aren't true any more.

      I'm seriously considering recommending Mandrake 10 to my mom - over Mac OS X.

      The standard KDE 3.2 apps are extremely well integrated. The Mandrake Control Center is a match for the one in OS X, plus it provides an easy mechanism for finding and managing software. Sure, if you try to do complicated things or try out beta-quality software, it may involve digging around on the command line.

      But for everyday tasks like web browsing, email, word processing, digital photo management, listening to CDs and managing mp3s, syncing a Palm Pilot, managing a calendar and a to-do list, burning CDs and DVDs, checking the weather, and instant messaging, Mandrake 10 with KDE 3.2 meets or beats the usability of any other OS - bar none.

      --
      I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen
    2. Re:Exploring the myths AGAIN?! by aristotle-dude · · Score: 1
      I'm seriously considering recommending Mandrake 10 to my mom - over Mac OS X.
      Do really hate your mom that much? Are you serious?

      The Mandrake Control Center is a match for the one in OS X, plus it provides an easy mechanism for finding and managing software.
      Uh, you mean like Software update or drag and drop install/uninstall in OSX? Riiight! So you can just drag an new module for the control center and have it work like you can in OSX by dragging a prefspane into ~/Library/PreferencePanes or /Library/PreferencePanes?

      I've used several distros and I have not experienced what you experienced. Changing resolutions in X? Getting X to recognize your hardware? Starting up KDE or Gnome? Fun stuff indeed.

      Not to mention, no iTunes, iPhoto, Quicktime, expose, FUS, Photoshop, MS Office, iMovie, iDVD etc....

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    3. Re:Exploring the myths AGAIN?! by polyp2000 · · Score: 1

      I'm seriously considering recommending Mandrake 10 to my mom

      About a year ago, my mums Windows PC was well past its Bi-Annual FDisk. Mum asked to try Linux because she wanted to know why I never had BSOD's , crashes and Pop-up windows (amongst other things) My stock retort for so long had been , oh thats a feature of windows Im afraid. Id already got her using Firefox instead of IE which helped, but she wanted more, I trialled her with Knoppix live CD, and gave her a quick lesson on where everything is, That was all I needed to do, she took to it like a duck to water.

      When the Reformat came this time I dual booted her into Windows and Mandrake 10. She has a choice. As it happens she routinely boots into linux, and I rarely hear a peep out of her, no complaints at all. The cherry on the cake is when on the rare occaision she boots into windows to use her family tree program; its not uncommon to hear her muttering how she hates windows, It brings a smile to my face every time.

      She uses linux for web-browsing, word processing ,printing, scanning, Checking her email and just about everything she used to do in windows. She's even found entertainment in the form of frozen bubble and Shizen Shoe.

      My mum is retired and in her mid 60's. And best of all she rarely asks me for help or has any problems. My mum has a choice of windows and linux and she chooses linux 99% of the time, Id also like to add that I made a point of not pushing her in any direction. She uses linux because it works better for her.

      Nick ...

      --
      Electronic Music Made Using Linux http://soundcloud.com/polyp
    4. Re:Exploring the myths AGAIN?! by dowobeha · · Score: 1
      The cherry on the cake is when on the rare occaision she boots into windows to use her family tree program; its not uncommon to hear her muttering how she hates windows

      The lack of a geneology program was the one thing holding me back from recommending Linux to her. But I recently ran across Gramps. The interface is different than Reunion, which is what she uses now, but it imports Reunion files just fine.

      A Quicken replacement is my other concern. GnuCash is definitely powerful enough, but the interface is significantly different from Quicken. Plus, I like sticking with KDE apps if I can because of the better integration (when running KDE). I'll probably show her GnuCash and KMyMoney and she what she thinks of them. Hopefully the next release of KMyMoney will support enough reports that it'll work for her.

      The next time she visits, I'm going to have her try out my machine, set up with a user account like hers would be. I'm interested to see what she thinks.

      --
      I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen
    5. Re:Exploring the myths AGAIN?! by dowobeha · · Score: 1
      >>I'm seriously considering recommending Mandrake 10 to my mom - over Mac OS X.
      Do really hate your mom that much? Are you serious?

      First let me say up front - I am a longtime Mac user, and I love OS X.

      Next, no, I don't hate my mom, and yes I am serious.

      >>The Mandrake Control Center is a match for the one in OS X, plus it provides an easy mechanism for finding and managing software.
      Uh, you mean like Software update or drag and drop install/uninstall in OSX? Riiight! So you can just drag an new module for the control center and have it work like you can in OSX by dragging a prefspane into ~/Library/PreferencePanes or /Library/PreferencePanes?

      I stand by my statement - the Mandrake Control Panel is as easy to use as the Mac OS X control panel.

      Is it as easy to add new preferences to the Mandrake Control Center? No. Did I mention adding new preferences? No. Do very many Mac users even know you can do that in OS X? No.

      As far as Software Update, Mac OS X software update has an edge in usability over Mandrake. I say that only because it runs automatically and tells you when something needs to be updated. But, that said, once you run it, the Mandrake update util in the Control Center is very well designed and very easy to use. Can you just drag and drop apps to install them like is OS X? No. I wish you could. Unfortunately (or fortunately, depending on your viewpoint) the way most Linux apps are designed, they use lots of external libraries and need dependency tracking. But, Mandrake ships with virtually all the apps you need or want. Installing, uninstalling, and updating through the Control Center is trivial. And finally, most non-power users don't regularly install software. In either OS X or Mandrake, I will set up my mom's computer, then she will use it. Software updates and control panels are things she won't be messing with no matter what the OS.

      I've used several distros and I have not experienced what you experienced. Changing resolutions in X? Getting X to recognize your hardware? Starting up KDE or Gnome? Fun stuff indeed.

      Sorry to hear that you've had bad experiences. I haven't had X problems in several years. Resizing resolutions is easy - use the Control Center or use the XRandR Kpanel applet. Either KDE or Gnome start automatically on all of the distros I've used. Mandrake uses KDE by default. I have a DVD drive, USB Palm Pilot, 19" Viewsonic monitor, USB keyboard, mouse, and trackpad, USB printer/scanner combo, and it all works very well. In the past I have also had an SCSI scanner and external SCSI Zip drive, and a couple different kinds of Hauppauge WinTV TV cards. I had to do some work to get the TV cards configured properly with MythTV, but for the most part everything just works.

      Not to mention, no iTunes, iPhoto, Quicktime, expose, FUS, Photoshop, MS Office, iMovie, iDVD etc....

      The Mac apps you mentioned are ahead of their Linux equivalents - but not by a lot. A lot of Linux apps have made big leaps in terms of features and usability in recent months. Of the apps you mentioned, my mom wouldn't use Photoshop, and I'm not sure what FUS is. Expose doesn't have an exact equivalent - I use virtual desktops to accomplish the same goal of window management. For the others, there are mature equivalents that are fully featured enough for what she will use it for.

      iTunes - JuK
      iPhoto - Digikam
      Quicktime - Totem
      MS Office (she uses Appleworks) - OpenOffice
      iMovie - Kino or Kdenlive
      iDVD - DVDStyler or Q DVD Author

      The replacements for iMovie and iDVD are less mature than the others I mentioned. But they have come a long way recently, and are fully featured and user-friendly enough for general use.

      Mandrake 10 with KDE has a lot of really good apps. There are a few places where the apps could be better integrated (genealogy, money management software). Overall, it's very mature with very good hardware detection and very easy to use.

      --
      I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen
  144. Xp and Linux installs a week apart by scat-cat · · Score: 1

    I recently upgraded my motherboard and hard drive. Did a completely new install with XP (I won't mutter about the upgrade edition of XP). It took about 45 minutes, but spent several more hours installing and configuring various programs. I had a 4 gb HD in the box along with a 40 gb, so I tried to install my old Red Hat. It had issues with the hardware. So I got a copy of Mandrake 9.2. Installed and configured it. then decided to partition my 40 gb hard drive and reinstall linux. Then I had to get my cable modem to work, spent about 15 minutes doing that. In the space of 4 hours I completely installed and configured Linux, including eliminating all sorts of stuff that I was not interested in. And that includes down loading and installing Firefox, thunderbird, and other things that I prefer but do not come with either XP or Linux. I found Mandrake to be very easy to install, as easy, if not easier, than XP. And certainly faster for the install and extra apps that I like.

  145. That depends upon your definition of "average". by khasim · · Score: 1

    "Good point. It does mean that they aren't ready to be driven and maintained by your Aunt Minnie."

    Unless Aunt Minnie has an interest in doing so. There is nothing stopping her. She does not need to learn how to overhaul and engine nor a new way of driving. Her current skills are sufficient.

    "Or by most people for that matter."

    Again, the only thing stopping them is the desire. They do not need to learn new skills.

    "The average guy-on-the-street? Not a chance."

    Only if you define "average" to be "not someone who wants to spend the time with a DeLorean".

    If anyone has an interest to, they can. They do not need to learn new skills.

    They are not restricted on which streets they can drive on.

    It is only about marketshare and interest.

    1. Re:That depends upon your definition of "average". by rjstanford · · Score: 1

      Only if you define "average" to be "not someone who wants to spend the time with a DeLorean".

      If anyone has an interest to, they can. They do not need to learn new skills


      Well, I did say "maintained." Would you be comfortable taking a DeLorean down to JiffyLube for an oil change? What if you get a problem with, say, the wiring - think that your local service station will be able to fix it? How about the dealership (whoops...). Want to replace the stereo? Sure... but watch out for that integration work, and I sure hope that you use a good shop.

      So for basic, easy, if-nothing-goes-wrong use, its fine. For anything more real-world, it doesn't work. Just like Linux for a lot of people. Could they use a kiosk at the library? Sure. Could they upgrade their web browser, make sure that the latest patches are installed, and use their new hardware? Not so easily.

      Which was the point that I was (apparently badly) trying to make.

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:That depends upon your definition of "average". by Halfbaked+Plan · · Score: 1

      JiffyLube probably wouldn't have any particular difficulties servicing a DeLorean. They don't exactly rebore cylinders at JiffyLube, ya know.

      --
      resigned
    3. Re:That depends upon your definition of "average". by fucksl4shd0t · · Score: 1

      I call bullshit. I've actually worked at Jiffy Lube, and while there I changed oil on a DeLorean and observed a Ferrari getting its oil change (I wasn't lucky enough to be the guy doing it, but I did go down below and take a look at it). I've actually changed the oil on a number of "rare" cars, antiques and classics as well (ever try to find an oil filter for a Ford Model A? I didn't even try, because I saw quite clearly that the thing didn't have one).

      I've also changed stereos on a pretty wide variety of cars, and I can promise you there ain't no such thing as an easy stereo installation, unless someone else came in before you and stuck in an aftermarket installation. Talk about proprietary connectors and intentionally incompatible wiring. Ever try to wire in an aftermarket four-speaker system on top of a factory four-speaker harness? Good luck. It's possible, but you'll be lucky if you don't blow up your shiny new CD player.

      Dealership? As long as your shop can get parts, or make them, or get them made, most local shops will be happy to work on the thing. As a matter of fact, I've been in shops that took the car in, called the dealer, and then couldn't get parts to fix the damn thing! The car was too new...

      Sorry, this metaphor doesn't work. It supports both points, from my personal experience.

      --
      Like what I said? You might like my music
  146. Install problems == update problems by jefft0 · · Score: 1

    I had Debian installed and it was working great. Then after doing update once with deselect using all the standard options, my sound card and USB mouse stopped working. One of the packages wrecked a dependency and it took me days to find it. Moral of the story: Even on a computer with pre-installed Linux, users will have to do updates, and the same problems will come up. With all the service packs and apps upgrades on Windows, I never had this problem.

  147. Re:My experience sucked ass. by maximilln · · Score: 1

    You use /etc/hosts to set up a manual IP?

    You're right and I forgot something. To change the IP of one of my LAN machines I must change it in /etc/hosts on each LAN machine (so that they can find each other without me running dhcpd) and (here's the hitch that I forgot) in the config file in /etc/network/something/something (depending upon distro).

    If you're using dhcp off of a home LAN router then you don't need /etc/hosts and it's possible to get away without doing anything in /etc/network if you're savvy enough to start dhclient out of /etc/rc3.d and alias in /etc/modules.conf. dhclient will take care of everything in that case.

    --
    +++ATHZ 99:5:80
  148. Re:My experience sucked ass. by Lanzah · · Score: 0

    I had the same expreience as you 2 or 3 years ago with red hat 8, but I kept going and never gave up. Now I'm a happy gentoo user who will never switch back to windows. Oh and about the codecs, you compile (follow the instructions) mplayer with all codecs built in, then you _never_ have to install a codec again.. very nice indeed.

  149. Re:My experience sucked ass. by hundalz · · Score: 4, Interesting

    Ahhh...

    Yet another user who blames Linux because he had a bad experience with some distro.

    I remember when I first started off. It was Red Hat 8.X if I am not mistaken. I mucked the intallation so bad, I reinstalled it a few times. Then I got fed-up and installed ALL packages, yes, it did reach to a 3GB installation, but everything worked.

    But to me, it was a learning phase. I have never used Red Hat ever again. I've moved from Mandrake to SuSE to Mandrake to at long last Gentoo now.

    One distro does not reflect how Linux is. There are plenty of options out there. Be bold and explore! Find one that suites you. Rather than complaining about Red Hat, I moved on to a different distro.

  150. Installing on linus is a pain by nzNick · · Score: 1

    I Love Linux, But I am a programmer like most of you. Linux in general is hard to install. RPM's help and are very quick and simple, if and only if they contain EVERYTHING you need. I have been trying to get video editing installed on my box- the IEEE 1394 Firewire card is recognised by the OS - great no problems- grab the rpm for KINO - install it -- missing another package - find rpm install, missing another rpm, no binary rpm available - need to build from source.... now the fun begins with missing libraries ...... I booted in to my win2K partition, downloaded the windows app and was editing in 15 minutes. We as a community need to improve the packaging more than anything else. If I had installed 1 rpm to get the video editor to work I would never boot into win2k on that machine again.... PS Thanks to Rob Fisher for a great site http://www.robfisher.net/video/ pointing out the steps to get going.

  151. I've been trying... by Anonymous+Writer · · Score: 1

    ... to get into Linux for years. I prefer laptops, and I've had a hard time trying to install it. I have so many different distribution CDs, some bought, some downloaded, but have never actually gotten a proper installation running. I used to have a Texas Instruments 570 CDT, but none of the installations could get the display hardware working properly. There was always this border on the edge of the screen, and it made me wonder where the missing pixels were being written to. Then I got a Toshiba Tecra 740 CDT. I actually bought a separate hard drive module so I could pull out the Windows installation and stick in a Linux one. But I never was able to get it to handle the display hardware on that one either. I still have that laptop lying around, so I tried again recently, but could only get it working with 256 colors rather than the thousands it is capable of. And it is too slow to handle KDE. The colors were screwed up in the window manager I tried using that wasn't too slow, presumably because it was rendering in a limited 256 color CLUT.

    Now I have a Titanium Powerbook G4. I actually bought an external 80 gig firewire drive in the hopes of being able to install Linux on it and boot off of it by simply setting it as a startup disk. I bought a three button mouse as well. I don't want to use the dual boot method, because I'd like to be able to disconnect the external drive and have a clean OS X system. I don't know if the OS X startup disk system preference setting would handle that, though. I tried a PPC Knoppix Live CD, but it would get an error and wouldn't go into KDE. It went into a German command-line mode and the keyboard mapping was all messed up. A friend of mine tells me that I should use Debian, although someone else advised I try Mandrake instead because it is easier for newcomers. I think I'd prefer to have a Debian system, though, because I presume I could install the same applications available to other debian users if I compile from source. Or I could try a PC version under Virtual PC, but I'm waiting for Virtual PC 7 to come out first before getting it. That might be a bit slow, too.

    Here is a list of the different versions I've tried to install through the years; Red Hat 5.2, a previous Redhat version before that, Corel Linux, Debian 3.0r0, Debian 3.0r1, Mandrake 9.0, a previous version of Mandrake before that, Libranet 2.8, Knoppix PPC, and Debian PPC (CD won't boot). I know that this wouldn't be a problem for someone who has experience with Linux, but I don't, and all the information about installing it that I find online is pretty daunting. I still really want to get into it.

  152. I would love to use Linux, but... by Retired+Replicant · · Score: 2, Interesting
    I have read many articles about how flawlessly open-source Linux applications work with MS filetypes like .doc, .xls and .ppt. However, my experience has always been that these claims come up somewhat short in the real world. Even two different Windows applications always seems to have a little flakiness or unrelibility when working with the same filetypes. When I create a .ppt and e-mail it to a client, I want to be damn sure that it looks and works exactly the same when they open it up in PowerPoint as it did when I created it. When I create a complex .xls sheet and send it out to colleagues, I want to be damn sure that it will work the same when they open it up in Excel as it did when I created it.

    If using a non-standard piece of software causes me to look dumb/incompetent even once because of an incompatibility, it is not worth the monetary savings over MS Office.

  153. It's a myth that Windows is ready for the desktop by SteamyMobile · · Score: 0, Troll
    If someone goes out and buys an MS Windows machine and plugs it into DSL, it will be 0wnerd within minutes. The user needs to know how to install and configure a firewall, how to apply a regular stream of patches, how to read email safely, and many other things. All these are complicated issues, even for people with a good understanding of computers.

    On a good Linux distro, none of these things are necessary. They usually come with firewalls pre-configured, the mail reader doesn't execute attachments, there are no real-world Linux viruses, and, while browsers do sometimes have security holes, they are rare and tend to be less severe than IE holes. Also, there is nothing like VB which infests every "productivity" application on Windows and also means that all these apps are vulnerable to VB viruses and malicious attachments.

    So... it seems pretty clear that MS Windows is ready for a non-networked desktop. Buy the box, take it home, plug it into the power, turn it on and use it. But it's clearly not ready for networked desktop use, unless it's in a big corporation with professional network staff to keep the thing safe.

    Linux is ready to turn on and plug in without any major worries.

  154. Is Windows any better? by einhverfr · · Score: 0

    Doubleclick setup.exe

    Curse
    Try disabling antivirus

    doubleclick setup.exe
    curse
    download filemon and regmon from sysinternals
    doubleclick setup.exe
    analyze filemon and regmon output looking for errors.
    curse
    call Microsoft Tech support
    Repeat until installation works....

    Granted the above example is a little extreme (taken from experience regarding Visual Studio 6.0), but such problems exist on all systems.

    In general I have found RPM and automake errors to be much more transparent than Windows Installer errors. In general, it is much easier for me to install software from source than it is for me to install binary apps on Windows.

    Of course, it isn't that hard in any case. And many desktops don't give the users the ability to install programs willy-nilly. So this discussion is completely and totally irrelevant.

    --

    LedgerSMB: Open source Accounting/ERP
    1. Re:Is Windows any better? by mattyrobinson69 · · Score: 1

      for visual studio 6 on windows, i had to write a program in visual studio 5 (vb) to register all the dll's (simple loop using shell, but still)

      at least on linux i can type emerge or emerde or apt-get or run the installer that comes with amsn, or slapt-get or swaret, or yum, or up2date, or whatever.

    2. Re:Is Windows any better? by TheOnlyCoolTim · · Score: 1

      In general I can't remember having a Windows Installer error outside of low disk space.

      Tim

      --
      Omnia vestra castrorum habetur nobis.
    3. Re:Is Windows any better? by phek · · Score: 1

      thats got to be sarcasim right? the few times I do have to install some windows software on a clients machine, theres a 1 in 4 chance its going to error usually due to the MS TCP Stack becoming corrupt, or some invalid registry entry. I swear you would have a harder time of corrupting the US government than you would the MS TCP stack.

  155. Re:My experience sucked ass. by Peaker · · Score: 1

    I've never set up a firewall on Linux and I am not sure there is an easy way to do so. But then again, it was never necessary as Linux is safe enough from silly worms and such as it is.

    Basically, KDE comes with great samba client support, meaning you can connect and browse Windows shares easily. Having Linux serve as the samba server is much more difficult in my experience, but I have not tried to do this recently. Mostly I much-prefer Linux's desktop usability so I haven't tried setting it up to serve Windows clients.

  156. Autopackage looks good. by Inoshiro · · Score: 1

    Unfortunately, it doesn't do much good until it's used by a lot of groups. It needs to be stabilized and then it needs to be used. Maybe we can get Sourceforge people to use it as the official packaging system? :)

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  157. Myth #2: Lack of Applications -- Visio by Skapare · · Score: 2, Informative

    The one big thing I still use Windows for is to run Visio. And I do some rather complex stuff with it at times, that simple drawing tools cannot compare to, such as programming my own shapes. Anyone have this for Linux (even commercial payware) or BSD?

    And for those who are thinking of trying an exploit on me ... it's not connected to the net.

    --
    now we need to go OSS in diesel cars
  158. This is, and will continue to be... by Toadpipe · · Score: 0, Offtopic

    ...the stupidest argument ever. Period.

    Use whatever OS, apps and hardware work for you on an individual basis.

    If you dislike what someone else likes, to bad for you. Every human is different, with different needs. Diversity is necessary.

    End of Story.

    --
    Nostalgia ain't what it used to be.
  159. All demographics by Anonymous Coward · · Score: 0

    Anyone claiming that GNU/Linux hasn't got an intuitive interface just needs to sit a preschooler down in front of it, they'll show them what to do.

  160. Horse-poopie by gosand · · Score: 1
    Unified interfaces are better, it's why windows and OSX are successful on the desktop and Linux is not.

    Horseshit. I say again, HORSE SHIT! How can you possibly say that Windows is successful on the desktop because of its interface? It is successful because of its business practices, and because it has more-or-less been the ONLY game in town. It is what people know because there have been no other options for the PC. I am not a Mac person at all, but I understand why there are Mac people. To use Windows and Mac in the same sentence when discussing UI is insane. Windows XP is not any more usable that Win2k. In fact, I became so annoyed with the XP interface that I had to seek out how to make it behave like Win2k. And that was just because I was used to 2k. At home I use Linux, and love it. Not just because of what it stands for, but because I find it more usable. But I do totally different things at work and home. I use Linux for its positives, and despite its weaknesses. You want to use Windows, that's fine with me. But don't try to tell me that Windows earned its crown with innovation and technical merit.

    --

    My beliefs do not require that you agree with them.

  161. Stuff Doesn't work by xgamer04 · · Score: 1

    I enjoy tinkering in linux, but there's just some stuf that doesn't work.

    - I install gaim. No MSN support for my braindead ms messenger friends.
    - I attempt to compile something with openGL. I then attempt to compile Mesa. I then attempt to not kick the computer.
    - I try to get a volume widget in the taskbar. I end up with a 10-pixel-high (/exaggeration) widget.
    - I install Mplayer. If mplayer is open and I try to open another vid file from Konq, mplayer freaks out.

    It's not so much the major things in linux anymore, it's a smooth user experience that doesn't have some parts neatly ironed out and others barely working.

    --
    When you look at the state of the world, how can you not become a radical, liberal anarchist?
  162. Call whatever you want. by khasim · · Score: 1

    The fact is, a Linux box would be perfect for your grandmother.

    It can be configured to automatically log her in.

    Other than that, nothing you've noted is any different in Linux than in Windows.

    1. Re:Call whatever you want. by Fareq · · Score: 1

      really? How?

      -- Fareq

    2. Re:Call whatever you want. by FooBarWidget · · Score: 1

      In the GDM login manager, click Settings (or whatever that button is called again; I haven't looked at it for quite a while since I set it up to autologin :).
      Somewhere in that graphical dialog there's a nice checkbox that enables you to automatically login as a specific user.

    3. Re:Call whatever you want. by severoon · · Score: 2, Interesting

      See, the responses to your question below are exactly the problem with linux. You made a compelling argument for why linux can't take over the desktop unless it becomes more user-friendly, and the response you get? Of course you can have it log in automatically. You mean to say you didn't know that a CS student in Sweden recently published a series of replacement libraries that you can install after recompiling the kernel? All you have to do is wade through the configuration text files and employ this particular fluke of his desktop management software that allows what you're trying to do! Duh!!!

      Of course I'm exaggerating to make the point. But the point remains: it's not about whether it can be done. Anything can be done...it's all just moving bits in a chip.

      In the olden days, I understand when someone complained that they're *nix box couldn't do something in a research lab somewhere in the world, the standard response was: "Hey dum-dum. All you have to do is write a short C program yourself that does X, Y, and Z. Duh!" This is still true today...except Grammy-Maw's not writing a C program, man. If her options are: (1) write a C program, (2) keep abreast of every CS student's contributions to open source, or (3) use Windows, which option is Grammy-Maw going to choose, do you think?

      And before a /. loudmouth responds with the snarky and ever-counterproductive, "Don't use Linux, then!" take a look at this thread first, in particular the "Care to write it?" comment and everything by user killjoe.

      --
      but have you considered the following argument: shut up.
    4. Re:Call whatever you want. by Mr+Guy · · Score: 2, Informative

      Mandrake will ASSUME you want this and directly asks you. With a beginner install I believe the default is "yes", as well.

    5. Re:Call whatever you want. by alienw · · Score: 1

      Maybe you should stop using Slackware and try a modern desktop-oriented distribution. Ever try Linspire, Mandrake, Lycoris, or Xandros? Who the fuck are you responding to, anyway?

    6. Re:Call whatever you want. by HiThere · · Score: 1

      Please don't recommend Linspire. I don't think that anyone should run as root by default. People who don't know enough to not damage their systems especially.'

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:Call whatever you want. by gargan · · Score: 1

      As does Suse. The default is also yes. This is a Good Thing.

      --
      Emory: Uh..we're still..beta testing that.
      Oglethorpe: What you're testing is me and my patience!
    8. Re:Call whatever you want. by Fareq · · Score: 1

      Don't know about parent, but I'm running:
      Red Hat Enterprise Linux 3 WS
      Started from the Update 2 ISOs, then ran 1.25 gazillion updates

      Didn't see that option, dosen't mean its not there.

      -- Fareq

    9. Re:Call whatever you want. by yuri+benjamin · · Score: 1

      khasim: It can be configured to automatically log her in.

      Fareq: really? How?

      It's one of the questions the Mandrake installer asks when it has finished installing: "Do you want to automatically log in as [Name of user you created in previous step] every time you start your computer?"

      Other modern distros have a similar option.

      --
      You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
    10. Re:Call whatever you want. by alienw · · Score: 1

      Care to tell me what's so dangerous about running as root on a single-user machine? Yeah, some random trojan could theoretically corrupt some system files that can be reinstalled from CD in minutes. So what?

    11. Re:Call whatever you want. by HiThere · · Score: 1

      Corrupted system files are the basis upon which zombie networks are built.

      There are other reasons, but that's sufficient without adding them. If you can't corrupt the system files, then you can't make your zombie relauch on reboot.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  163. Re:My experience sucked ass. by Anonymous Coward · · Score: 0
    This may be true, but your arguments just support that linux is not ready for mainstream desktop yet. How many windows users are going to bother to go through 3-4 distros to find one that will work with their computer?

    And even more disturbing, how many are going to try one, find that something didn't work and then tell all their friends they tried Linux and it sucked ass?

  164. Re:My experience sucked ass. by bludstone · · Score: 1

    You arnt being serious, are you? Im not trolling, nor am I spouting lies. I am trying to provide constructive criticism here, and I am giving you as honest of a story as I can.

    Hell. I HATE MS. I dispise them. (I also recognize that w2k is a pretty good OS. Also one they dont sell anymore. If I was getting paid by MS, dont you think I would support something they still make money on? XP blows.)

    Okay, so I neglected to mention that this was all on a celeron 400. Slow ass computer. _BUT_ w2k ran fine on it.

    All of my statements are true. I suggest not reacting with denial and trying to improve linux. I want it to succeed, badly.

    Drag and drop never worked properly or consistently. (sometimes a drag and drop into firefox would toss a url, but the page wouldnt load? other time i would get an error, other times nothing would happen)

    I tried installing that package, but mplayer still wouldnt play everything I wanted it to. Mostly pornography. I admit it :P Somehow another player got associated with firefox, and trying to point it to mplayer became an incredible chore.

    Might I also add that i never figured out how to make firefox my default browser, or add it to menus. I could never get x-irc to work with firefox >_

    You arnt helping, just living in geeky denial.

    -sigh-

    Why did i even reply to this? :(

    --

    no .sig
  165. It's the Culture, Stupid! by cgreuter · · Score: 2, Insightful

    A lot of the discussion going on here (and in the linked article) is of the form "Linux won't be ready for the desktop until it does X" or "Linux is ready for the desktop because it does all these things better than Windows.". This is all missing the point.

    Yes, modern "end-user friendly" Linux distributions are pretty close to Windows in terms of usability, but that's not the point. Windows has infiltrated our culture. It has become synonymous with computing. It is assumed that if you have a computer, you're running Windows (or maybe a Mac if you live in a more liberal area).

    The reason Mandrake (or Linspire, Xandros or others in that crowd) isn't good enough for Grandma isn't that the software is harder to use than Windows. It's that whenever she needs any kind of help or advice--be it from her ISP, her online banking tech support, the local computer shop, the kid down the street, the community college, mainstream books and all the other sources of information--it will always be Windows-centric.

    Linux won't be ready for the desktop until the first response to a request for help is no longer "What version of Windows are you running?"

  166. That is such an ignorant attitude. by Inoshiro · · Score: 2, Insightful

    "If you aren't a paid up Microsoft stormtrooper, please do try to some research before making such blatantly erroneous statements."

    If they were tools which were more widesrpead, there wouldn't be a problem. We need a solution which is distribution agnostic and available to all, not just Mandrake or SuSE users. The proper setup would allow install on any OS, and provider their own uninstall wrappers. No need for distribution specific support!

    Autopackage has been suggested to me, and it looks cool. It's just that it's not 1) stable and 2) wide spread.

    Saying that it's the users' fault they all don't use SuSE or Mandrake is like saying it's the users' fault that Microsoft products are insecure. Fix the product, and you notice the problems disapear.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  167. Again, "marketshare" != "ready". by khasim · · Score: 1

    Thanks for supporting my point.

    It isn't that a DeLorean is NOT ready for anyone to drive it, it is that it is so rare that there aren't many people to SUPPORT the hardware.

    Linux IS ready for the desktop.

    But because of marketshare, not every hardware manufacturer will support it.

    You do not need to learn new skills (with Linux or a DeLorean) to operate it.

    Both are as capable as the alternatives (Windows or a Ford).

    It's all down to marketshare. Linux has been ready for a while.

    1. Re:Again, "marketshare" != "ready". by rjstanford · · Score: 1

      Er, you didn't actually address any of my points. Sure, anyone can rent a DeLorean and move it around. That's different than owning and maintaining it. Which I already said - anyone can use a Linux box if someone else sets it up and maintains it. That's hardly "ready for the desktop."

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:Again, "marketshare" != "ready". by fucksl4shd0t · · Score: 1

      I call bullshit. I wrote one of the articles cited by this article, and in all the email I get about it I get a lot of people who want to cut expenses by not having to pay someone else to maintain their box, and these people are willing to pay someone up front to build the thing, so long as they don't have to pay someone to fix it. Most of the other responses I get are people who are tired of calling in their neighbor/cousin/brotherinlaw/son to fix their computers. Fact is, most people don't maintain their Windows boxes, so why should we expect them to maintain their Linux boxes? Getting people to use Linux isn't about giving them something they can maintain, it's about making our own lives easier when we have to maintain it.

      Because we are the ones who do it. I don't maintain Windows boxes anymore, and when my friends ask me to fix their Windows boxes I give them a copy of Mandrake. When they ask me to help them with that I fall all over myself to do it, because I can fix a Mandrake installation with three clicks, whereas I'd've spent hours fixing the Windows box.

      --
      Like what I said? You might like my music
  168. I'd give you Mod Points for creativity... by Radical+Moderate · · Score: 1

    ...for working Iraq into this thread! Sorry I don't have any.

    --
    Never let a lack of data get in the way of a good rant.
  169. It's called "google". It's a search engine. by khasim · · Score: 1

    http://doc.vic.computerbank.org.au/user_support/au tologin/

    Easily found by typing "KDE automatic login" into google. ibtiwtkagn

  170. Re:My experience sucked ass. by rjstanford · · Score: 1

    Administrating that DHCP server seems to be more difficult though, I've never stumbled upon it, and can't be assed to look for it, either. Setting up a HTTPD is easy enough if you use one of the many Apache/Win32 setup apps which basically do most of the work - again, administrating it is, well, as hard as administrating Apache is. The initial setup certainly was easier for me on Windows than on Linux, but that's partly because the Linux system didn't have APT or anything installed. I never used IIS, so I can't comment on how easy it is to set up.

    Well, under Windows 2003 (the only one I have easy access to), they're both trivial. First, you have the "Manage This Server" wizard which can get you to whatever you need in about 30 seconds. Second... er, no, that covers it.

    IIS is easy - you can set up things like a new virtual host just as quickly as you can in Apache. This from someone who's set up hundreds of sites in Apache and had never used IIS before in his life. What's more, the advanced options (after using the Wizard to set things up) are very accessible - I found out that I can do things like set bandwidth throttles per site. Can probably do that in Apache too, but I wouldn't know how.

    It may (note: may) be harder to administer a large pool of Windows servers. But for a lot of folk just running a workgroup-level box, it can be surprisingly easy. And this is coming from a confirmed UNIX fan. If its as easy for me to do most of the common admin stuff on a new platform (Windows) as it is on the old standbys (UNIX), I'm assuming that its even easier for people who are more familiar with those servers. I'm not so sure that it would be as easy for a Windows guru to take charge of the average UNIX box.

    Back to the other point. I - again, this is my first Windows server - could add an auto-dialed PPTP connection, enable sharing and NAT on it, and share it with the rest of the office lan. This was for remote connectivity to a client site. I'll be honest - I don't know how to do that on a Linux box. Could I find out? Probably. My point is though that I got it running in about 10 minutes on our Windows box, from a few hundred miles away, with no need to reference any documentation or external websites. Not too shabby.

    But we're getting pretty off topic here.

    --
    You're special forces then? That's great! I just love your olympics!
  171. Wrong Myths by frakir · · Score: 2, Insightful

    I suspect true question is 'why so little people switch to Linux desktop' (outside of /. crowd that is), not if Linux is ready for average desktop (because it is).

    Now I'll speak for myself: I tried switching to Linux 3 times during last 4 years and every time I come back to windows frustrated with linux for 2 reasons(I tried RH, SuSe, Slackware, but that is beyond the point here). I was frustrated because it took me forever to setup my box the way I like (no, I don't remember all the command line switches nor what goes and where in .config files)
    Biggest reason is software or lack of it. 3DMAX, DreamWeaver, games. Some of sw has their linux equivalents but... those are available on windoze!

    5 years ago reasons to use Linux were Apache, MySql,Perl, command line tools. Now I have Cygwin and all the above running great under win. Firefox is great and kills IE hands down, too.

    My conclusion will sound like troll here: Open Source kills linux desktop; I have less and less reasons to boot to linux now then I had 4 years ago.
    In the meantime windows got a lot more stable while Gnome and KDE got a lot more bloated and I had to get used to ctrl-alt-backspace.

    Why would I advocate Linux on a desktop while I myself use windows then? (isn't that true for many slashdot readers...)

    1. Re:Wrong Myths by Baron+of+Greymatter · · Score: 1

      You picked the 3 worst distros for a newbie to use (dons asbestos underwear at this point :-D ). Red Hat is Red Hat (works for the most part but is not for consumer use). SuSE works for some people but I always had trouble with it. Slackware is definitely not for newcomers.

      I recommend Mandrake for consumer boxes because it's the easiest to configure for the inexperienced (disclaimer: I use one Mandrake 9.1 box and 3 Slackware 10 boxes at home and work, but I have 6 years of Linux experience).

      Cygwin? I use it on my XP box at work once in a while (mostly for nedit) but it can be a pain in the ass at times. Most people don't even know what it is. It's a tool for professionals, not consumers.

      As far as open source software for Windows killing Linux: Don't bet on it. Overall it's still not as good as the equivalent or identical Linux version of the same program. Mozilla & Firefox are exceptions. OpenOffice is not.

      For the most part, older hardware works better with modern versions of Linux than Windows 2000 or XP. Win98 runs faster (I didn't say "better") than Linux, mainly because it's a bit smaller being DOS-based.

      But the only reason to run Windows anymore is for some games and streaming media, especially for sports. All leagues (at least in the US) other than Major League Baseball mandate Windows Media Player or a version or RealPlayer with the browser included (NFL) - neither is available for Linux. Mplayer-plugin is a joke. This stinks but it's reality. It's also the only reason I keep Windows 98 around.

      --
      Microsoft's VP of Customer Service is Helen Waite. If you are having problems with their products go to Helen Waite.
  172. Re:My experience sucked ass. by Anonymous Coward · · Score: 0

    You're both an idiot and an asshat.

    People who have different user experiences than you != FUD and lies.

    "3 networked desktops at home - each up and running in half an hour."

    Hmm, I didn't manage to get 3 networked desktops at home working in a half an hour, therefore I think you're getting payola from Linus Torvalds.

    And they say you nerds are supposed to be smart.

  173. Yea. by Inoshiro · · Score: 1

    There is something that's supposed to work like InstallShield -- autopackage. I haven't looked at it in detail, but it's very promising. It needs to be stable and distributed widely, though. That's not happened yet, but if it did, I think we'd see a greater move to Linux on the desktop. After all, once you have a system and can add and remove parts of it easily, you can really use the system :)

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  174. OK, simple comparison by Theatetus · · Score: 1

    Off the shelf eMachines box with whatever piece-of-crap video card it came with. I installed Windows XP: the screen was stuck at 640x480 until I found the card's manufacturer's site (emachines.com didn't help) and downloaded a driver. I installed SuSE: I could set the resolution up to 1280x1024 without having to do anything.

    I don't think your average user has the time to download drivers and configure them. So, I know Windows XP isn't ready for *this* desktop, at least.

    --
    All's true that is mistrusted
    1. Re:OK, simple comparison by Veamon · · Score: 0

      Thats what you get for buying an eMachine :) I try linux now and again, and can forrest gump my way through it, even update the kernel and what not. BUT, hardware is my number one issue. Software, I can find equivalents. But you can buy any piece of hardware within reason (ie not MAC stuff) and it will work. And if it doesnt work, you're a dumbass who cant provide a CD or go download a driver. I've tried Redhat 9, Mandrake 9, Mandrake 10 (Community AND official), Fedora Core, and Suse 9.0, and none of em can get my wireless card working. Granted, it's a Broadcom which sucks in itself. Even using the 2 tutorials on the Internet, it still doesnt work, so all my Linux is restricted to my laptop. Bottom line, most people dont want to have to edit config files and do command line interaction. They want to click the icon, click finish, and continue on their way.

      --

      Slashdot News: As serious as a busted rubber
  175. linux on the desktop : the holy grail of geeks by discord5 · · Score: 5, Interesting

    I've been using linux for almost 8 years now. I was introduced to it the usual way: a friend came over with a slackware CD saying that if I was really tired of Windows and wanted something I could do with as I pleased, I should try this.

    We're 8 years later now, and a lot of things have changed for linux. It's stepped out of geekdom and entered the corporate world, taking small steps at a time and the occasional leap. From a relatively small group of technologically very adept people, it has grown to become the new pet-OS of wannabe-geeks and even for a while Linux threatened to become a buzz-word for certain companies to shamelessly promote themselves on an IT market that had suffered a damaging blow.

    Three years ago I was at a school that gave introduction courses in linux as a member of a jury for (pardon my bad English) practical final. I was judging several projects that were made during the course of 9 weeks of internships in companies, and over half of them were made using linux. Of the 10 groups that presented a linux project, only two of them were capable of presenting a flawless project.

    What really got me at that moment was, that even though linux had come so far in those 5 years, many last year students hadn't even the faintest idea how their OS really worked. The argument most used for the use of linux was that it was free (as in beer), and someone even managed to blurt out that linux was actually a product from Sun. After three days of judging, I came to a startling conclusion. Many of the linux projects I had seen were dodgy at best, the students had very little grasp on the tools they used, and many webprojects failed to provide even the simplest security to their database as I happely added SQL on their URL and displayed lists of unencrypted passwords.

    The Windows projects I saw however were a lot more solid. SQL Insertion failed on nearly every project, and most students were up to speed on the technologies they had used. Most of the Windows projects were finished, or nearly finished, while the linux projects seemed to have a lot of rough edges (in fact a girl actually told me : "Don't do that, that corrupts our database and we don't know why").

    What does this have to do with Linux on the desktop, you might ask. Well, if 4 years of training in programming and networking hasn't even thaught you the simplest of hacks (SQL Insertion), and you're practically lost without a GUI to configure your networkcard (but manage to boast about your networking project), there is either a fundamental problem with your education or your unwillingness to use google. The truth behind it is "ease of use". MS Visual Studio comes with a bunch of tools in one package, a graphical XML schema editor, a graphical database management system, click-n-paint GUI creation, and to top it off each of those students gets 4 years of excessive training in all of those tools.

    Linux on the other hand, has most (if not all) of these things, but students don't know them. Those that do have knowledge of these tools are often complaining that they ran into problems (again because of lack of training, or googling). Many have spent two days finding out how to install a certain program, and most just give up asking their supervisors for aid (which they often can't provide).

    This is the problem with linux, and this is why the linux desktop will never be as succesfull as we hope it will be: our diversity in tools and lack of proper bundling. Distributions do a good job at providing us with defaults, but provide too much goodness. Most linux machines have at least 7 compilers and interpreters installed by default, 6 MP3 players, 10 office suites, and horror of horrors 2 desktop environments.

    Teaching students all these things is an impossible task, and that's why they aren't prepared for the choices they have to make when they are going to actively use linux. And educating users on using office package A, while there exists at least one package for every letter of the alphabet each wi

    1. Re:linux on the desktop : the holy grail of geeks by Anonymous Coward · · Score: 0

      Actually, your English was damn near perfect.

      No worries : )

  176. Hardware between various os's? by Joe+Enduser · · Score: 1
    You gain some, you lose some.

    My usb memory stick? Completely unreliable under Linux. Have to recover files under Windows.

    The cheap bt848 video capture card is a beaut under vlc and xawtv. Stops Windows from booting, though.

  177. Re:My experience sucked ass. by killjoe · · Score: 0, Flamebait

    Wow Amazing. I was able to install linux and use it in under 2 hours on my machine (suse). I guess I must be a genious!. I never thought I was of above normal intelligence but after seeing how many people could not even install linux and get it working I am now convinced that I am super duper smart.

    Whoo Hoo. I rule.

    --
    evil is as evil does
  178. A related story by Anonymous Coward · · Score: 0

    Once, down in the Mediterranean, I met this beautiful blonde woman at a church... Oh, sorry, never mind, I thought you were talking about the Holy Gail of Greeks.

  179. Wow, what a stupid run down by Anonymous Coward · · Score: 0

    Of why linux is not so bad.

    Here are some features that I have a beef with linux over. Installing software. The article states that the user has not used add remove program. Well to install on windows you don't have to use "add remove program" to install some thing. You just double click and go. And this is true for most windows programs. Some linux programs are this easy but most are not.

    Printing on Linux is just plain aweful. It's hard to set up, and most program will differ on how they print. It's not what you see is what you get when you print. Windows and Mac kill linux in this.

    Consistancy. Copy and Paste in Linux drives me nuts. In some programs I will have to right click instead of ctrl-c / v to copy and paste. Other program like gvim have their own ways to copy and paste. Oh, to copy and paste to a termial window I have to shift-ctrl-c and shift-ctrl-v for it. Aweful. Oh, and if you copy and then close the program and try to paste into anther program your data is gone. On Windows, and Mac the data gets stored in a system clip board.

    On diffrent versions of linux I have to go to the command line to mount my cd-rom. WTF? Computers should automate things that why we use them.

    And that just a few things off the top of my head. However I only have to reboot linux when I move my computer. Monthes of up time is great.

  180. Slackware 10 by Skiron · · Score: 1

    I have used Linux for 6 years, now 100% so... base Mandrake/Redhat originally, but tried gentoo too! (all still on their own boxes, I might add and still use -> 1000 days (more now)). But never having looked or used SuSe or Debian (and others)...

    But Slackware 10 is truly excellent, and my cup of Linux :)

    1. Re:Slackware 10 by JWSmythe · · Score: 1

      I don't have any machines with quite that uptime. We have a few with over 400 days, but those will be going down soon. At least with Linux, downtime is because we make changes, not because the machine arbitrarly dies. :)

      I lost a bunch of my good uptimes when we moved servers a few months ago. Our New York servers have over 400 days, but we'll be moving those soon also. :(

      I have a machine in Tampa that's been running for a few years now, but it seems no one remembers what the password was. :) Since it's still doing it's job (a small web site, and some mail forwarding), I haven't been willing to reboot it to get back into it.

      My home machines never maintain a high uptime. I'm always changing stuff, just because I can. I'm always changing kernel options, adding hardware, etc, etc.

      --
      Serious? Seriousness is well above my pay grade.
  181. X is to blame by elfarto · · Score: 3, Insightful

    IMHO, XFree is what prevents Linux from becoming mainstream on the desktop, i mean, X is a kludge, slow, and prone to problems when used at a desktop , the kde/gnome/whatever people should seriously consider getting rid of X as the underlying layer and instead promote/invent/code a different layer that gets rid of the client/server features of X and focus on acceleration by using direct hardware access, like M$ did when moved the graphic driver into kernel space and WinNT graphic performance skyrocketed. Just to avoid getting flamed as a M$ lover, i administer a 50 server farm 95% of them running Gentoo Linux, and i hate Windoze , but i can't replace it on my desktop yet, it's simply not ready, surely GNOME/KDE looks gorgeous in comparation of WinXP, but the sad truth is that it's slow as hell.

    1. Re:X is to blame by PitaBred · · Score: 2, Informative

      ...I certainly hope this is a troll, because otherwise you haven't been paying attention
      X isn't slow. Client/Server relationships are really freaking handy, like when I want to run an application remotely (say, administering a server farm)
      And the NT graphic hack? A dangerous kludge, period. Bad gfx driver = dead system.
      And FYI, using X.Org, I get better framerates in many 3D applications than I do in Windows.

    2. Re:X is to blame by elfarto · · Score: 1

      Hey, X is not slow ?? Have you compared the 2d performance of the "gnome/kde/whatever wm you choose" vs windows, have you tried dragging a window on the screen, that's simply unnaceptable, scrolling text is a pain, in windows you get fast 2d rates even with the crappiest on board video, about the dangerous kludge, have you ever seen a windows system crash because a graphic driver error... i bet no, ask around i bet that the vast majority of linux users will give up the risk of stability in exchange for superior performance..

  182. News Flash: They already have!!! -pedestrian crossing

    --
    A house divided against itself cannot stand.
  183. Then counter my position. by khasim · · Score: 1

    "Er, you didn't actually address any of my points."

    That's because your points are irrelevent to my position.

    "Sure, anyone can rent a DeLorean and move it around."

    Exactly. They can even buy one and move it around. The SAME as they can with a more POPULAR car. Because "marketshare" != "ready".

    "That's different than owning and maintaining it."

    I can own it and never drive it. So owning it doesn't matter.

    I can maintain one and never drive it. So maintaining it doesn't matter.

    If I wanted to drive to the movies, is there anything about a DeLorean that would prevent me from doing so THE EXACT SAME AS I WOULD IN A FORD TAURUS?

    No. There is not.

    "Which I already said - anyone can use a Linux box if someone else sets it up and maintains it."

    Welcome to the corporate world. I work in an IT department.

    "That's hardly "ready for the desktop.""

    If anyone can use it, then it is, by definition, "ready for the desktop".

    Of course, MY view of the "desktop" is the corporate desktop. But there are others. It's just that the corporate desktop is the largest segment.

    Linux is ill-suited to the power-gamer desktop or the person who purchases new or weird devices. But these are much smaller segments (compared to the corporate desktop).

    1. Re:Then counter my position. by rjstanford · · Score: 1

      Of course, MY view of the "desktop" is the corporate desktop. But there are others. It's just that the corporate desktop is the largest segment.

      Linux is ill-suited to the power-gamer desktop or the person who purchases new or weird devices. But these are much smaller segments (compared to the corporate desktop).


      Aha. Well, fine. By your definitions, you're completely correct. Of course, by those definitions, the SunBlade and the Wyse60 are also "ready for the desktop." I was using that phrase as it was reflected both in the article and in the vast majority of other posts in this discussion. Silly me...

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:Then counter my position. by yuri+benjamin · · Score: 1

      If anyone can use it, then it is, by definition, "ready for the desktop".

      Of course, MY view of the "desktop" is the corporate desktop.


      I hear you. It is also ready for the desktop in any household with one geek and any number of non-geeks. The household geek will be relieved not to have to help remove spyware and clean up after Microsoft worms and viruses.

      --
      You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
  184. Three myths indeed. by Anonymous Coward · · Score: 1, Insightful

    "["]... Three myths are explored - that Linux is harder to use, difficult to install and that there's not enough apps .""

    being a linux user who has not seen a windows install boot up in more than a year, i can honestly say this. Linux is not harder to use, it is not difficult to install and nearly every app i can imagine is in working condition.

    With that said, if you are a windows user with no experience what-so-ever on a linux (or any *nix) system. If you are considering the idea of moving to linux (and for whatever reason) be prepared to learn, and be prepared to unlearn some of those things you have been taught thru your unfortunate experience with microsoft products.

    the problem with microsoft is that it makes things so apparently "easy" for the end user (think dumbed down) that when a problem does indeed occur the end user generally has absolutely no idea where to begin the task of fixing that problem. Instead, they generally rely upon 3rd party tech support to solve the problems or simply resort to wiping the problem away and starting fresh with a clean install. The caveat in this is that the end user in not able (or allowed) to view the source code from which the program runs. this creates a situation where the user is at the will of the company who produced the program (and sold it).

    on the other hand.

    Linux (and _all_ of its sourcecode) is wide open for debait and refinement by the greatest hackers and programmers in the WORLD. (even, perhapse some who work for microsoft.) And if a linux user discovers an area in the software that could/should be improved, often times all that is needed is the meer suggestion of the feature (and if it is a good suggestion, chances are just as good that you are likely to see such a feature implemented in a new release to follow. that is if the one to suggest the feature him/her-self is not skilled enough to implement the idea into the code.

    my point being this: Linux has grown to become more than an operating system, it has become the flagship of freedom of information worldwide where virtualy anything, ANYTHING is possible.

    is it "harder" to use? ::: what is your IQ?

    is it "more difficult" to install? ::: do you know how, and are you willing to read and follow instructions?

    does it have "enough apps"? ::: how many apps have you helped to build?

    whats more, if you run windows (and software that runs under that environment), LEGALLY. how much money have you spent? because I can tell you (as a linux user) I have spent exactly $0.00 money on the software that I use [in linux] and im running a server!

    all the support i need is on irc.freenode.net ##linux (and related channels) and regarding Slashdot Zelots i wouldnt doubt it a bit if this Annonymous Coward gets modded up to +5 Interesting, just because its honest (and the mods know this)

    have a nice day (switch to linux)

    this line is reserved for my sig if and when i decide to identify myself.

  185. CAD/BIM by Anonymous Coward · · Score: 0

    Until there's a real architectural CAD/BIM equal to ACAC/ADT/Revit or ArchiCAD, native, can't switch. Bummer.

  186. Why I run Windows on the desktop by Anonymous Coward · · Score: 0

    My main desktop machine runs Windows for one reason alone: I need to run both Windows and Linux apps. I can run XFree86 on my Windows box and run linux apps on the linux box in the next room connected to my local display, but I can't do the opposite.

    Sure, that's a deficiency in Windows rather than a deficiency in Linux, but that doesn't change the fact that I need to run two or three apps for which there is no linux version or acceptable alternative.

  187. Hey! by __aagmrb7289 · · Score: 1

    Aren't myths supposed to be something besides facts? As in, stories that aren't based on fact?

  188. Re:My experience sucked ass. by Lanzah · · Score: 0

    I understand how you feel. but please don't give up after one try. Most people who have used windows for a couple of years have a hard time adjusting to another way of thinking and doing things. When you start to understand the details of GNU/Linux you will be able to gain a whole new level of control that you will ever get with windows. If you are fed up with mandrake, try fedora, suse or libranet or whatever.. just don' give up :) Perhaps it's not easy, but it can definetly be done, Good luck!

  189. Talking about not comparing apples to apples... by fzammett · · Score: 2, Interesting

    I'm very sick of the argument "Linux comes with an assload of software and all Windows has is a browser, notepad and solitaire".

    I know this isn't an original point, but it's a good one... What would happen to your poor Linux distros is Microsoft was allowed to ship whatever they wanted (assuming they properly licensed what they didn't own themselves)? You'd all be screaming that we need to drag their asses into court that same day!

    Give me a break... Do you think Linux would have ANY chance WHATSOEVER if Microsoft was allowed to ship Office, Visual Studio, Flight Simulator and, hmm, let's say Norton SystemWorks? Short answer, in case your blind zealotry keeps you from seeing straight: NONE, ZERO, ZIP, NADA, NO CHANCE.

    Even if it didn't come bundled with PC's, which I don't think you could legally stop since an OEM could always just go buy Windows off the shelf and install it to their hearts' content, even if people had to install it themselves, Windows would still be king of the hill for a variety of other reasons (like a nice, clean, consistent user interface, like simplicity of software installation and removal, like the biggest software library out there as far the collection after you scrape away the crap software goes, and more).

    Linux is great as a server platform. Actually, I take that back. It's not great, it's good. Seeing as how our IBM consultants are having trouble getting their own products to run on RedHat, and I've seen my share of Linux boxes crash for no apparent reason (and hardware issues were eliminated) and I've seen a number of Linux boxes not boot up again after a sudden power failure and WITH a journaled file system.

    Linux on the desktop? No. Not now. Maybe never, maybe some day, but not now. I will offer one bit of advice that the community at large should take to heart if you ever really do want to challenge the leaders (not just Microsoft, I mean the application leaders as well)... Stop writing article after article about why Windows sucks and why Linux is better and start writing articles about what's wrong with Linux and how you can fix it, or just how you can improve it. Stop comparing Linux to Windows so damned much and judge it on it's own merits. Face the good (there's plenty of it) and the bad (just as plentiful) and stop the whining about how Microsoft competes in illegal or at best nasty ways and beat them at the game you all want to claim they can't play, that is, delivering the best solutions. Make the best software out there, and not just the best software as compared to Windows as judged by 15-year old whiz-kids, but the best products as judged by any neutral observer.

    Do these things and you have a chance. Continue the crap your doing now, and forget it, you will be forever relegated to the nerd's OS and the back-office server platform that the geeks in the organizations want to run but the boys in the boardroom who write the checks will want to stay away from.

    Harsh? Yes. Reality? Abso-fraggin'-lutely!

    --
    If a pion (n-) collides with a proton in the woods & noone is there to hear it, does lamdba decay into the source pa
    1. Re:Talking about not comparing apples to apples... by superpulpsicle · · Score: 1

      Man, don't be sick of the arguement. An OS that nobody argues about does not get any attention. Look at IBM AIX for example, I think it's superior to IBM linux. But slashdotters wouldn't even waste time comparing it with windows. So it's another OS in the back burner. While IBM linux is now making a head way.

    2. Re:Talking about not comparing apples to apples... by fzammett · · Score: 1

      Yeah, good point. The way I figure it, if you like Windows, as I generally do, then having Linux push Microsoft to be better is a good thing. And if you love Linux, then having a goal set by Windows is a good thing (whether your goal is to match them or beat them).

      --
      If a pion (n-) collides with a proton in the woods & noone is there to hear it, does lamdba decay into the source pa
    3. Re:Talking about not comparing apples to apples... by Bull999999 · · Score: 1

      Look at IBM AIX for example, I think it's superior to IBM linux.

      How do you know if IBM AIX is superior to IBM Linux when IBM Linux doesn't exist?

      --
      1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
    4. Re:Talking about not comparing apples to apples... by Bull999999 · · Score: 1

      Give me a break... Do you think Linux would have ANY chance WHATSOEVER if Microsoft was allowed to ship Office, Visual Studio, Flight Simulator and, hmm, let's say Norton SystemWorks? Short answer, in case your blind zealotry keeps you from seeing straight: NONE, ZERO, ZIP, NADA, NO CHANCE.

      Considering that Office and Visual Studio costs more than Windows itself, why whould MS bundle it with Windows? And why would anyone install Norton Systemworks? In fact, I'd praise MS if they included all those (minus the Systemworks) software with Windows without increasing the price. And what's stoping MS from shipping with OpenOffice, Sun Java VM (not the bastardised MS Jave VM), Mozilla, and other free applications?

      Linux is great as a server platform. Actually, I take that back. It's not great, it's good. Seeing as how our IBM consultants are having trouble getting their own products to run on RedHat, and I've seen my share of Linux boxes crash for no apparent reason (and hardware issues were eliminated) and I've seen a number of Linux boxes not boot up again after a sudden power failure and WITH a journaled file system.

      Is it your companie's policy to hire consultants that can't even get their own products to run? And as for the sudden power failure, I question the competency of sys admins that have setup those Linux servers/workstations without UPSes to protect against sudden power failures, not to mention that a surge usally following such power outages. And an IT expert like youself should know better than to know the true purpose of journaling file systems.

      Make the best software out there, and not just the best software as compared to Windows as judged by 15-year old whiz-kids, but the best products as judged by any neutral observer.

      And who should be this "neutral observer"? You? SCO? MS? IBM? Slashdotters?

      Harsh? Yes. Reality? Abso-fraggin'-lutely!

      You're no different than many slashdotters with supersized egos that you bash on your post.

      --
      1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
    5. Re:Talking about not comparing apples to apples... by fzammett · · Score: 1

      Considering that Office and Visual Studio costs more than Windows itself, why whould MS bundle it with Windows? And why would anyone install Norton Systemworks? In fact, I'd praise MS if they included all those (minus the Systemworks) software with Windows without increasing the price. And what's stoping MS from shipping with OpenOffice, Sun Java VM (not the bastardised MS Jave VM), Mozilla, and other free applications?

      What's stopping them? All the people that would bitch and moan that they are anticompetitive because they are bundling, and the DOJ, so on and so on. Come on, you HAVE to know they couldn't get away with it, regardless of what they did with the price. You wouldn't praise them, MOST ESPECIALLY if it didn't raise the price, because what incentive would there be to go with any alternative then? Absolutely none. You may argue that last part of it, that would be a fair argument, but seriously, would you really praise them? Bluntly, I don't believe you if you say you would.

      Is it your companie's policy to hire consultants that can't even get their own products to run? And as for the sudden power failure, I question the competency of sys admins that have setup those Linux servers/workstations without UPSes to protect against sudden power failures, not to mention that a surge usally following such power outages. And an IT expert like youself should know better than to know the true purpose of journaling file systems.

      Perhaps I wasn't clear... we're talking about *IBM* having trouble, not the "consultant of the week". Surely you would agree that IBM of all companies should know what they're doing when it comes to Linux? And certainly when dealing with their own products? Is it too much to expect they should have little difficulty getting their product to run on RedHat (not like we picked an unusual distro!)? No, it's obviously not, and it shouldn't take the two months it's going on now. Whether we should or should not have gotten rid of them a long time ago is a moot point (I'm not the one making that decision by the way)... it shouldn't have gone this far, and each problem they've overcome has been tracked to OS problems by the way (every single one thus far has needed a kernel patch... I'm not intimately familiar with the details frankly, but I get daily reports, and that solution has been used a number of times already).

      As for the power loss, that's my bad, I should have been more clear... I wasn't referring to servers, not real ones anyway. I'm talking about the test server on my desk. It doesn't have a UPS, nor does my workstation.

      But I'll tell you what... I've had power failures a number of times on my XP workstation, and it's started back up without a hitch. Quick scandisk at boot and all is right with the world. The Linux box? At least twice it would no longer boot. It does it's little file system check and locks up there, no progress, no boot, no nothing. Maybe there's a way to fix it, but shouldn't it be able to handle such a thing by itself, especially if an "inferior" OS like XP can pull it off without a problem? I certainly shouldn't have to go spend any time in newsgroups or man pages or doc project sites or whatever to figure out what arcane commands I need to run from a boot disk that the OS should have managed to do itself.

      Certainly though, educate me... I thought a journalized file system should be able to reconstruct itself in such a situation. I thought crash recovery was a big reason for such filesystems in the first place. Maybe I don't understand the concept, I'd be more than happy to hear your explain it to me and why my expectations of it are incorrect.

      And who should be this "neutral observer"? You? SCO? MS? IBM? Slashdotters?

      A fair point actually. What I was getting at was the concensus of the majority of computer users as the neutral observers. I dare say most users don't care about the FOSS philosophy vs. the proprietary philosophy like most Slashdot readers do for insta

      --
      If a pion (n-) collides with a proton in the woods & noone is there to hear it, does lamdba decay into the source pa
    6. Re:Talking about not comparing apples to apples... by Bull999999 · · Score: 1

      I could retort by saying your no different than many slashdotters with supersized egoes that will bash any post that says anything remotely negative about Linux or anything they believe in.

      I guess you'd be right on that. You didn't turn out to be a rant troll as I expected and actually came back with a thoughtful responds so I'm willing to say I stand corrected on that statement.

      I thought a journalized file system should be able to reconstruct itself in such a situation.

      One advantage of the journalized file system is that they greatly reduce the need for fsck but there are cases where both Linux (such as ext3) and third party JFSs (such as Veritas JFS and the AIX JFS) get screwed up enough that even running fsck doesn't solve the problem. This shows that there's no replacement for a reliable backup system.

      I certainly shouldn't have to go spend any time in newsgroups or man pages or doc project sites or whatever to figure out what arcane commands I need to run from a boot disk that the OS should have managed to do itself.

      When Windows 2003 Server came out (I'm a Windows sys admin BTW), one of the changes MS bragged about was that you can pretty much do almost anything you want (admin wise) via the command prompt. In fact, there are many tools that you can only use via command prompt. So even with Windows, you can't really escape from arcane commands.

      it shouldn't have gone this far, and each problem they've overcome has been tracked to OS problems by the way (every single one thus far has needed a kernel patch... I'm not intimately familiar with the details frankly, but I get daily reports, and that solution has been used a number of times already).

      Do you have details has exactly what software's (since hardware is ruled out) causing the problem? Are they dealing with customized software here?

      --
      1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
    7. Re:Talking about not comparing apples to apples... by fzammett · · Score: 1

      I guess you'd be right on that. You didn't turn out to be a rant troll as I expected and actually came back with a thoughtful responds so I'm willing to say I stand corrected on that statement.

      Now I can say the same of you :)

      One advantage of the journalized file system is that they greatly reduce the need for fsck but there are cases where both Linux (such as ext3) and third party JFSs (such as Veritas JFS and the AIX JFS) get screwed up enough that even running fsck doesn't solve the problem. This shows that there's no replacement for a reliable backup system.

      I know I've had the same problem with ext3 and ReiserFS, I think those are the only two I've tried. Certainly I've seen NTFS have problems (I have a folder on my start menu now that cannot be deleted no matter what I do, every disk check program I've tried says there is no problem, can't even right-click the thing), but I've never seen NTFS corrupt so bad that the system wouldn't boot, yet I've seen it at least three times with Linux. Like I said, there could have been something I could have done, but at least in my experience it's not as fault-tolerant as far as file systems go (maybe there is a FS that wouldn't have done this, I don't know... certainly there's plenty of choices, one nice thing about Linux).

      When Windows 2003 Server came out (I'm a Windows sys admin BTW), one of the changes MS bragged about was that you can pretty much do almost anything you want (admin wise) via the command prompt. In fact, there are many tools that you can only use via command prompt. So even with Windows, you can't really escape from arcane commands.

      I certainly don't think command lines are bad, I wasn't trying to imply that. But I've come to appreciate GUI tools after MANY years of fighting against it. I was really against the whole GUI concept early on, having grown up with command line-based computers. If I'm being fair I have to admit that lack of familiarity is the biggest reason I think of Linux as having arcane commands. All it comes down to is that my preference these days is a GUI-based system, and anything that isn't that feels like a step backwards to me, having come from that background. Just personal preference certainly.

      Do you have details has exactly what software's (since hardware is ruled out) causing the problem? Are they dealing with customized software here?

      I don't have those details, I'm not intimately involved with the process. I just get periodic status reports on the situation. I know that we're talking about RedHat Enterprise, if not the latest than no more than one version back. It's also WebSphere, the latest version as I recall, IBM's Portal Server and whatever supporting components go into that (i.e., JDK, things like that). None of it is customized at this point (it would be down the road, the Portal components anyway). There was also an issue with Oracle crashing the OS completely, but that's obviously not IBM's fault. I know that one was cured by a kernel patch from RedHat, but again, precise details of the problem I do not know.

      --
      If a pion (n-) collides with a proton in the woods & noone is there to hear it, does lamdba decay into the source pa
    8. Re:Talking about not comparing apples to apples... by Anonymous Coward · · Score: 0

      where have you been. ibm flavored linux is mainly eseries running suse + ximien.

  190. I gave up on Open Office by RatBastard · · Score: 1

    I recently gave up on Open Office. The only part I really used was Writer, and that was okay. Mostly. As long as I only used it on my Windows box. Using it on my OSX biox was more pain than I want to remember. And that's not even accounting for the fact that the font rendering on OSX (X Windows, actually) is so hidiously ugly that it makes you want to gouge out your eyes.

    I've switched to using simple word processors that use RTF files and got on with actually writing rather than fighting with the application.

    The sad thing is that I really wanted to like OpenOffice. I used it for a long time. Hell, I even bought a caopy of Star Office back when it had that horrid unified desktop environment.

    --
    Boobies never hurt anyone. - Sherry Glaser.
  191. Now how did I guess ... by Tim+Ward · · Score: 1

    ... that would get moderated "Flamebait"?

    It's like sticking your fingers in your ears and going "na na na na na" when you don't want to hear something, isn't it.

    1. Re:Now how did I guess ... by Anonymous Coward · · Score: 0

      Or maybe it is flamebait, based on tone, word choice, etc. But denying that it might be flamebait would be "like sticking your fingers in your ears"...

      (Actually, you probaby "guessed" that it would be moderated as flamebait because you knew it was when you wrote it.)

  192. Frame of Reference by pedestrian+crossing · · Score: 2, Insightful

    It is a matter of what is "normal".

    Do I think that computer users are smart enough not to run as root all the time? No, not in the current "frame of reference".

    But that is artificial. Think chicken and egg. Not so many years ago, in Windows(TM) we were fiddling with memory management, config.sys, autoexec.bat, etc.

    And that was NORMAL. If (big if), Linux was the dominant OS, then "don't run as root" would probably be the conventionaly accepted practice, and no one would blink about it.

    Seriously, I cannot believe the lack of faith in what people will do to make their computers work, no matter how asinine! Think about how things were just 10 years ago...

    --
    A house divided against itself cannot stand.
    1. Re:Frame of Reference by Incoherent07 · · Score: 1

      I don't like your example... the average user, if they had a computer at all, avoided all of those things like the plague. Now we have a much larger group of users, who on the whole have less skill with computers. I suspect they'll get more skilled as time goes on, but I am NOT underestimating their current or near-future capabilities when I say a fair number of them will run as root all the time, or only set up other accounts for kids.

      One would THINK that "run Windows Update regularly" would be conventionally accepted practice, but it's not, even though it's as easy as "here's an update, click this button to install it".

      --
      This is my sig. There are many others like it, but this one is mine.
  193. Ease of installation by po8 · · Score: 1

    His Myth 1: Linux is just as easy to install as Windows. -- My mom can install Windows (without any help from me -- I just tell her "If you don't know what to do, just click Next" -- and when she's done, she has a fully functional OS. The linux installation experience is dramatically more complicated, and it's unlikely the end-product will work right if it was done by a novice (he pretty much admits this).

    I installed Windows XP for the first time recently. It didn't talk to about 1/2 my HW until extensive banging around was performed. It still randomly locks up fairly regularly, even though it's running behind a firewall with virus and spyware checkers installed and up-to-date and all Windows patches.

    Meanwhile, ever booted a Knoppix CD? I suppose it gets easier than that, but I don't know how. It generally autoconfigures all your hardware, and brings you up running Linux with zero questions. I do my Linux HD installs these days with its built-in HD installer---retains all the configuration it has found, so things just work.

    Try this with your mom. For real. Go down to the store and buy a Fry's box that comes loaded with ThizLinux. Hand your mom that box and a Windows XP CD, and stay out of her way for a while. See what happens. I have a theory...

  194. Yes... by Skiron · · Score: 1

    ... Linux just works, doesn't it?

    I run four Linux boxes at work, never let me down - the main web server (kernel 2.2.26) moves 1GB a day on local Intranet. And as you say, the only time needed for a reboot is when an third party motive is responsible (i.e. update kernel, power outage, etc.)

  195. Re:It IS hard to install and it IS hard to find ap by tweek · · Score: 1

    dlink dwl-122

    We're using them on all our retail linux machines. USB keyfob.

    --
    "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  196. install easy?!?!? by Anonymous Coward · · Score: 0

    HA HA HA.. it is hell to install an app on linux.. rpm this find that... and here is their myth bustin comment

    Myth #3: It's hard to install software

    Writers who say it's hard to install applications obviously have a hard time find the "Install and remove software" option under Config -> Start menu, and decided not to learn how it is done but assume it is exactly the same as Windows. It's not, but it's just as easy.

    YET they never go into tell someone like me HOW to make it easy..... so i am left with the idea that yea man... it is not easy... so a site gives me an rpm. what am i REALLY to do with that do i really need to rpm -Uvh *rpm and from there install all dependencies?!? lets saaaaaaaaay i want an easier way to install this rpm what is it? and will it work with ANY and EVERY distro.. probably not buahah.. go linux..

  197. BS BS BS by Christianfreak · · Score: 1

    Myth1: BS. I'm a competent computer user. It took me nearly 6 hours the last time I did an XP system. Installing Windows usually goes something like this:

    1. Put in Disk
    2. Reboot
    3. Format Harddrive
    4. Reboot
    5. License and file copy
    6. Reboot
    7. settings
    8. Reboot
    9. Install drivers you have from disks
    10. Reboot (Reboot multiple times if you're a n00b since every driver tells you it has to reboot to work correctly!)
    11. Go to windows update to install patches (pray you don't get 0wn3d just by getting on the net)
    12. Monkey around with Windows update (This patch can't be installed with the other ones ... etc ... etc.)
    13. Get some patches ... reboot
    14. Go back to windows update ... get some more ... reboot.
    15. Install Virus protection/ spyware protection
    16. Reboot
    17. Install Office
    18. reboot
    19. install office updates
    20. reboot

    Ad nausium until you finally get all your apps installed!

    Fedora is
    Language->Keyboard->Mouse->Partioning (automagic) -> Pick apps -> Copy files -> network settings -> software updates -> reboot.

    The hardest part is picking the apps, but it will put them in categories and tell you all about them.

    1. Re:BS BS BS by Anonymous Coward · · Score: 0

      Excuse me?

      Since when did you have to reboot when partitioning the harddisks with the Windows XP installer?

      You can also launch the installation of Windows XP from within Windows. It also lets you UPGRADE with keeping your old applications intact. This is something that would be very difficult to do with the normal Linux installers for a normal consumer user.

      Secondly, there are no reboots needed when you install Office 2000+!

      Also, "the hardest part" that you speak of is almost impossible for normal users to do with anything but luck. The vast amount of multiple stuff for the same things are just so confusing.

      For example "development tools". Most normal users wouldn't install it. They don't plan to develop programs etc. But what happens when they download a .tar.gz program and want to install it? IT JUST DOESN'T WORK and the user would have no clue on how to fix it.

  198. Re:My experience sucked ass. by Blakey+Rat · · Score: 1

    Out of curiousity, what are they supposed to blame? The kernel itself? Are they supposed to blame their CD drive? Maybe the Internet did it?

    The problem isn't that the user tried a 'bad' distro and didn't have a good experience... the problem is that there isn't a SINGLE distro for Linux that is easy altogether.

  199. Re:My experience sucked ass. by theantix · · Score: 1

    It's too bad -- most modern distributions have nice user-friendly tools to set up file transfers between windows and linux. I'm using Fedora Core 2 and it's a snap to set the "workgroup", add users, and select a path to share. I'm sure Mandrake, SuSE, Xandros, and Linspire all have similar tools -- perhaps you were using an unfriendly distribution, or else your guru wasn't aware of the tools available to help you configure things.

    And a tip for you: a firewall isn't as important on Linux as it is on Windows. On linux you just want to make sure that only the network services (programs that run in the backgroup to communicate with other computers) are running, which again all the distributions I am aware of have a handy front-end to that.

    --
    501 Not Implemented
  200. Talking passed each other by Mr+Guy · · Score: 1

    Not really, you are both talking passed one another.

    The point you are missing that he's trying to make is that Linx is "ready for the desktop" in terms of ease of use for a working install.

    The point he's missing that you are trying to make is that you include GETTING to a working install and MAINTAINING a working install to be critical to your view of "ready for the desktop".

    It's an important distinction, because I really feel like Linux is in a very odd position where it works GREAT for "Aunt Millies" and PHB level users and GREAT for expert users, but the true middle class of users has trouble. If you don't know anything, the kind of person who uses a Dell with little or no additional software, Linux is free and great. If someone else properly configures it, like Dell would do for that Windows box, Linux runs like a champ and is very easy to use.

    It depends on your definition of "average user" and "ready for the desktop".

    A point the article was making was that the "average user" doesn't have to install WinXP, it comes ready. If you give the same peron a Linux box ready to use they have no more problems, possibly less.

    If they want to use:
    Office
    A browser
    Email

    Most of them would have absolutely no problem using Linux instead of Windows. In fact, I bet if you put an IE skin on Firefox and set up Crossover Office, and stuck a Windows bootimage over top of the start up stuff, you could convince a large number of them they WERE using Windows.

  201. I don't want Linux to be ready. by shadow_slicer · · Score: 1

    I don't see how GNU/Linux could possibly be both "ready for the desktop" and the kind of system I would want to use. I don't want something easy to use. I don't want something with shiny a fisher-price GUI and hardware deccelerated anti-aliasing. I want something fast and powerful. I want a system that stays out of my way, and does what I tell it to. There's no way this could even remotely resemble the system for Joe lUser's Desktop.

    While I agree that Linux-based apps and libraries need to standardize, I think we need to be cautious as to what standards we decide to use. By using standards we lose the flexibility that makes Linux systems so good today. Standard API's are relatively harmless, but other standardizations are more bothersome. Standardizing on the UI means that you have to get the GNOME and KDE people to agree on which order the buttons go -- but which way is right? Picking one over the other would alienate a lot of users, and there's no clear right or wrong. It's easy to think that standards will solve all our problems, but a lot harder to think of reasonable standards that work.

    1. X is not bloated. Have you run X, by itself, with no window manager to hamper it, or even with a "light" window manager? It flies. The only speed problem I've had with X was that when I'm dragging windows around, the other apps freeze (because X is single threaded). I'll admit X is hard to deal with, but in most modern distros it works right out of the box on most hardware, so you don't have to mess with it.

    2. Standardizing Window Management
    There already is a standard:http://freedesktop.org/Standards/wm-spec

    3. Almost all configuration changes can be made with a text editor. Click Click.

    4. What isn't there a GUI version of? I mean, you can't really do one for 'sh', 'less', 'more', and 'cd', and I think all the other ones have been covered.

    5. I personally am not waiting for the world to change. I will use what I want. If other people find Linux-based systems useful, more power to them. The only reason I might want more people to use Linux is for more hardware support, and since I consider that a pretty selfish reason, I don't think about it.
    Here you say 'OS' when you mean 'Desktop Environment'. Don't confuse the two. The 'Desktop Environment' should provide a basic interface. Without some amazing AI, any attempts to actively help the user would be clippy all over again. It's better for the 'Desktop Environment' to be a passive entity that the user manipulates.
    I'm not saying that you should know TCP/IP before using a web browser (you don't even need to know that to use lynx), so this is a strawman.
    Secondly, no one "expects" people to learn the CLI to organize their pictures and .swx files. There are a bazillion file manager utilities out there, and I'm sure they can click click all they want until they finish. If they really want to leverage the benefits of running a *nix environment and get it all done in a single 200 character long command, however, they're going to have to use the CLI. There's no way around that.
    I dare you to design a GUI with as much flexibility of the CLI:
    1. Automatically recognize new unfamiliar commands and their arguments, and integrate it into the GUI in a rational way.
    2. Support the combination of innumerable unspecified commands and their arguments to perform an unspecified task (this may require a new paradigm, because pipes don't make much sense in the GUI world...)
    3. Support basic programming constructs such as iteration and conditions, without alienating basic users.
    3. Be fast and small.
    Do all that and the Linux environment would become the most accessible system around, with all the power accessible to those without mad CLI skillz.

    Myself, I don't think it's possible, so I'd rather stick with my shell scripts and 7331 645H 5K1775, and avoid the bloated, slow GUI stuff.

  202. Aunt Millie hates drivers too but... by Mr+Guy · · Score: 1

    Windows still has no trouble demanding you dig out disks and install them and having few people complain. My particular device worked great on BOTH.

    With mine, a Sony DSC-S75, WinXP had a clear advantage: I plug it in and turn it on and up pops a "Whatcha wanna do". Perfect.

    On the flip side, Mandrake 10.0 and I don't even know what version of various usb modules I'm running because they were installed for me: I plug it in, turn it on, and it automatically mounts to /mnt/camera. No dialog boxes or anything, but it would "just work" if I knew it was there. A little advance user knowledge and I put a symbolic link to /mnt/camera in my home directory. Now my wife easy plugs it in, turns it on, and the files are just there. It's not perfect, but it's not bad.

  203. Nice read by evslin · · Score: 1

    This is all very interesting, and I'd love to run a similar test if I could get my hands on an "idiot user" as stated in the article for the amount of time it would take to load Linux and Windows just to watch them interact with the installers. But I'm going to call shenanigans on this line right here:

    Case made, close the book -- hold on a second. This is another fatal flaw regarding comparisons. With Windows, you get an OS, a browser, email client, notepad application, and little else. Other applications may be added by the OEM (there's that magic OEM again), but the user generally has to acquire many additional applications to get a complete system that does everything he wants. By contrast, with my version of SUSE 9.0, I got 5 CDs with every application that I needed -- no trips to the computer store necessary.

    Forget all the business about bottom lines and inferior closed-source products for a second. Microsoft spent years in court just for supplying a BROWSER with their operating system. What the hell kind of mess would they be in if they included alternative shells, office products, and other shit you see in some Linux distros?

    1. Re:Nice read by cranos · · Score: 1

      If they had included alternative software for any of those things from third parties they wouldn't have even got to court. They were accused and convicted of abusing monopoly power by intergrating IE into the OS to the detrement of anybody else.

      This is the whole point. One of the main reasons why I dislike MS is not because they are a big bad company, and aside from the nightmares I have having to support their software, its the fact that they have and will do again, abused their position to screw both the consumer and their competition in ways that are demonstrably illegal.

  204. Re:My experience sucked ass. by CodeRed · · Score: 1

    My words exactly :) I've used some form of Linux since 1996 and have settled into it 100% from 1998 on. I'm just shocked that most people lack the mental capacity to handle the transition. But I give props to those who tried and failed. I could have easily been the same way since it was an early Slackware (which came on a shareware cd I picked up at a computer show :). That was a lot harder to install than say.... RedHat or Mandrake or Debian.

    But I know Linux is ready for the desktop. IF IT COMES PRE-INSTALLED. I've installed it for my uncles and parents. They all use it exclusively now. And we share a laugh when there neighbors complain about the computer being down because of some virus.

    --

    --
    CodeRed, the lower user #. No relation to SirCam.
  205. I just look at the numbers. by khasim · · Score: 1

    The majority of desktops out there are supported by an IT department.

    "The point he's missing that you are trying to make is that you include GETTING to a working install and MAINTAINING a working install to be critical to your view of "ready for the desktop"."

    I haven't missed that. I've run Linux on Compaq EVO's, HP Vectra VL's and IBM laptops (all used at work).

    Everything on those worked AUTOMATICALLY. In a CORPORATE environment, getting a working install is very, Very, VERY easy.

    And maintaining Linux is easier than maintaining Windows.

    "It's an important distinction, because I really feel like Linux is in a very odd position where it works GREAT for "Aunt Millies" and PHB level users and GREAT for expert users, but the true middle class of users has trouble."

    Those are the users who are managing their own machines, right?

    The problem is how you define "average". Like I pointed out, the majority of machines are managed by IT departments. ...
    So the "average" person-in-the-street is not typing on the "average" computer.

    Which is what I tried to illustrate with my DeLorean analogy. Just because something isn't "average" (very few DeLoreans on the road compared to Ford Taurus') does NOT mean that it isn't as capable and as easy to use as the "average".

    "It depends on your definition of "average user" and "ready for the desktop"."

    !!!BINGO!!!

    "A point the article was making was that the "average user" doesn't have to install WinXP, it comes ready. If you give the same peron a Linux box ready to use they have no more problems, possibly less."

    !!!BINGO^2!!!

    In fact, 99%+ of the "reviews" I've read on Linux focus SOLELY on the installation. I believe that such is what the original author was refering to when he pointed out the problems with modems and wireless network cards.

    "Most of them would have absolutely no problem using Linux instead of Windows. In fact, I bet if you put an IE skin on Firefox and set up Crossover Office, and stuck a Windows bootimage over top of the start up stuff, you could convince a large number of them they WERE using Windows."

    !!!BINGO^2^2!!!

    And when that is possible, how can it be said that Linux is NOT ready for the desktop ("corporate desktop" and "aunt Minnie")?

    Thanks!

    I think the "problem" we keep having is that different people understand the following terms differently:

    "average PC"
    "desktop"
    "average user"
    "ready for the desktop"

  206. When will people understand? by Anonymous Coward · · Score: 0

    The things stopping linux from taking over aren't the above.

    The main reasons linux will never take over the desktop are:

    a) No major OEMs in their right minds will ship PCs with linux. (Dell, eMachines, being the two largest OEMs in the US) -- the average joe doesn't even know what linux is, he just wants his internet, email, p2p, and music.

    b) Windows Power users won't use linux on the desktop because most people don't see the point in editing configs for the simplest tasks, when a simple checkbox will do in windows.

    c) Corporations won't use linux on the desktop because it requires training and training requires money. Everyone and their mom has an MCSE certification, but not many people know linux. In addition, corporations and power users both tend to like standardization...which desktop environment do i use with X? KDE? GNOME? Something else?

    d) Then there is also driver updates. Adding things like a new driver are generally a headache in linux or applications, most of which you either have to compile, or have to download specific packages for your system. Where as, one installer generally works on any windows platform in windows. The same app i can install in windows 95/NT or windows XP/longhorn, it makes no difference.

    You can flame me and say i don't know what i'm talking about all you want...but the fact is, Microsoft is on top. Not Linux. If you were right and i was wrong, Linux would be on top. Plain and simple.

  207. Thank you! by msimm · · Score: 1
    Stop writing article after article about why Windows sucks and why Linux is better and start writing articles about what's wrong with Linux and how you can fix it, or just how you can improve it.
    Exactly. I've been using Linux for the past 5 years at home as my sole operating system. I love it and I am very comfortable with it. But we are kidding ourselves to say its ready for prime-time and god help those people who are unlucky enough to listen to the zealotry and install it themselves expecting it to be as point-and-clicky as Windows or OSX or whatever.

    This sort of fanboi-ism is about as unconstructive as it gets, at best we end up wasting our breath in a sad attempt to gloat in our self-satisfaction.

    But we really could be putting our energy somewhere else.
    --
    Quack, quack.
  208. Re:My experience sucked ass. by Krafty+Koder · · Score: 1

    "sometimes a drag and drop into firefox would toss a url, but the page wouldnt load? other time i would get an error, other times nothing would happen" hint: get a three button mouse. highlight a url with the left button pressed down. you can then paste using the middle mouse button.

  209. Re:My experience sucked ass. by rco3 · · Score: 1

    Honestly, I think many of the problems you experienced are due to paradigm shift. You've used Windows for a long time now, you expect (even subconsciously) that most things will work the same.

    As an example, the default browser thing. There isn't one. Several programs and/or desktop systems might have a place where you can set, e.g. the default browser for all KDE apps - but that doesn't do anything for GAIM. If you wish to argue that it OUGHT to work that way, I won't argue it with you.

    Drag 'n' drop works differently in different situations. Again, perhaps a flaw in the whole Gnome/KDE/Windowmaker/foo multiple desktop thing. Point is, there are many things which work differently. You may prefer the Windows way, believe that all of those choices made in Redmond are the correct ones; cool. However, you can't describe your issues as being "Linux is difficult"; only that "Linux doesn't work like Windows".

    Might I ask if your network guru was a Unix guy, or a windows guy?

    Good luck; fight the good fight.

    --

    Ce n'est pas un vrai mouvement de robot!
  210. 5 years out of date by Scott+Richter · · Score: 1
    I deal with below average computer users daily (far below what everyone else here seems to deal with). I get MS Office attachments that do not format correct in OpenOffice, I get to visit webpages that do not format correctly in Firefox (at least not without some discomfort)

    You must have a flavor of linux that doesn't deuglify the fonts for you. This was my experience before I fixed my fonts, now no problems with either program.

    Right and when you get new hardware, plug it in, and restart, what does XP do? Hey, holy shit user, you have new hardware, we need drivers! Oh wait, we have them right here, no recompiles or modules need to be loaded. It's a digital camera you say? Wow, would you like to open the files on the camera and work with Photoshop or some random preloaded Windows software or would you like to save them to a directory on your HD?

    You're damned lucky if that happened. Usually you need to actually install the software that comes with that camera, or you are relegated to the crappy XP program. Which isn't any better than the one that comes with Gnome, or whatever.

    This conclusion is bogus. Basically all hardware works just fine with Windows. It's not the same for Linux. Give me a break.

    As of when, the 2.0 kernel? Even slackware treated my sound card fine.

    (I don't have time to figure out why my network cards aren't working under 2.6.x - odd that I have been running Linux for 10 years and I can't seem to get my configuration to work w/o thinking).

    Yeah, that's odd. You using Caldera? I have to say, getting a computer on the network is the one place where Linux is so much more easy than XP it isn't funny. I have literally spent hours trying to get windows boxes to see each other on a network to no avail, and I've never had to trouble myself in Linux.

  211. Re:Bogus conclusions. This is the reason. by lcsjk · · Score: 1

    This is just the reason that it is not ready for the desktop. When people start realizing that you can't fix problems by putting a program fix solution of slashdot, then the desktop may start getting somewhere. The solutions HAVE to be built in so that the non-techie user does not have to learn how to enter code.

  212. Re:My experience sucked ass. by cyxxon · · Score: 1

    Well, that is just what we do. We are 4 sysadmins in one office, with 4 windows boxens (administering a Novell/WinXP network).

    If we want to share files, we do have some shared network drives, but they take up space on the server, and we sometimes have biig files...

    So, we also each have ~80 GB local ide drives... and a filezilla server, because it just is the easiest way to do it. Shared drives and stuff never really worked. But getting an ftp server (and for convenience we set them all up with the same users/pass combinations) on each box just works for some years now.

    Does not really show that Linux is better than Windows, but certainly that out-of-the-box or the-way-you-should-do-it solutions often don't work, but the simple ones with a little tinkering do. YMMV.

  213. Re:Bogus conclusions. Might makes right -a little by lcsjk · · Score: 1
    If 95 percent (or whatever) percent of the world use the "does not adhere to standards" IE and Linux comes along, adheres to standards, but pages do not display properly, then who does the general public think is wrong.

    We can bash MS all day, but the perception is that the new kid is doing it wrong. Perhaps the view menu should have an option of "adhere to standards" or "compatible with IE". Yeh, I know that gives bloated software, but sometimes you have to play the same game.

    "When in Rome, do as the Romans." still has a lot of meaning.

  214. Bogus Statements on my Part by SeanDuggan · · Score: 1

    Bleh. I know better than that IE was the first browser. I apologize for stating things in a manner that suggested otherwise. I had Firefox on my mind because I was trying to convert some friends to it recently after I'd already converted myself. And while Firefox is based on earlier Netscape browsers as far as I understand, I tend to see it as its own product. IE has had its chance to worm its way into peoples' minds. And, for better or worse, it proved itself as a browser for years. I liked Netscape Navigator, but IE worked better, at least for me. And, well, which one stuck around? Since Netscape kind of dropped out, Microsoft hasn't bothered updating IE, so it's been passed up by Firefox and Opera (and probably a dozen others I barely know) which I feel have become serious competitors. However, at the core of it, we're dealing with the fact that people are used to how IE works, wrong as it is. And I don't think we're going to have much luck converting them within existing formats.

    --
    This sig has absolutely no significance and serves only to take up screen space and waste the time of the reader.
  215. Re:Bogus conclusions Right on the mark. by slobert · · Score: 1

    What an excellent opinion to which I agree. I don't want to slam linux. I don't want to slam windows. I for one certainly can't wait for the day until there is an operating system which can compete with windows. With 7 machines in the house, 5 windows, 2 linux, we have a clue as to what's what. Time and again, it takes forever to get something up and running on Linux. Rarely does it take longer than 10 minutes on windows. Plenty of spyware filters, firewalls, and so I have to keep my patches updated. What the hey. Eventually, Linux will get the support from the hard/software manufacturers. Then hey, maybe we'll switch them all over... But not until then.

  216. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Xerp · · Score: 4, Insightful


    A large variety of useful applications are simply not available from Microsoft (so there goes windowsupdate).

    Windowsupdate will get me new software if I happen to *only ever* use Microsoft software. Even this its useless.

    This is what I had to do to get Microsoft Office for ONE computer:

    Telephone 4 different suppliers for quotes.
    Find out that there are loads of different versions.
    Have a meeting about which one we can afford
    Get Supplies to raise a purchase order
    Get the directors to sign off the spend
    Place the order
    Get told they don't have any in stock, and so go to the second supplier
    Re-do the purchase order
    Place the order
    Wait 4 days for the software to arrive
    Find that you need "administrator" access to load the software
    Schedule IT Support to come and install the software for me
    Reboot several times, meaning I have to stop all my other work
    Find that we also need to update the software as it is riddled with bugs
    Get IT Support in again to provide the software updates
    Reboot multiple times again
    (good, it works)

    Next topic: configuration
    My biggest complaint against Windows on the desktop is the extreme absurdity of some types of configuration. My Windows workstation is my work machine, and so it has to do things like run IIS with Perl.

    Well... Installing IIS turned out to be a real pain. Again we had to go through the whole procedure of getting IT in, finding the CD, rebooting, etc, etc.

    Configuring the thing was also hard. It requires Perl, but that doesn't come with Windows, so I had to go and get Active State Perl. Of course, I can't do anything as a user, so yet again I have to schedule IT to come and work on my PC.

    My point? Windows on the desktop is a freaking toy until a user can do everything they need to without having to get IT in and use Administrator privileges.

    This includes installing software, configuring the machine, and running applications.

    Incidentally, Windows crashes at least once a day, sometimes more. I've lost count of the number of times it has gone down because it has to be rebooted by IT.

    Linux crashes? Can't say I've noticed any. I checked the uptime on our DNS server and it was 253 days.

    And the Windows GUI is still freakishly slow, and everything is freakishly huge with hideous colours. I run at 1024x768 on Windows, 1600x1200 on Linux, and still the Linux desktop is more responsive, and everything is more intuitive.

    One last little whine: I have approximately 10% success rate with software that can allegedly be installed without Administrator privileges.

    More often than not there is no indication that some has gone wrong, it just doesn't work.

    And I'm really freakin sick of you Windows junkies telling me that Windows is so easy that anyone can use it.

  217. Not ready. by Anonymous Coward · · Score: 0

    So what if my mum uses Linux and puts the photo cd into the drive? If she's lucky the thing will show up on the desktop. Now she want's to start the program which comes on every photo cd to present here all the photos. It does not run on Linux. Not ready.
    What if she buys e.g. an iRiver. She plugs it into the computer and Linux does nothing. There are no drivers. No Musikmanager. Not ready.
    Remember: You guys can solve those problems the normal guy who has problems to use windows will not be able to. Stop talking about this desktop ready nonsens! It's not about Office and Internet! It's about going into the shop and get support. If every hardware and software company brings us drivers and software for Linux then we can talk again. And that will not happen. I don't think that's great but that's it. The Mac is 1000 times more desktop ready the Linux and has the same problem. The companies do not have to make drivers for 10% market share and they will not. It's all about money and Windows comes with the computer or you neighbour got a copy of it. You all know it, stop talking. Start working for those companies and maybe in 10 years Linux is an alternative.

  218. Re:Bogus conclusions. This is the reason. by justMichael · · Score: 1
    This is just the reason that it is not ready for the desktop. When people start realizing that you can't fix problems by putting a program fix solution of slashdot, then the desktop may start getting somewhere. The solutions HAVE to be built in so that the non-techie user does not have to learn how to enter code.
    I think we are misunderstanding each other, either I'm not getting what you are trying to say or you didn't get what I was saying.

    Setting a margin = 0 for form elements is something that should be done by the person writing markup for the page, not the end user, although with custom style sheets you could do this your self.

    The original poster was complaining about gecko adding white space around form elements and wanted to know if there was a fix ;)
  219. Re:Bogus conclusions. Might makes right -a little by krunk7 · · Score: 2, Insightful

    Sorry, this is an erroneous claim. Microsoft is known for purposefully breaking compatability with standards to foster just such appearances. If the mozilla team went out of there way to "comply with IE", than the next patch would simply change the rules. Case in point: MSN displaying a different, purposely broken page if a non IE browser was detected. . .remember that one?

  220. Re:My experience sucked ass. by StarTux · · Score: 1

    1. Wait awhile longer, until distro's start saying that the command line is dead :). Actually you can get a lot done without having to use it anymore, I expect this trend to continue.

    2. Different distro's use different tools and layouts, may I suggest trying the SuSE 9.1 Live CD? That way you don't have to re-install everying and get a feel for it. Think of it as a demo :).

    3. Why did the LAN take so long to fix up? Takes me seconds to type in the relevant info.

  221. The $500 way to install Windows XP by tepples · · Score: 1

    Now, if I wanted to install XP, first I have to be paranoid about hosing my Linux partition.

    If you wanted to install Windows XP, you could pay the OEM to install it on a new cheap second computer and make sure it Just Works(tm) before shipping the computer to your doorstep. The point of the article is that the big name OEMs offer to do this only for Windows and not for GNU/Linux.

    1. Re:The $500 way to install Windows XP by swv3752 · · Score: 1

      Bullpucky. HP just announced some Linux notebook offerings.

      --
      Just a Tuna in the Sea of Life
  222. Re:My experience sucked ass. by bludstone · · Score: 1

    I understand the lack of default browser, but I couldnt figure out how to get xirc links to load w/ firefox instead of mozilla.

    Drag and drop worked differently for every application i used. Sometimes it would simply put a file location/url into the toolbar, other times it would play/run the file. This needs to be consistent.

    Gaim is actually one of the programs I have few problems with. I plan on using it, and xirc, and firefox, when i move back to w2k... heck, i was before i tried out linux.

    Actually, one of the most annoying problems for me was my non-willingness to learn unix. Other then very simple navigational commands, I dont know much of it. Frankly, returning to the days of command lines scares the crap out of me. I just dont have the time or patience to deal with it anymore. (26, job, home, business, laziness and other such excuses. yay.)

    I Wish I had mod points, so I could mod you insightful.

    Oh, and for the record, my guy does both unix, linux and windows networking for the local public schools.

    --

    no .sig
  223. Re:My experience sucked ass. by Anonymous Coward · · Score: 0

    You're still missing something. The dude you're talking to wants to set up a static IP manually, on the client... ie, not use dhcp.

  224. *Nudge Nudge* by ryg0r · · Score: 0
    Wake me up when Windows gets multiple desktops

    Try Powertools for Windows XP

    3rd from the bottom: Virtual Desktop Manager:
    Manage up to four desktops from the Windows taskbar with this PowerToy.

    --
    Karma whoring .sigs don't work
  225. Re:My experience sucked ass. by BollocksToThis · · Score: 1

    I also recognize that w2k is a pretty good OS. [...] XP blows.

    Man, am I ever sick of seeing this. It is not possible to think that 2k is great while XP is crap. They're the SAME fucking THING.

    Every time I ask someone to back up this claim, they disappear, poof, like magic, or whinge about something that could be changed forever in one operation,
    like the Fisher Price interface.

    So come on, be a man and back up your assertion. Why does XP blow?

    As for the rest, well, I agree with you - linux is quirky and hard to get used to after a lifetime of Microsoft OS's. It's not bad, in fact once you've learnt more about it you'll wonder how you ever did without it, but it does need a "gearshift" in your brain, not to mention a whole heap of learning. Everyone says Windows is easy and intuitive, but they're selectively forgetting the many years they've put into learning the quirks and behaviours of the systems.

    I recommend installing a bare Debian system and tinkering/apt-getting your way to the functionality you want. It's sometimes frustrating trying to find the right info, but it gets you used to the system without needing to jump right in at the "configure; make" end (although some might argue that you would learn more that way...).

    The LAST thing I would ever recommend is that someone start with a "fully functional" GUI distro - you don't learn anything about how the system works that way, because the GUIs are all set up to be like Windows, but the innards are nothing like it. Eventually the mental model you build from the GUI and the model actually used by the system have diverged so much, you get confused (and angry) because the nothing works like you wanted.

    --
    This sig is part of your complete breakfast.
  226. Linux v. Windows Apps by einhverfr · · Score: 1

    First, most of this argument is moot given the availability of Win4Lin and Crossover Office.

    However, it seems that there is a complaint regarding which applications are better. Here is my $0.02 worth.

    Mozilla v. IE.

    Mozilla is far more secure, provides better features, is more standards complient, and renders web pages over a dial-up connection faster than IE. However, due to its innovative architecture (XML UI's with Javascript for scripting), it tends to be a little large, and sometimes feel unresponsive when compared to IE. In general though, I tend to prefer Mozilla to IE and most of my customers of various technical aptitude levels do as well. There are a few who need IE-only web sites, and that is understandable for now.

    MS Office vs. OpenOffice 1.1.

    MS Office has a slight lead here. However, most businesses can get along just fine with OpenOffice and Linux. Very occasionally there is a document which was done as a Word Document with TONS of OLE when it would have been much nicer as a PDF. These don't work on Linux because Linux doesn't support Microsoft's OLE. Oh well.

    However, reviewing the roadmap for the next version of OpenOffice (codename Q) and MS office, I think they will be neck in neck at that point.

    Application not covered: Gnumeric vs. Excel.

    Gnumeric does not support pivot tables, but is generally the most advanced spreadsheet I have seen. In general, it is probably more advanced than Excel.

    Quicken and MS Money vs GnuCash:

    In general this is the most common complaint that I hear-- a lack of decent personal finance software available on Linux. Fair complaint. Of course, not that many people use this sort of software at the moment, and I hear the same complaints directed at MS Money and Quicken, but the general concensus is that GnuCash is not as useable as these other products. Is it good enough? Are these complaints mere culture shock? I don't know. I keep track of my business books using SQL-Ledger which I like a lot, and my wife manages the personal finances. She does it by hand and without a computer program.

    App Not Mentioned: SQL-Ledger vs. Quickbooks

    These business accounting packages have nearly the same functionality. So far, I like SQL-Ledger far better than MS Money Small Business Edition, and it is more flexible than Quickbooks. Its major drawback at the moment is the lack of a payroll module.

    App Not Mentioned: Outlook vs Evolution
    Evolution is better in general.

    App not mentioned: Outlook vs. Mozilla with calendar

    Outlook provides better integration, but the Mozilla Calendar UI is really nice. We need an integrated client there though.

    Games Availability: Valid point. Not many commercial games are available for Linux. Yet. However, there are endless games such as Tuxracer, etc. and a number of commercial ones such as Rune. Transgaming's WineX supports a wide range of games.

    --

    LedgerSMB: Open source Accounting/ERP
  227. Ah well.... by Duckx · · Score: 1

    As usual, the matter revolves around browser/office/mailer/joeuseraverageapps. Think the world as a whole revolves around that? Think again. Different users, different needs.

    "The GIMP - Never used, nor now do I need Photoshop."

    Well, sorry to burst yer bublle, but i do. And so do do hundreds of graphic related professionals.

    And sorry, but GIMP doesnt cut it. I know, i use GIMP for other stuff. Photoshop isnt king of the hill on hype, its on merit.

    And Video work??? Cinelerra might do it in the long run, but its gona take a few more revs.

    3D work? Hmmm, there are a few apps... But dont mention POV plz... Blender maybe...

    Just because gfx pros arent "your average joe user" doesnt mean we dont work for a living. And we need the apps to get work done. Get Photoshop for Linux and you MIGHT convert a few.

    And hardware support??? Usually it takes ages for Linux to get drivers for the new whizzbang scanner i bought (and paid good bucks) to increase quality. Heck, SANE doesnt even have proper support for my 6/7 year old former scanner nevermind the new one.

    So, dig your collective heads out of the sand. As far as gfx users go, Linux stands to Windows more or less as Win3.0 stood to MacOS once. Nice OS, no apps, no drivers.

    Btw, this post is being written in Firefox, running on an XP box, and before it hits the net, it will go through a Slack10 box that serves as Router/Webserver and wich i rigged up myself (as i did all my boxes). I work as part-time tech support and part-time gfx artist.

    I dont really care wich OS i use as long as it has the apps i need. I dont care about how good an OS is if it DOESNT have the apps i need.

    Users arent usually OSCentric, they are APPCentric. Unless they are zealots, either *nix or *indows veriety.

  228. Re:My experience sucked ass. by TeachingMachines · · Score: 1

    Same experience here... It was a matter of finding the right distribution, which I happen to think is Debian. Now I use it daily. I must have installed it 20 times before I got it right. I finally learned to use jigdo to download sarge (i.e., testing), burn the iso, and then NOT to hit return at the boot prompt. Instead, type "linux26" to get the 2.6 kernel. It handles hardware detection immaculately. Now, its comical how easy everything is.

    A few points with Debian:

    Be very selective about what packages you install. Use dselect with caution, updating required packages only and then carefully examining the individual packages.

    Search for existing packages with the following command:

    apt-cache search [package-name or keyword]

    A nice list will result. You can direct the output to a file as follows:

    apt-cache search [package-name or keyword] > file.txt

    Then search the file for interesting packages.

    Use foomatic and cups for printing (search for appropriate packages).

    To play around with your desktop settings, use the following:

    dpkg-reconfigure xserver-xfree86

    Be careful, though, to remember what your settings are before changing them. Biggest performance boosts come from changing from the Vesa driver to the one that matches your card (e.g., Savage, Nvidia).

    Configure your console to your liking. Suggest changing the font to Courier 12pt or higher, with a black background and white text. Save your settings as the default.

    To change your paths, edit the file .bashrc, and add a line such as:
    export PATH="/usr/bin/ActiveTcl/bin/:$PATH"
    In the above example, ActiveState's wish8.4 and tclsh8.4 will be automatically found on the command line.

    --

    The Death Penalty: Killing people to show others that killing people is wrong.
  229. Re:My experience sucked ass. by bludstone · · Score: 1

    because it wont run on my c400.

    --

    no .sig
  230. MOD PARENT UP by r6144 · · Score: 1

    I agree. Most people who can type have no intrinisic problems with the command line (especially if you print the commands out using a fixed-width font so that they don't drop a space here or there). In my opinion the biggest problem is GUI tools that seem to work but doesn't sometimes, while corresponding CLI tools (which these GUI tools usually build upon, such as ifconfig) are often much more mature and reliable, and gives meaningful error messages.

    1. Re:MOD PARENT UP by Brandybuck · · Score: 1

      Is it me, or have PHBs and their secretaries gotten dumber in direct proportion to the amount of GUI-ness on their workstations? I remember when those people used 123 and WP51 under DOS with ease. Heck I remember when CPM was king of the desktop (back when "desktop" meant a computer that could fit on top of your desk). How come the same people who used to have no problem juggling autoexec.bat to squeeze out another 4k of RAM, now freak when confronted with "apt-get", "emerge" or "make install"?

      Of course, I know the answer, and so do you. It's the same answer that explains why typing "ipconfig" in Windows is perceived to be several magnitudes of ease friendlier than typing "ifconfig" in Linux...

      --
      Don't blame me, I didn't vote for either of them!
  231. That wasn't the point by beakburke · · Score: 2, Insightful

    The author is not trying to minimize your needs, he's evaluating from the only point of view he has, his own. It's not POSSIBLE to present a full picture given the astronomical number of things and programs that different people use. Every user is different and there will be no single moment when linux suddenly becomes "ready for the desktop". It will happen at different times for different users. It's never going to be "just like windows", there will be some differences (just look how windows has changed) simply because it IS different. The question is will the user be able to adjust and do their stuff and will it be worth the switching costs?

    --
    ----- Question authority, but not ours. Hate the man, but we're not him.
  232. Re:My experience sucked ass. by ticktockticktock · · Score: 1

    I guess you guys aren't using SuSE. Setting up networking and file sharing to windows in SuSE is braindead easy with its wizards in YaST. All I need to do to share files and printers is YaST -> Network Services -> Samba Server. It then installs samba, then brings up the wizard for configuring its settings. I then choose "Enable Samba Server" and tell it what type of sharing I want to do and my computer's domain or workgroup to be then hit "Next." It then has two checkboxes. One says to "Share Homes" which shares home directories, the other says to "Share Printers" which shares any printer you setup. If all I wanted to do is share my user's homedirs and my printer(s), I just hit "finish" Allowing a user to login to their homedir share does still require the command line to run "smbpasswd" and add the user and set their password in samba's user/password database.

    For me, connecting to my own LAN just worked out of the box in SuSE on its first boot in its Network Device Configuration wizard.

  233. I dig Linux, but you are correct. by LazloToth · · Score: 1


    I've been a Linux desktop guy for almost 10 years, and I've worked my way through a few different distributions. While I'm willing to do what it takes to get up and running, I do not for one second think even two percent of Windows users could be bothered to work out the kinks - - even assuming they had a clue as to how to go about it. I'll give you one example related to SuSE 9.1: the SNAFU that is the new "subfs" mounting system. It just doesn't work, so the user has no clue how to mount a floppy disk, cdrom, etc. If you go to the SuSE knowledge base, you can eventually find your way to an entry concerning /etc/fstab wizardry. As long as highly rated Linux distros ship with such oversights (or idiocy, if you like), Linux as a mainstream desktop hasn't a chance. Do we even need to talk about the state of media players in Linux? The road ahead is long, and the prospects for widespread adoption in developed countries are dim at best.

    --


    It's only funny until someone gets hurt. Then, it's hilarious.
  234. Have you ever installed windows? by bluGill · · Score: 1

    Have you ever installed windows yourself instead of using the preinstalled version? I has a machine at work with a "designed for windows 2000" sticker on it. No harddrive or RAM, but I found some that would fit from other machines. Grabbed my MSDN win2000 CD and went at it. Well I got windows installed. No network, and 640x480 display. I had to pry the heatsink off the northbridge to find the correct numbers, which then a google search found drivers.

    Could your grandma do that? Mine can't either, so I guess our grandma's cannot install windows either!

    Contrast that with linux. I bought a wifi card, and got a message to the effect of: linux as detected a foo card, which is known not to work well, try visiting this website for help. In other words linux was smart enough to know something didn't work!

  235. News Flash- They're NOT Myths by Lewis+Daggart · · Score: 1

    Seriously, Linux may have friendier installs in comparison to older Linux.. but compared to Windows which one is harder to install? Linux may be easier to use now than older Linux.. but easier to use than windows? Nope, sorry. Is it better? Security wise, stability wise, and over all quality wise, I'd say yes. But the ease of use hasn't reached Windows, and possibly never will if only because the Linux folk seem to hate the idea of 'dumbing it down'. Thats all fine and good, but don't refuse to dumb it down on one hand.. then claim perfect ease of use on the other. The argument goes basically, "I tried to install Linux and . Therefore Linux is hard and not ready." * My modem was not detected * Wi-Fi networking was not configured * There was no hardware acceleration with the generic onboard $9 video chipset * I could not understand how to partition a drive All of these are valid concerns, and often frustrating, but they fail to make the case against desktop Linux, because they fail to compare apples to apples. When you buy a new PC, Windows comes pre-installed on it. You don't have to go through the process that Linux requires. The hardware manufacturer already rejected modem X, figured out that Wi-Fi adapter Y is the one to include with the computer, etc. The OEM did all the hard work for you. Even when you give a user the Windows XP CD to install, he is already ahead of the game in that he knows the OEM already configured the hardware to work with XP. I build computers as a hobby. I'm not very good at it. However, when installing windows XP, I have NO problems. None. With Linux, I do. Ease of use problem. The next part compares instaling Mandrake with installing Windows 2000 Pro. He even said he should have used XP, but didn't have a copy. By his own admission, it's invalad for the purpose of "is Linux harder than Windows". I'm not saying you cant run a Linux instal without a hitch. But between Windows and Linux, Linux is far more likely to not detect your hardware. I DO agree that its a myth that theres any kind of lack of software for Linux. I find that after the instal, I typically have just about everything I'll ever need.

  236. Re:My experience sucked ass. by Anonymous Coward · · Score: 0

    If win2k will, so will XP. That's not a reason.

  237. As a gamer... by Anhaedra · · Score: 0

    As a gamer I fail to see any advantages Linux has over Windows.

    --
    Please flee in terror in an orderly manner.
  238. Windows crashes versus Linux crashes by SpectralOne · · Score: 1

    I run XP mostly and I have never seen a BSOD on my box since the install 11 months ago. Not one single crash. The machine has run for several months at a time without a reboot. The answer? Have you ever installed a non-WHQL driver (ie. non-MS certified) on your system? If you answer yes, then you crashes are very likely due to your video driver or some other 3rd party vendor who refuses to certify because their drivers aren't solid enough to pass. If you ever see the "this isn't certified" warning message when you install a device, then your stability is AT RISK from that point forward. In 90% of the PCs that crash, this is the problem. I chuckle when people say "But I got the latest driver from ATI!". The LATEST drivers are nearly NEVER certified, and some never do (and from my experience ATI and Nvidia both have issues). Only use the "latest" drivers that come off of WindowsUpdate, or have been certified and come from the manufacturer. This does mean that some devices just should not be installed until they certify, but Joe User will ignore the warning and do it anyway, and then bitch for a year about how his system is unstable. Education is important. Don't be a noob and install junk on your system, it will destabilize it!

    1. Re:Windows crashes versus Linux crashes by phek · · Score: 1

      So whats the alternative when you buy a new ATI card? to run it using windows default VGA driver which is capabale of something like max resolution of 640x480 and a color depth of 256 colors? Damn I dont see why people haven't been using this argument all along...

    2. Re:Windows crashes versus Linux crashes by dtfinch · · Score: 1

      My WHQL certified cable modem driver, installed by my ISP, gave me about a blue screen a day on Windows XP. Since switching from usb to ethernet, eliminating the need for a driver, I had been totally crash free for probably a year, until a certified ethernet driver provided by windows update forced me to use system restore for the first time ever. My video drivers work much better than my certified ones.

      I don't know how they test the drivers for certification, but so far I can't tell the difference. My current theory is Microsoft doesn't test them at all, but just sells certificates, and assumes nobody would ever pay to certify unstable drivers.

    3. Re:Windows crashes versus Linux crashes by SpectralOne · · Score: 1

      There are certain versions of the drivers that are cert, including for most, if not all, of the ATI. You're obviously out of the loop on video cards, there is no need to run 640x480.

  239. Re:My experience sucked ass. by sjoel · · Score: 1

    You will not find a more willing computer user then me. Im serious. I WANT TO USE LINUX. But it just _sucks_ usability-wise compared to windows 2000.

    If that were true, you would be spending time finding answers to your linux questions, instead of whining about it on slashdot. Linux DOES NOT suck. Your attention span does.

  240. Re:Bogus conclusions. Might makes right -a little by Anonymous Coward · · Score: 0

    MS is the defacto standard. It is like driving on the left or driving on the right. It doesn't matter where your car was made. Visit the USVI and see.

  241. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    Linux crashes? Can't say I've noticed any. I checked the uptime on our DNS server and it was 253 days.

    So you are going to tell me that you can compare uptime on a box that you use as your desktop, install zillions of apps, with a box that stand somewhere and receive DNS queries for all activity.

    Well, interesting objectivity. If I start my webserver and let my Win2k box in the shadow, my uptime could potentially be infinite. Same as for Linux.

    Let's try to compare comparable things over here, will we?

  242. Linux Desktop “Myths”? by Pan+T.+Hose · · Score: 1

    I am already sick of all of those so called Linux Desktop "Myths." Here I am, sitting in front of my Linux desktop. Does it make me some king of a mythical hero or what? (Oooh, I want to be just like Achilles! And get all of those chicks to! Not, that I don't-- ah, never mind.)

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  243. how do you upgrade windows by Anonymous Coward · · Score: 0

    I just upgraded my fedora core1 machine to core2 using yum - had one line I had to comment out of the XF86Config file and that was it - and that was just spitting out a message everything still worked and I didn't have to touch a cd.

    try doing that with windows -

    I wish I had the time to play all the games that supposedly work on windows only - I don't have a windows machine and never will go back - Billy got my last dime from me buying windows 95.

    Linux answers all my needs and I just forget about and get my work done -

  244. Re:My experience sucked ass. by waterwheel · · Score: 1

    Huh? As far as I'm concerned, these days Linux IS Windows. I'm happily running Mandrake 10. Great GUI. Installed in a flash. Picked up all my hardware no probs - network card, sound system, monitor, printer etc. And it takes a good while to boot now too. And between urpmi, the occassional program that seems to autoinstall, and reading minimal README's, even an idjit such as I seem to be able to get by. As for openoffice not handline MS office docs, that's technically true, but not functionally true. I ran opensource programs on Windows to acclimatize myself before switching completely to linux and had (and continue to have) absolutely 0 problems. For 95% of office users,opens source programs available under linux perform indistinguishably from and are compatable with the MS world. I've been running linux as my business computer for about a year now and I have had zero problems interfacing with my customers. Of the few incompatibilities that exist, most are nothing that a normal office user would ever see. Besides, there are still plenty of people using Wordperfect (with the same compatibility probs) without any big problem.

  245. I know I'm asking for it, but... by blackholepcs · · Score: 1

    Just because a distro comes "with 5 discs, loaded with every app I ever needed" doesn't mean those apps are quality/useful/feature rich/etc. I mean, c'mon. That's like saying PC Chips motherboards are better than Asus if the PC Chips motherboard comes with Betrayal At Krondor on floppy and AOL 3.0 and the Asus doesn't. Not to knock distros or tout Windows, but that was really not a good way to compare. Yes, Windows DOESN'T come with as many apps, but maybe the people at Windows don't want to waste time throwing a bunch of crappy apps into their OS just to say they did, not to mention they don't need to do that to sell their OS. Don't get me wrong, not saying one is better than the other, just pointing out that extra apps do not a better OS make. The OS is what makes a good OS, not the add-ons. (/begin slashdotters posting jokes about Windows being the crappy app) Anyway, just my two cents. BTW, this IS America (where I'm typing this) and I AM entitled to voice my opinion WITHOUT ridicule. So flame on, retort it up, touche to all.

    --
    Halitosis - (n.) Halle Berry's Camel Toe.
  246. Ridiculous advice! by Anonymous Coward · · Score: 0

    The most recent WHQL signed driver for my video card won't work at all on many of my games. And these are OLD games, not cutting edge ones. To fix it, I had to upgrade to a newer, unsigned driver.

    Every time I run Windows Update it suggests installing the buggy driver. Thanks, but no.

  247. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  248. Re:Why linux^H^H^H^H^H Windows isn't ready..... by phek · · Score: 2, Insightful

    my linux workstation has a 27 day uptime right now, and its only that low because I've had so many power outages lately. If it wasn't for the power going out the last time i needed to reboot was lets see I believe it was about 6 months when I felt like upgrading my kernel.

    Besides since when is just accessing DNS queries a simple process? depending on what kind of dns server your running, it's got to load all the domains into memory, reload them when they've been updated, write logs to disk which can be very frequent, I'm getting around 2,000 requests per minutes on one of my DNS servers, plus handle all of those connections (well I guess they aren't usually connections since most dns is done via udp). Sure the load could be a LOT worse, but hey, I used to have a windows 2K server that pretty much just sat there, no one would ever connect to it, and it would usually hang about every 100 days.

  249. What specs? by tepples · · Score: 1

    Isn't it just a case of publishing the specs

    It's a matter of trying to politely bitch in the manufacturer's general direction, often for years, until the manufacturer agrees to publish such specs.

  250. Sworn enemies of free software by tepples · · Score: 1

    ESPN.com is made as a joint venture of Disney and Microsoft, both sworn enemies of Free works of authorship. It figures that ESPN.com developers would most likely not frequently test their code on a Free web browser, leading to artifacts as you describe.

    1. Re:Sworn enemies of free software by Kiryat+Malachi · · Score: 1

      Nonetheless, it annoys the fuck out of me that I have to highlight the text of the chat to read it. Whatever you may think of their parent companies, some of their sports journalism is good, and I do like to read it with minimal extra effort.

      And again - Firefox is the one that fails to render it. This may be because the site is at fault, but really, no one except web geeks cares - everyone else just wants it to look right.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  251. Re:Bogus conclusions. This is the reason. by lcsjk · · Score: 1
    If you had written "Set the margin to 0." I would have looked for a format menu and then for a margin menu.
    Instead your instruction was in the form of a simple line of code which most people would not be able to do because they are not fimiliar with computer languages of any kind.

    and that is the point I was making. Many slashdotters knew exactly what you said. 99.9 percent of the overall population of computer users would have no idea about inserting a command somewhere. Linux has to have a desktop that is intuitively written and not too different from the Windows menu system.

  252. Re:My experience sucked ass. by Eminor · · Score: 1

    By far, the easiest part was actually getting it to install. Mandrake has a fantastic install, and i commend them on that.

    Installing Mandrake was your first mistake.

  253. Its no myth by syousef · · Score: 1

    I know how I'll be modded for this one but its no myth. Linux is simply not ready for the desktop of grandmother Jones and Peggy the office girl just yet. (Mind you I'd argue XP is barely ready for the desktop either, since its buggy and configuration isn't obvious to a non-techy user. But honestly how many config files do you have to hand edit under Linux still, compared to none for windows).

    Instead of spending time "dispelling myths", how about spending the time improving and unifying Linux admin? How about improving open office etc. The framework's there but if Linux was a cake for serving to end users it'd still be mushy on the inside. Give them the OS in this state, and insist its ready, and see how many end users you put off ever trying it again. Do that with enough CEOs (some of whom still do everything with paper!!!) and you'll sink our best hope for open source.

    A photographer only displays their best work. How about Linux developers and users only display theirs? Only then will they move on from being treated like hobbyists and start getting the respect reserved for professionals who are taken seriously.

    --
    These posts express my own personal views, not those of my employer
    1. Re:Its no myth by dowobeha · · Score: 1
      But honestly how many config files do you have to hand edit under Linux still, compared to none for windows).

      Ummm... if you pick a good distro, none.

      --
      I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen
    2. Re:Its no myth by syousef · · Score: 1

      But honestly how many config files do you have to hand edit under Linux still, compared to none for windows).

      Ummm... if you pick a good distro, none.

      I've used Redhat, and Slackware most. I've played with others. What do you call a good distro? In any case you can't be arguing that its as easy as Windows. You can stumble your way to almost any config in Windows from the menus and control panel. Occassionally you may need to hand edit the registry but most users don't.

      --
      These posts express my own personal views, not those of my employer
    3. Re:Its no myth by dowobeha · · Score: 1
      >>But honestly how many config files do you have to hand edit under Linux still, compared to none for windows).

      >Ummm... if you pick a good distro, none.

      I've used Redhat, and Slackware most. I've played with others. What do you call a good distro?

      Mandrake. Currently I use Mandrake 10.0. I have also used SuSE, and I consider it to be the second best distro in terms of usability. I've recently used Red Hat 9, and while it's not a bad distro, it's nowhere near as polished as Mandrake or SuSE in terms of ease of use.

      In any case you can't be arguing that its as easy as Windows.

      I can and I am. In Mandrake, nearly everything just works - no manual configuration required. In Mandrake 10.0 this includes my USB scanner/printer, USB digital camera, dhcp ethernet, and USB Palm Pilot - all worked without any manual configuration.

      About the only thing I've had to do that required the command line was installing Java, Flash, and Acrobat Reader. And most of the time I use KGhostView, so Acrobat Reader isn't essential.

      If you use Slackware or LFS, you will have lots of manual configuration required. If you use Red Hat, you might have some manual configuration. If you use Mandrake, you'll do virtually no manual configuration.

      --
      I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen
  254. Even HP can't get Linux drivers right by tepples · · Score: 1

    The HP Linux notebooks do not have a DVD burner or a wireless LAN card, unlike their Windows counterparts.

  255. Re:My experience sucked ass. by Eminor · · Score: 1

    But to me, it was a learning phase. I have never used Red Hat ever again. I've moved from Mandrake to SuSE to Mandrake to at long last Gentoo now.

    I had a similar experience. I Tried Mandrake then Red Hat. I couldn't get everything to work on those (later I would learn that their configs are all fsck up).

    Then I (dangerously, as a newbie) tried slackware on an old 386 just for kicks. I had the machine on side, so I could screw with it when ever I wanted. I actually got things to work nicely and learned a bit about the Linux system as I was hacking around with it.

    Then I tried a newer version of Mandrake with a bit more success, but it was very painful to install software packages. After a year or so, I hit enlightenment after installing Debian. It was beautiful. Things just worked (there were A couple of minor things that I couldn't get to work). Then I went all hardcore and installed FreeBSD (I still have that box, makes a great file server). Finally, I sit here with gentoo. Gentoo is great, I have gotten things I have never seen before working in Linux to work. (The install procedure is not for the faint of heart).

    It's been my experience with distros, that ease of install is inversely perportional to ease of maintainance (prove me wrong).

    I was thinking, it would be nice if someone (I may do this one day yet) made a distro based off of Debian or Gentoo that had a really easy install (very few questions) that would convert a windows machine to a Linux machine.

    A software installation manager with a nice GUI could easily be made on top of aptitude or emerge.

    I would like to add that a lot of the people hear who say bad things about Linux aren't doing anything about it. That's what is so great about open source, you can do something about it. Seems to me these people are just the sort of people to go with the status quo.

  256. My New Car by Brandybuck · · Score: 1

    Just last week I purchased a new automobile. I used to drive a '96 Plymouth Neon. I now have a '04 Honda Civic. This gave me a first hand immediate look at user interfaces. It has been common but erroneous knowledge that automobiles have standardized user interfaces. But experience suggests otherwise.

    This morning I went to fill up the gas tank for the very first time, and immediately made the mistake of pulling up to the pump on the wrong side. I now have to get used to a gas inlet on the left side of the car. That's just user inteface difference number one.

    The automatic shift has "P R N D D3 D2" instead of "P R N D 2 1". Radio/clock controls are completely different. I've got a CD player instead of tape player. Windshield wipers are just barely different enough to enusre a low level of confusion. I have to use a key to unlock the back seats for trunk access. I could go on and on and on. Oh, here's the biggie: handling and suspension and different.

    But the main point is that I got used to it. So does everyone. Some people will stick with one brand of automobile for a lifetime, but it won't be because they're afraid of learning a new interface.

    Perhaps it's not necessary to make Linux an exact clone of Windows before people will start using it. Perhaps, just perhaps, people are using it already!

    --
    Don't blame me, I didn't vote for either of them!
  257. Windows requires knowlege too by dbIII · · Score: 1
    Linux will never be ready for computer users like Windows is ready for them.
    It is difficult to get linux to state where users that have been trained in the use of Microsoft windows can use it seamlessless and effectively - simply due to the differences and different options.

    MS Windows is not a fanasticly easy thing to use for a complete newbie either - the fact that there is less to know about is overriden by inconsistancies and bits of nastiness like the registry. I don't know how many computer support columns give the advice to reformat and reinstall with a wide variety of problems - a complete cop out becaue the solution is not trivial. A lot of people think that windows is simple becaue they buy a box that is already set up for them.

    Linux will be ready for the desktop when it is as easy to install, run, and care for as carelessly as Windows users demand.
    Knoppix certainly seems to be very usable by people that have never seen linux before, and fedora is easier to install than any windows install I have done.
    Basically all hardware works just fine with Windows.
    If only it were so. I've lost count of the hardware that I've seen ditched because there is no driver for a newer version of windows and the old driver won't work with the new version. I'm not talking about network cards, but printers, slide scanners, autofeed network scanners and other expensive pieces of gear obsoleted very early in their life because MS Windows is not MS Windows compatible.
    General users do not want to deal with anything
    which keeps a lot of people employed keeping their machines running.

    DOS was ready for the desktop - linux certainly is and has been there in a lot of places for a while.

    That's why Windows will continue to reign supreme, at least for now.
    Windows is a cheap usable OS that runs on cheap flexable hardware - something they've always had over apple and all the server operating systems. Most users would never care, and shouldn't really, if it was another OS under their MS Office applications. It's really the applications that are important.
  258. ipconfig vs. ifconfig: Drivers by tepples · · Score: 1

    It's the same answer that explains why typing "ipconfig" in Windows is perceived to be several magnitudes of ease friendlier than typing "ifconfig" in Linux...

    The difference is that ipconfig shows that you have a Wi-Fi card, while ifconfig doesn't show that interface at all because Linux doesn't have the driver. No, I can't control what parents buy me for my birthday, for Jesus Christ's birthday, or for back to school.

    1. Re:ipconfig vs. ifconfig: Drivers by Brandybuck · · Score: 1

      Then level your complaint at the wifi manufacturer. I realize it's a pain in the butt, but you must understand that open source developers do not have the option of coercing drivers out of manufacturers.

      --
      Don't blame me, I didn't vote for either of them!
  259. Why ignore the obvious? by Anonymous Coward · · Score: 0

    The Linux kernel will never compete with Windows in my eyes for 2 reasons.
    1. lack of HAL.
    2. lack of integrated GUI.

    Linux distros will never reach the vast majority of the population.
    1. 99% of the population has never heard of RedHat/Debian/Mandrake/SuSe/etc. They think Linux is that wierd looking kid in the IBM commercial.
    2. 99% of the population will never install their own operating system.
    3. 90% of the population doesn't know what a operation system is.
    4. 70% of the population refers to their computer case and contents as the CPU.

    What happens if Linux is the only OS? The OEMs get free software upgraded for free? More likely the OEMs would have to support and upgrade their own distros... (wonder why they don't like that idea?)

    And please don't give me that BS about the multipule desktop. I've NEVER found it useful, and even if you do, it can be found on microsoft's webpage along with the rest of the power tools (it's called the MSVDM, google it). If you have a problem with Windows it is probably the same reason someone might have a problem with Linux (your an idiot). Funny though, the Linux zealots have no problem with compiling source code for their favorite windows cloned substitute software, but they won't d/l free software for windows without whinning about it.

    Remember, I'm playing nice and forgetting that
    1. my useless apps (games) don't work on Linux.
    2. I only have to place the CD in the drive and click next to install any program in windows.
    3. I don't ever have to look at a command line or config file in Windows.
    4. Gnome sucks, and is usually the default.

    1. Re:Why ignore the obvious? by Anonymous Coward · · Score: 0

      And the forlorn hope of the Linux crazies that a "free" Linux will conquer Windows in developing poorer countries has not come to pass either, because hardly any consumers in China or India or Africa has ever actually paid for their copies of Windows or Office. They usually just "borrow" the Windows/Office CD (like a lot of people in advanced countries still do) from the pals or just buy Windows/Office CD from the street market for virtually nothing.
      That is why Windows has if anything a HIGHER market share in Africa (the poorest continent) then even in Europe.
      Why would anyone want to replace Windows with something that is inferior in every way like Linux, and doesn't run the applications they want, after spending up to $500 ( a year's pay in some poor countries) to buy a PC?

  260. Re:My experience sucked ass. by 10101001+10101001 · · Score: 1

    I can't disagree with a lot of your points, as most of them sound like personal experience, and I've experienced one on the list (slower graphical draw, since at the time I was using an on-board SIS chipset, for which graphic acceleration was crap (is it still?)).

    But as to two choice comments:

    The applications did not play well with each other, at all.

    I'm not sure what you mean by this, exactly. Most the time, Windows apps don't actually play together ever. The exception are the few apps designed to work together (office suits, uh..that's it?). Applications are otherwise rather self-contained and inconsistent. Try getting Excel 2000 to work with Wordperfect or Word Perfect's spreadsheet program working with Word, let alone trying to Excel 2000 with Word XP (okay, sort of a stupid point, as it's seemingly stupid to install Office 2000 and XP, but one might because of file format incompatibilities).

    Drag and drop never worked.

    In what? Nautilus? Every app you use? The fact is, there's the rare exception that drag&drop works well in Windows (all of MS's software probably excluded, especially their integrated Office suit). This falls back to the earlier point, that drag&drop really isn't that ubiqitous. The only place I really ever used it was in file management (since it's easier to drop&drop than do a lot of keyboard action), dropping some txt file on notepad to load it, and sometimes archivers (though using the context-senstive menu was usually quicker). Maybe things improved since I last used Windows 2000?

    Or are you really talking about file management in Linux? Truth is, that's generally more of a pain in Linux than Windows, mostly due to the fact that it's 90% of the time quicker to just cp, or mv, or whatever a file or files. In the rare exception it's not, you have to wait for a file manager to load (though I hear the load time for konq is near instant if you use kde; same for nautilus in gnome), navigate to a folder, then fiddle with one or more folders/tabs/views to do the work. The fact is, file management in this way was *never* good. It just was a lot less sucky in Windows than using DOS tools. I want to try out Nautilus' spatial navigation some time, though, as that sounds sort of interesting.

    --
    Eurohacker European paranoia, gun rights, and h
  261. -1, Wrong. by Inoshiro · · Score: 1

    They do not resolve dependancies, they are built using a specific tree of dependancies. They do not work across RPM based distributions without significant work. They do not work unless all of the OS has been installed via RPM. It's a broken design.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  262. Welcome to my favorite Slashdot topic ever. by OwP_Fabricated · · Score: 1

    Where whiny sexless Linux zealots plug their ears and scream while windows users tell them Linux is too hard.

    Windows User: Why can't I just double click and install something? Linux is too hard!

    Slashdotter: JESUS YOU NEWB ALL U HAV3 2 DO IS MAKE INSTALL HOW HARD IS THAT?

    Windows User: But that didn't work! I got a bunch of errors!

    Slashdotter: OMG UR SO STUPID, LINUX IS EASY!

    Then there's this chestnut:

    Windows power user: I run Win2k and have an uptime of over a year. Hasn't crashed on me yet.

    Slashdotter: ANCTDOTES DONT COUNT BECUZ MY GRANDMAS WINXP BOX I SET UP CRASHES EVERY OTHER MINUTE AND IM SURE ITS NOT MY FAULT GOD WINDOWS SUCSK

    or this one:

    Windows User: I tried Mandrake/Xandros/RedHat and thing went wrong and all my stuff didn't work.

    Slashdotter: THAT CRAP DISTRO DOESNT REPRESENT LINUX WHY ARE YOU USING THAT NEWB DISTRO ANYWAY BECAUSE EASY TO USE INSTALLERS ARE FOR STUPID FAGGOTS USE GENTOO or

    Or:

    Server Admin: But

    Slashdotter: UR JUST NOT DOING IT RIGHT AND I BET WINDOWS IS JUST TOTALLY WORSE BECAUSE IM NOT GOING TO EXPLAIN WHY ITS BECAUSE ITS WINDOWS AND IT SUCCKS

    Linux is harder, get over it.

  263. One more thing: The multibyte problem! by sam0737 · · Score: 1

    Not to mention i18n and i10n on Linux, they are simply sucks..
    Windows (starting from 2000) comes with full Unicode awared core, and it's MS office suite, developing suite all comes along with that. Browsing chinese/japanese/korean(other languages u name it) webpages are painless on windows with default installation. Typing those complex languages that require special input method instead of simplying storking the keyboard are just a click-away to get the IME working.
    Look back to linux? I need to get the fonts installed, and playing with the locale thing and what and what...But after I have done all these, the application aren't just ready for processing multibyte characters yet!

    Hey remember, only part of the people on the globe speak English, majority of them didn't use English as their native language...You see how big the CJK market is? Unless this is going to fixed...I would say Linux is still something very hard to get used with~~

  264. Re:My experience sucked ass. by hundalz · · Score: 1
    The problem isn't that the user tried a 'bad' distro and didn't have a good experience... the problem is that there isn't a SINGLE distro for Linux that is easy altogether.

    What I meant was that: the person who wrote the parent parent, had not tried other distros out there before making a good judgement. For instance if I ate a bad apple, it does not mean that all apples are bad.

    Different distros have different ideologies. What I was trying to say is that one can't make judgements like that if one has not seen it all. The parent parent really sounds like if he had lost his first love, he'll never fall in love again.

    Getting the right distro may seem difficult. It does take effort. Even as you said, there is not a single distro that is easy all together. Have you tried each and every one of the distros out there? If not, then how can you make such a judgement?
  265. Windows will beat Linux on the desktop forever! by Anonymous Coward · · Score: 0

    If anything the market share for Windows on the desktop today is even HIGHER than it was when the so-called Linux craze started in 1996!
    Another thing, Windows has an even HIGHER market share in the poorest places like Africa, China, India etc etc, because folks simply get pirated copies of Windows and just very easily install it on their computers, even as their governments continues to extort them to use Linux.
    You see consumers will always go for the best products for them, no matter what the government orders them to do.
    You see, unlike in Linux, they don't need a PhD to install and configure Windows. The just put in the Windows XP CD and it installs like a dream, and recognizes devices without breaking a seat.
    No device driver hell from some dopey Linux software, no Linux KPOD (Kernel Panic of Death) either.
    Can't argue with an overwhelming 96% market share.
    Consumers can always see through the puffery and empty lies of the open-source propaganda and disinformation machine and make very good informed decisions for themselves when it comes to parting with their hard-earned money, and they have voted firmly AGAINST Linux and FOR Windows.
    Windows RULES!
    Get used to it!

  266. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    Screwing up a system is not about load or requests per minute. It's about installing shit on your computer. Windows is barely less secure than Linux in that regard.

    You are so proud of your 6 month uptime on your desktop. But I've had almost 2.5 years uptime on my server, in my garage, running Win2k. I'll have to cut that cause i'm moving in a couple of weeks. But still, it's there. And I am running crap - P2P, unnamed codecs installed, all the stuff that I want to test.

    It looks to me like you're comparing Win95 with Linux. Win2k and WinXP are *much* different, and I'd suggest you'd give them a try before you continue posting in this story.

  267. Optimising the OS for your CPU/setup. by caluml · · Score: 1
    Nobody wants to spend 3 days compiling an operating system just to gain 20% of speed while a 20% faster processor maybe costs just 50 bucks more.

    Erm, yes, I do. It's well worth it, when those OSes stay installed for 1, 2, 3+years. Also, don't forget devices that you can't replace the CPU in. Laptops for one. Or hardware that you don't own. Also, a lot of people have more spare time, than spare money, so it's a nice option for them.

  268. recent install story..... by Anonymous Coward · · Score: 0

    I JUST reinstalled my IBM Thinkpad with both linux and windows.

    I started with windows and I didn't want to use the OEM install (basically, IBM has a cd that installs everything but the windows XP you get has some problems).

    I installed XP, no problems, but wait, the display is VERY VERY slow. So I think, well, let's go to the thinkpad site and download a driver. No, can't do that, no support for my cisco airo wireless card OR my built in ethernet card. Alright, get another computer, download about 15 different drivers for stuff not supported in default XP.

    Built in ethernet, wireless card, video card, thinkpad setups stuff and so on.

    I burned them all on a cd and installed them under windows. Almost every driver/program had a different way of installing, some just unpacked themself in different places (c:\IBM c:\DRIVERS c:\blaha) and from there you SOMETIMES had to go into that directory and find setup.exe and SOMETIMES you had to go to control panel -> system -> drivers (or whatever it's called) and choose the hardware you wanted drivers for and then select to install a driver, navigate your way to the wierd directory it unpacked in and then install the driver.

    Nice, the airo installer did upgrade the firmware without telling me (which is fine under windows but not linux).

    Ok. that was windows (many hours later). Now time for Linux.

    I put the Suse 9.1 CD in, choose a pretty much default setup, let it work. Now EVERYTHING but the airo card worked. I had ethernet, accelerated 3d graphics, sound, everything.

    The airo card is another story. Since windows had upgraded the firmware without telling me (which took a while to find out), linux couldn't handle the card. I had to boot back into windows, get an older version of the firmware, install it, reboot to linux and it all worked.

    The only thing I haven't tried is the built in modem but that's because I've never used a modem in like 7 years.

    So, Suse really killed windows as far as installations go. I took about 4 times as long to get windows working properly. And also, after this the only thing I can do in windows is surf the web and read mail and use msn messanger. In Linux I can do LOT's more.

    Regards,
    Erik

  269. Virtual Desktips by ndykman · · Score: 1

    Well, I don't know if you'd consider this a wake up call worth taking, but Granted, you only get four desktops from the Virtual Desktop Manager Powertoy.

  270. Re:Mac OS X by Anonymous Coward · · Score: 0

    Difficulty of installing software - Most software on OS X either uses a very friendly packaging/installation system or is simply a single icon you drag from a disk (or mountable disk image) to the Applications folder (or anywhere else you want it to live).

    One of the things that blew my mind about Mac OS X was the installation process for Microsoft Office. Drag application from CD, drop on hard drive. The end.

    For Microsoft friggin' Office. If there's any testament to The Way Things Should Be on any other platform, that's got to be it. Instead, we're all flying around on Windows with installers that don't always work properly and on Linux with hellish dependencies even with package management systems.

    But somehow it's "more friendly" than the Mac way. Sure.

  271. Re:Why linux^H^H^H^H^H Windows isn't ready..... by dave420 · · Score: 1

    That's the cheapest thing I've ever read. Apart from highlighting situations that occur with any software (heck, that would have easily applied to the buying Red Hat, not just windows), you've just pulled things out of your ass. Linux people spouting all that nonsense shows how little about Windows they know before thinking they can bash it. The only thing your post proves is that there is no argument against the parent's post. He hit the nail right on the head, and instead of arguing why Linux is in fact superior, you take potshots at Windows and hope that only linux fanboys read it and feel happy again. Joker.

  272. I would switch to Linux tomorrow if:... by pdamoc · · Score: 1

    Adobe will port its software to Linux. Why? because Gimp is not Photoshop, because comparing Sodipodi to Illustrator is still a joke, because Kino is in dark ages compared to Premiere. I could continue with Macromedia's Studio MX (Dreamweaver/Flash) but that's not something I use a lot however embedded DivX movies in PowerPoint presentations I do use so... OpenOffice? :) yeah... it is great but... only as long as you don't want too much from it. Linux IS ready! It is already way better than Windows BUT as long as Microsoft will have the silent collaboration of the other big boys (Adobe, Macromedia, etc.) Microsoft will win. The moment the OTHERS will start using crosspatform toolkits like wxWidgets or QT and produce versions for all the major operating systems is the moment when Microsoft will loose, it is the moment when they will go down.

  273. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Anonymous Coward · · Score: 1, Insightful
    I've used Amigas, Acorns and Macs all my life. After buying my first PC (with Linux, naturally) in 2000, it has never gone down for more than the following two reasons:
    1. Power outage
    2. Moving flat
    3. Hardware upgrade
    4. Kernel upgrade
    It normally gets 6 month uptimes before I move or get the urge to upgrade the kernel. It gets new software updates EVERY DAY from Debian's unstable, and many things break, and I mess about with it and add new software packages regularly (I do web browsing, software engineering, graphics, video editing, sound editing, music replay, play half-life, IRC, wireless routing, etc.), but it's never needed an actual reboot for any software changes other than kernel upgrades.

    I just cleared out 8Gb of old package files yesterday. I really should do "apt-get autoclean" automatically, but when I did, Debian once fucked up the bonobo package and I had nothing to revert to! So I only do that manually, these days.

    There's a lot of difference between being proud of an uptime (which is just a number) and pointing out that absolutely no software installation or deinstallation, or configuration adjustment has ever required a reboot, out of hundreds of thousands of packages and changes. But Windows needs reboots for some things. It loses.
  274. Do we want everyone to use linux? by SmallFurryCreature · · Score: 1
    Personally I think being elitist about certain things is not all that bad. I don't think everyone is equal and that those who do probably would like to create somekind of master race or something. Human beings are different and that makes the world an intrestting and fun place.

    So not everyone has the same intelligence or the same physical capabilities. What is better, a gui or a cli? For say web browsing. Hmm, a gui you say? WRONG WRONG WRONG, not if your blind.

    Now I am just guessing here since I am not blind and only had to deal very briefly in my past with 1 blind co-worker but I think a blind persom might just be able to use linux cli (suse detects braile drivers as one of its first jobs during install) but the windows gui seems a no-no. On the other hand a person who can only manipulate a pointer and a button is probably not going to enjoy using a cli over a well developed gui.

    So not everyone needs the same solution or can even use the same solution.

    So why do we want more people to use linux? Well if you are truly behind the ideals of linux/opensource/whatever you don't. What is needed is that there is a greater diversity of OS'es out there and that not one of them has such a majority it can squeeze out the others. There are those who wish to see windows destroyed but I suggest they are the master race creators. The people I prefer to think off as the linux people just want to push Windows back a little. I never heard Linus Torvald say his goal is to destroy MS. Those of us who really like linux for being linux would just prefer MS to be reduced a little. Reduced just enough that companies who sell products for computers are selling them for computers NOT windows.

    This is already happening. If you go to a hardware makers site you will see the word linux appear more and more, even just being listed with the "supported" os'es. It is not yet on the box but apparantly the bigger companies are beginning to realize they got a choice. Either support linux (even by just linking to the opensource drivers) or turn away an X% of customers to the competition.

    So all we need to do is make the alternate OS'es (Apple/BSD/OS\/2/Linux) a big enough X and the days of Windows only hardware/software/services will slowly come to an end. Compare it if you like to right-hand drive vehicles. The right drive market is small and there is no reason that you can't drive a left-hand drive vehicle in england. Now just check the number of car makers that do make right-hand drive versions of their car. Despite the fact that this adds to the cost and increases logistics.

    I don't think we need to convert everyone to make linux a better supported alternative.

    But there is an even bigger reason against making Linux go to mainstream. Monopoly. If redhat or novell or whoever gets 90% of the market do you really think they will be any different from MS? Worse linux will then be the target of all the script kiddies and will find a juicy target as linux is just as vulnarable if you use it like a windows machine (security is at much a user problem as an OS problem).

    But the one I fear most is that in making linux go mainstream we lose linux. I like the text file configuration. It means that no matter how screwed up I can still edit it and fix it. Example, tv-tuner card and tvtime sometimes I click wrong and select the wrong input (from tv to composite) it takes 3 more clicks to get back to tv but for some reason it is slow as hell to respond. No worries, close, edit the config and start app again. Good luck doing this with a registry.

    Yet an awfull lot of the "oh I would use linux if only" crowd wants those text files gone and to be replaced with a registry.

    So we got a choice. Either ignore these people and let them use their windows OR turn linux into windows.

    I suggest a different approach. Apple ain't doing to bad. It is picking its customers so why doesn't linux do the same. Why dreg windows for users when you can get the cream to come to you? Apple is often accused of b

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Do we want everyone to use linux? by Duckx · · Score: 1

      Sorry to make a blunt point on your "blind people" comment, but ever heard of screen readers? The check out JAWS or HAL. Better yet, download a demo to a Winbox and try them out. Most blind people i know of dumped serial speech synths and braile lines a while ago, opting for a soft synth. And most dropped DOS/Wordstar for Win/Word a loooooooooog time ago too. Like i said, user=AppCentric not OSCentric. Though i do agree with with your "elite" view. Those who have it, go Linux, either part or full time. Those who dont, use Windows or MacOS ,) And you make a decent point on the registry thing. MANY Win users still feel bad for the day when .ini files were dumped in favor of the dumbass aproach of registry. And now Linux WANTS THAT too??? Talk bout little sanity and even less comon sense. Registry never offered anything decent and only brought a cart load of trouble with it :(

  275. Re:My experience sucked ass. by maximilln · · Score: 1

    You're still missing something. The dude you're talking to wants to set up a static IP manually

    I know that I'm not supposed to feed AC trolls but I enjoy the exercise.

    On Debian:

    Interface specific settings are stored in /etc/network/some_file. The structure is this:

    iface eth0 inet static
    address so.me.ip.add
    netmask x.y.z.a
    gateway b.c.d.e
    broadcast f.g.h.i

    And, of course, the appropriate host/ip information needs to be in /etc/hosts on all client machines. Debian uses ifup to read this information and pass it to ifconfig.

    On LFS (and RH, I believe), this information is in /etc/sysconfig/network/some_file. More or less the same.

    --
    +++ATHZ 99:5:80
  276. Re:My experience sucked ass. by Anonymous Coward · · Score: 0

    I am at a loss to explain why you had problems with Mandrake. It is almost ready to go out of the box, with OpenOffice, PDF readers, support for mpegs,mp3 etc.

    That it took a guru 4 hours to get the networking going suggests that something was way wrong with the install. Perhaps you should try again.

  277. It fails one of the requirements. by Inoshiro · · Score: 1

    That is, being distributed everywhere.

    It's a great installer, it just seems that no one's using it. It needs to be used by more people for it to have an effect!

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  278. Re:My experience sucked ass. by Blakey+Rat · · Score: 1

    Why should I have to? Again, you're missing the point.

    I could try Distro A, but now my wireless card doesn't work. So i switch to Distro B and now my wireless card works, but my firewire and iPod don't. Ok, so I switch to Distro C and now my firewire works, and my iPod syncs, but, oh wait, suddenly my video card lost 3D acceleration. There are, what, 20 distros out there? Are you expecting every user to try every distro until they find one that works correctly out of the box?

    If you Linux people want to make any sort of impact on the desktop, you need to follow Microsoft's example. There are only three versions of Windows: Home, Pro and Server.

    Home could be an easy-to-setup distro with only *one* application per function. One web browser, one email client, one text editor. ONE single DVD. And it shouldn't even use the entire DVD, I'd recommend a maximum of 2 gigs.

    Pro could be the same as Home, but with several choices for applications and some basic server functionality plus network debugging tools. This could be as large as necessary.

    Server is a no-brainer, nothing but a desktop, all the server apps needed, and some configuration tools.

  279. Re:Why linux^H^H^H^H^H Windows isn't ready..... by phek · · Score: 1

    did you miss the part of the comment where I said
    I used to have a windows 2K server
    I've had many windows machines actually seeing as I've been the systems administrator of many smaller (50 node) windows networks so, I have a pretty good understanding of them and am completly done 'giving them a try'.

    As far as screwing up the system from the load, yes that is totally what its about, whether its a desktop machine or a server they all need to run great no matter what the load. The problem windows has is it has flat memory access, so one bad program is allowed to overwrite virtually any data on the system it wants, including any memory the operating system itself needs. Now I know windows has gotten better with XP, but still no where near where it should be as far as memory management, and since we are comparing linux and windows, the memory management is no where near as secure and stable as on linux. As far as securing windows as a desktop, you can read my views on windows security here.

    As for your uptime, thats great, it's my fault for bringing up servers, but windows can be used without having to reboot constantly if you know how to use it correctly, but as for the topic of desktop computing, most users don't have any clue how to use it without having to reboot all the time. In contrast, a user who has managed to install linux on their own which doesn't take a tech saavy person any more as the article proved, will have a basic understanding of how to use their system correctly (logging in as a user instead of root), and therefor won't need to reboot due to their system slowing down. Now I'm not saying their computer will never go slow for some reason, just before I started posting this comment evolution started acting goofy and was taking up about 75% of my cpu, at which time I just restarted evolution. If this was windows, I probally would have had to close the program, my system would have ran noticibally slower after that than before I had opened the program in the first place, then I would have restarted the program and gone a little slower yet again.

    Anyways I guess thats enough incoherent ranting for today.

  280. Linux should go beyond a unified installer by Ignacio+A · · Score: 1

    If Linux developers really want to simplify software installation, they should move beyond the idea of a unified installer, and instead move to the idea of a drag and drop installation. Software installation shouldn't be harder than a drag and drop operation. There are no technical reasons why it shouldn't be possible to install an application just by dragging it to your hard disk. It should even be possible to install system wide applications through drag and drop. But none of the OS companies have made it a priority to provide this level of simplicity. OS X does have some limited drag and drop functionality for installing simple applications, but any application that can be classified as a system application is going to end up copying files all over your hard disk. And because of the myth that Mac applications don't need an uninstaller, removing system applications is a painful process. I would like to use an OS that would allow me to: 1. Install Applications by dragging and dropping a single file (or folder). 2. Store all application settings in a single directory structure that could be easily copied or moved along with the application. 3. Remove completely any application by deleting its file (or folder), and its settings directory. 4. Copy or move any application just by copying its file (or folder), and its settings directory. 5. It shouldn't matter if the application is a simple Greetting Card printer, or a complex system wide OS extension. It should work the same. Storage space and processor speed is no longer a concern with today's computers. Applications should be as self-contained as possible, only requiring those external libraries that are guaranteed to always be available in the OS. If the above ideas were implemented in Linux, it would put it above and beyond all other Operating Systems in software installation simplicity. One final note: As a developer I'm aware that implementing a universal drag and drop installation mechanism would be complicated because of Operating Systems reliance on shared configuration databases like the Registry in Windows, or GConf in Gnome. That's why a universal drag and drop installation feature would require big changes in how these shared configuration databases work. Instead of a single monolithic database, it would have to be some sort of distributed database where each application would have its own copy or branch, and then this branch would be merged into a virtual global database, with the OS automatically taking care of any conflicts.

    1. Re:Linux should go beyond a unified installer by Ignacio+A · · Score: 1

      In my previous post, the formatting was obliterated. Here it is again:

      If Linux developers really want to simplify software installation, they should move beyond the idea of a unified installer, and instead move to the idea of a drag and drop installation.

      Software installation shouldn't be harder than a drag and drop operation. There are no technical reasons why it shouldn't be possible to install an application just by dragging it to your hard disk. It should even be possible to install system wide applications through drag and drop. But none of the OS companies have made it a priority to provide this level of simplicity.

      OS X does have some limited drag and drop functionality for installing simple applications, but any application that can be classified as a system application is going to end up copying files all over your hard disk. And because of the myth that Mac applications don't need an uninstaller, removing system applications is a painful process.

      I would like to use an OS that would allow me to:

      1. Install Applications by dragging and dropping a single file (or folder).

      2. Store all application settings in a single directory structure that could be easily copied or moved along with the application.

      3. Remove completely any application by deleting its file (or folder), and its settings directory.

      4. Copy or move any application just by copying its file (or folder), and its settings directory.

      5. It shouldn't matter if the application is a simple Greetting Card printer, or a complex system wide OS extension. It should work the same.

      Storage space and processor speed is no longer a concern with today's computers. Applications should be as self-contained as possible, only requiring those external libraries that are guaranteed to always be available in the OS.

      If the above ideas were implemented in Linux, it would put it above and beyond all other Operating Systems in software installation simplicity.

      One final note: As a developer I'm aware that implementing a universal drag and drop installation mechanism would be complicated because of Operating Systems reliance on shared configuration databases like the Registry in Windows, or GConf in Gnome. That's why a universal drag and drop installation feature would require big changes in how these shared configuration databases work. Instead of a single monolithic database, it would have to be some sort of distributed database where each application would have its own copy or branch, and then this branch would be merged into a virtual global database, with the OS automatically taking care of any conflicts.

      Thanks.

  281. Re:Bogus conclusions. This is the reason. by runderwo · · Score: 1
    Linux has to have a desktop that is intuitively written and not too different from the Windows menu system.
    Oh, it "has to", eh? Pray tell, why? Is it because Windows is the be-all end-all of graphical user interfaces? Is it because Windows has some kind of technical advantage over GNOME and KDE? Or is it simply because armchair software designers like yourself believe that their unfounded opinions are somehow supposed to be convincing to people who actually have a background in human-computer interaction and software engineering?

    In other words, if you have arguments as to why an emulation of Windows is the best approach for someone designing a new desktop environment GUI, please present them in a coherent matter-of-fact manner. Otherwise, don't be surprised when nobody pays you any attention.

  282. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    The problem windows has is it has flat memory access, so one bad program is allowed to overwrite virtually any data on the system it wants, including any memory the operating system itself needs
    You know that is completely untrue, right? NULL pointers access kills the process under Windows as surely as it does under Linux. You can override memory that you allocated only, and shared memory of course.

    If this was windows, I probally would have had to close the program, my system would have ran noticibally slower after that than before I had opened the program in the first place
    Why would the system run slower after you've closed the faulty program? Never happenned to me over almost 7 years of using NT (3.51, 4, 2k or XP).

    If the process is killed, Windows will free all ressources used by it. Same as for any UNIX OS.

    Both of the problems you are describing were applicable in Win3.1, and - to some extent only - in Win9x.

    WinNT, 2k, XP are based on a kernel that is much closer to a UNIX kernel than MS-DOS (Which is what Win31&9x are based upon)

  283. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    But Windows needs reboots for some things. It loses.

    So can you download a new driver - for a new piece of hardware, name my digital camera - under linux and install it without rebooting? Windows does that.

    So I guess they're even.

  284. Re:Why linux^H^H^H^H^H Windows isn't ready..... by phek · · Score: 1

    You know that is completely untrue, right? NULL pointers access kills the process under Windows as surely as it does under Linux. You can override memory that you allocated only, and shared memory of course.
    ok, well I'm not talking about NULL pointers, I'm talking about more memory being assigned to a program than it was originally allocated. Now I know this has been improving over time, but still not perfect. Every once in a while one the kernel will assign some memory that its already allocated to something else, then when the program that was running in that spot tries to access its memory again which has been reasigned, it gets a little confused and crashes. now when you say You can override do you mean as the user? or as the program. I believe there is user seperation w/ memory on windows, but as I was saying the memory management of applications leaves a lot to be desired.

    If the process is killed, Windows will free all ressources used by it. Same as for any UNIX OS.
    I just flat out dont believe this and have proven it to myself many times in the past.

    WinNT, 2k, XP are based on a kernel that is much closer to a UNIX kernel than MS-DOS (Which is what Win31&9x are based upon)
    Just because microsoft realized they needed to add user seperation and networking support to their original kernel doesn't mean that it should be comparible to a UNIX kernel. Adding these 2 things as an after thought means that all the basic technologies had to be re-written in order to accomidate the newer ones, and knowing microsoft, probally only replaced the ones that were obviously flawed with the new stuff.

  285. Re:Bogus conclusions. Might makes right -a little by Anonymous Coward · · Score: 0

    ignore lcsjk, seems to be an M$ troll.

  286. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Terrasque · · Score: 0

    Yes. I can even install the new nvidia drivers for my GeForce without rebooting. Try that in windows.

    --
    It's The Golden Rule: "He who has the gold makes the rules."
  287. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    ok, well I'm not talking about NULL pointers
    Me neither, I was just taking it as an example. If you write a program that allocate an array of 1000 ints and write 2000 ints in it, your program will crash, very similarly to a SIGSEGV. That's the window message that says "This program has performed an illegal operation and will be closed". It even can dump the core memory for you. In that regard, I don't see what you mean by "still not perfect". You *cannot* start two processes that would write (or read for that matter) in each other's memory. Unless they want to and then it's called shared memory. There is no major difference (apart from implementation I guess) in how Linux and Windows manage memory. Each process has it's allocated heap, and it deals with it.

    I just flat out dont believe this
    Well, tell me one good technical reason why a process that would hog memory or CPU could leave residual stuff once it's killed. CPU is of course released. Memory is also released. One slight possibility is that the faulty process went mad on memory allocation and after you killed it, lots of stuff will be in the paging files and the disk caches would be empty. But that's just as true with Linux (If you're using pagefile), so you just wait for the other apps to "wake up" and everyhing is back to normal.

    Just because microsoft realized they needed to add user seperation and networking support to their original kernel
    You didn't get your history right. Windows NT 3.51 is a brand new Kernel that didn't share one line of code with any previous one (MSDOS, Win1,2,3,95). It was written and lead by some members of the team that originally developped VMS. NT3.51 is a rock-solid OS that is very very similar to a unix system (apart from the utilities, shells, UI, etc...). It is almost not compatible at all with any version of Win9x, and certainly not at all with any Win31 stuff.

    In WinNT4 and 2k, they gradually added support for multimedia in an attempt to eradicate Win9x. It took longer than they originally expected because of the huge crappiness of Win9x to be brought over and "made clean".

    WinXP is the resulting OS from that migration, and I don't believe there will be a successor to WinME.

    So all in all, the kernel in XP has very little to do with the kernel in Win9x.

    So when you say "their original kernel", you diregard the fact that there are two different original kernels, and that WinXP's kernel is in no way an evolution of the "original kernel".

  288. Re:Why linux^H^H^H^H^H Windows isn't ready..... by angulion · · Score: 1

    I suppose you didn't keep your system very uptodate then, since in my experience you need to quite frequently reboot after visiting windowsupdate?

    At least this part (updating) very seldomly needs a reboot in linux (kernel update).

  289. Re:Why linux^H^H^H^H^H Windows isn't ready..... by phek · · Score: 1

    ok, well I don't have time to argue every point you made so I'll just sum it up, in a perfect world, everyone who writes programs for windows would code it perfectly so that windows doesn't have to deal with any memory issues, but unfortianatly ( i know thats spelt wrong somehow...) 90% of people who make applications don't write them perfectly. Now by perfectly I mean a program is started and is assigned as many bits as it's requested when it initialized, now when you have process's within that application that need to dynamically allocate more memory after the program has started you run into issues. The windows kernel (the dos based one especially, but the NT kernel has similar issues, just not as severe), has to manage what section of memory it will allocate for this dynamic memory, but it doesn't do that good at picking a spot as it will sometimes chose memory that's being used by another program. Now this doesn't happen all that much, but it does happen. Now when the program that originally had that memory tries to access that memory you have a problem. Another issue is that windows isn't that great at keeping track of what memory was used by a program that crashed, so often after a crash, windows wont free up all the memory that it as using. Of course I can't argue with facts as obviously windows is closed source and if it wasn't i'm sure these issues would be fixed, so it's somewhat pointless to even talk about it.

  290. Re:Bogus conclusions. This is the reason. by lcsjk · · Score: 1
    Put the emphasis on intuitive, not windows. Windows is important because, whether we like it or not, it is most people's "defacto standard" just due to its market share.

    However, you seem to have missed my point entirely.
    Your instructions were to insert a "command" that you happened to know about into a "form" that you happened to know about.
    I maintain that you(we) will never have a desktop if software designers try to give users a list of commands to insert when they want to do something. If software designers can point users to a menu where the solution lies, then perhaps that desktop will evolve.

    I don't know if I would call myself an armchair software designer, since I am not a software designer at all. I just design those little "thingies" that make the software work (analog and digital circuit design).

    On the side I teach normal(?) users how to "cut" and "paste" and how to "download" and "install" and things like "right click". Believe me, working with non-techies over thirty years old is a real learning experience, and that learning experience tells me that the "command line" is out and that the "menu system" is in.

    Software is designed and written for users, not engineers like me nor designer/programmers like you.

  291. Re:Bogus conclusions. This is the reason. by SiChemist · · Score: 1

    You have persistently misunderstood the parent post. (And missed his point entirely) His instructions:

    "Try adding the following to your style sheet:

    FORM { margin:0px; }

    or adding style="margin:0px" to you form declaration."


    were for the WEB SITE DESIGNER, not the end-user. It was simply a helpful hint on how to fix layout problems on a web page that is incorrectly formatted. It was not about desktop software AT ALL!!!!!

  292. Thanks, I'll kick my backside!! by lcsjk · · Score: 1
    Well, that makes sense! I misread the original request as a user's request (below) for a Firefox/Mozilla problem. My comments regarding desktops stands, but they should be standing somewhere else!

    Firefox/Mozilla has it's share of rednering problems as well. Opening or closing a form tag automatically adds the equivalent of two . I would be more than happy if someone can correct me on this.

  293. Re:Bogus conclusions. Might makes right -a little by lcsjk · · Score: 1

    Wrong. Don't like M$. I was pulling for Linux back when RED was still bareheaded.

  294. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    Well, since I installed my XP box 9 month ago, I haven't have to reboot for a windows update yet. For sure, it warns you that you may have to, but it doesn't. Except for the first time, just after installing the OS, where it spent 2 hours downloading all the cumulative patches after prompting for a reboot.

    I must have a WU every other week, so that's a lot of them without any reboot.

  295. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    ok, well I don't have time to argue every point you made so I'll just sum it up, and I call it bullshit.

    WinNT kernel was made right our of a UNIX kernel. It was (The original one, WinNT 3.51) almost POSIX. Memory allocation you are describing is the stuff a 5 years old would write. Give me a break.

    I tried as hard as I could to give facts, and then you just reply with a " Now when the program that originally had that memory tries to access that memory you have a problem" or a "so often after a crash, windows wont free up all the memory that it as using" which is so irrelevant (Because even if it happenned, and it does because of Shared Memory - not Windows fault, Linux has the same issues - then the pages that are left can be paginated because nobody accesses them) than it made me laugh.

    Anyways, have agood night. And when you don't have anything else to say, don't say anything. It'a always better.

  296. Re:My experience sucked ass. by Mornelithe · · Score: 1

    That's a good idea.

    You should probably study up and become an investment banker, and then convince every company selling Linux distributions to join in a big merger and become one company. I'm sure all of them will be pleased, and you'll make a lot of money.

    --

    I've come for the woman, and your head.

  297. Re:Why linux^H^H^H^H^H Windows isn't ready..... by phek · · Score: 1

    Well to start off I was busy at work earlier when I posted the last message, but felt the need for a quick response, so I'll try my best to formulate a good argument this time so that I don't dissapoint you.

    WinNT kernel was made right our of a UNIX kernel.
    The NT kernel did not originate from unix, it originated from OS/2 and even before that, VMS which was another non portable OS that was developed for VAX machines. The only link I can possible link I can find from unix to NT is that NT's chief architect, David Cutler, originally designed OS's for PDP-11's, which is what UNIX's first release was designed on. David designed the RSX-11M OS on the PDP-11 which would later be incorperated into the NT kernel. From there David went on to become one of the initial developers for VMS which was the OS for VAX machines. From there he went on to be the cheif architect for the NT project at microsoft. You can read the full origins of the NT kernel here. Now as you can see that in no way makes NT any sort of decendent of UNIX.

    It was (The original one, WinNT 3.51) almost POSIX
    Calling it almost POSIX is a far stretch, the initial idea of NT was to support for portions of the DOS, OS/2, and POSIX API's, which you can also see in that posted article.

    Memory allocation you are describing is the stuff a 5 years old would write.
    This proves my point, the MS kernels don't keep good enough track of memory to avoid this problem, which can lead to escalated privilege exploits, not to mention programs just flat out crashing, or the entire system crashes (BSOD?). To say its only in code a 5 year old would right is just stupid. Any programmer knows that it's easy to make mistakes, and granted it's harder to make this mistake than most others, it still does happen, especially when you've been working on some code for 16 hours straight. The linux kernel on the other hand seems to have a much more advanced paging system that won't allow this to happen.

    "so often after a crash, windows wont free up all the memory that it as using" which is so irrelevant (Because even if it happenned, and it does because of Shared Memory
    I won't try and argue this point as I don't have any facts other than my experience with windows to back it up, the only reason I mentioned it in the first place was because as I was typing my comment, my mail client in linux started going nuts, taking up a bunch of memory and cpu utilization; closing it fixed it, and I was just thinking that if that had of happened in windows, my system would still probally be all lagged, which is actually probally more of a case of defunct windows system process's such as rundll.

  298. Re:Why linux^H^H^H^H^H Windows isn't ready..... by Pieroxy · · Score: 1

    The NT kernel did not originate from unix, it originated from OS/2 and even before that, VMS
    Well, if you had read the article you just linked to, you would have found out that the NT kernel doesn't have anything to do with the OS/2 kernel. They just planned (plan which was later dropped) to support most of its APIs. NT is derived from VMS, not OS/2, and that's what I missasociated with UNIX in my previous post. Fact is, VMS is not too different from UNIX, but that's besides the point.

    the initial idea of NT was to support for portions of the DOS, OS/2
    The idea behind the NT kernel was certainly not to support DOS or OS/2. That might have been an early option, but was clearly dropped along the way. The idea was for microsoft to finally have a kernel. DOS is nowhere close to what I would call a kernel.

    Memory allocation you are describing is the stuff a 5 years old would write.
    This proves my point, the MS kernels don't keep good enough track of memory to avoid this problem

    Well, that one is interesting? How my analogy with a bad programmer proves anything is just beyond me.

    In my experience, BSOD in the NT kernel are due to two problems:
    1. Bad drivers. Linux isn't exempt from problems in that area either. The BSOD is called a Kernel Panic.
    2. A stupid architecture problem which lets any program override system dlls with "updated" ones. So let's say the foo.dll installed is v1.2 and a program needs foo.dll v1.3 to run, then the program will override the system dll (Yes, the program will override some of the code used by the kernel) with it's own version of the dll. Of course, when you deal with serious vendors, those dlls will have been properly tested. But when you deal with poor vendors, the side effect is that those poor vendors end up installing buggy dlls, making the kernel buggy along the way.
    This was a huge issue until XP, which disallow this practice by keeping all versions of the dlls. So the kernel only uses the code that was written by MS.

    The BSOD is just a materialization of a SIGSEGV sent to the kernel, nothing else, proving that the memory allocation works the way it should by killing processes that try to access memory in a segment they don't own.

    This has nothing to do with a kernel that "don't keep good enough track of memory" (again, you serve me that vague sentence). Otherwise how would you explain my system being up since 4 month? Or my server being up since 2.5 years? How can that work with system that vaguely mistake system pages with program pages?

    and I was just thinking that if that had of happened in windows, my system would still probally be all lagged
    Well, I have never encountered that in almost 8 years of heavy NT usage. Maybe it's just me then.

  299. Let Windows have it's marketshare by grimharvest · · Score: 1

    We Linux users ought to take to heart the warning being issued by the multitude of Windows fanatics that have apparently descended on Slashdot despite the image of Bill Gates made up to look like Locutus. Because a warning is exactly what they're offering amid all their griping about user friendliness...we shouldn't wish too hard for Linux to take the greater marketshare away from Windows. Not at the cost of having Linux distros BECOME the new Windows. Not at the cost of sacrifing those things about Linux and Open Source apps which we find most desirable...choice, versatility, etc. No, let Windows be the choice for the common man, and let Linux be only for those who want it bad enough to seek it out.

  300. Re:Why linux^H^H^H^H^H Windows isn't ready..... by MattMan741 · · Score: 1

    You must be kidding me. First off, windows is extremely lazy about unloading dlls from memory, that means it is quite snappy and responsive at first, but as time goes on and memory fills up load time for apps go through the roof.

    and i cant count the times when an app crashes and windows cant clean it up correctly.

    Windows 3.1 and 9x werent operating systems, they were graphical shells. dos was the operating system. And the NT kernel is very close to UMS, not UNIX.

  301. Exactly! by neilb78 · · Score: 1

    Now why would I want my Mom to have to use a command line.

    --
    © 2004 The SCO Group, Inc. All Rights Reserved.
  302. Fast user switching and expose in KDE by dowobeha · · Score: 1
    Not to mention, no iTunes, iPhoto, Quicktime, expose, FUS, Photoshop, MS Office, iMovie, iDVD etc....

    I did some looking, and Fast User Switching (FUS) is available in KDE.

    Go to the K Menu, and select "Start New Session"

    To switch between sessions, use Ctl-Alt-f#. Your original session will be at f7. The next session will be at f8, and so on.

    Also, last week an initial version of Expose for KDE came out. It's called Kompose, and it's available here

    --
    I am concerned about any program, any piece of hardware, any treaty, any law that treats me as a consumer, not a citizen