Slashdot Mirror


Ubuntu To Pay for Upgrades To the Free Software User Experience

jcatcw writes "Steven J. Vaughan-Nichols reports that Mark Shuttleworth, CEO of Canonical, is using his millions to improve the Linux user experience, hiring people to work on X, OpenGL, Gtk, Qt, GNOME and KDE. He had doubted that desktop Linux could ever equal the smooth, graceful integration of the Mac OS. Now, between the driving pace of open-source development, and Shuttleworth's millions, it might be happening. Why not? After all, Mac OS itself is based on FreeBSD. Desktop Linux's future is starting to look brighter."

104 of 546 comments (clear)

  1. Interesting. by DoctorDyna · · Score: 4, Interesting

    Since the summary mentioned it first, I've always been curious as to the logistics behind having OS X released as a desktop environment. *shrug* who knows, might be interesting.

    --
    Windows has more viruses because linux has more virus coders.
    1. Re:Interesting. by IANAAC · · Score: 5, Interesting
      I have a friend who is a die hard Mac fan. I don't really know that much about Macs, other than what people who use them (all fans) tell me.

      The other day though, he needed to chop up an audio file and didn't know what to do on his Mac. I didn't know either, but I do know how to do it with Audacity on Linux. So he sent me the file and then sat down with me as I did what he wanted. His only comment was "Wow, that's so easy on Linux". Granted, what he was seeing that was easy was in fact Audacity, not Linux, and I'm sure there is an easy to use app under Mac, but it's nice to see that, although Desktop Linux is constantly getting railed on, once someone not exposed to it actually sits down and sees what can be done, they're not intimidated by it.

    2. Re:Interesting. by am+2k · · Score: 4, Informative

      Maybe somebody should point out that Audiacity works fine on Mac OS X, too (even without X11). I'm using it all the time for minor cropping/ogg-encoding work.

    3. Re:Interesting. by MBCook · · Score: 4, Insightful

      I had to do that same thing the other day. I'm a Mac user, and I just used Audacity because I know it can do the job and it's free.

      What's the official Mac way? Probably QuickTime Pro (which you have to pay for, which has always annoyed me). Or a third party piece of software. Actually I think you can cut bits out with QT (non-pro) but it's a bit unintuitive. I considered using Garage Band (which I'm sure could do it) but that would be overkill.

      I've got to say, it was the first time I'd used Audacity in maybe two years. It was just as ugly as ever, unfortunately. It looks almost EXACTLY like the program that came with my SB16 in the Windows 3.1 days. It works, but could really use a little interface TLC, especially on the Mac (where the Linux/Windows style interface just looks even more out of place).

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    4. Re:Interesting. by BPPG · · Score: 3, Informative

      In fact, it uses wXwidgets for it's GUI, which aims to be cross platform between windows and the *nixes. Really, more of a testament to FLOSS, if not Linux.

      --
      What's the value of information that you don't know?
    5. Re:Interesting. by MissVenatrix · · Score: 2, Informative

      I use Audiacity on my Mac too, works fine. Links for anyone interested. http://audacity.sourceforge.net/download/mac http://opensourcemac.com/

    6. Re:Interesting. by am+2k · · Score: 2, Interesting

      Well, the UI does suck, but when I have the choice between a sucky UI and not being able to do the task at all...

    7. Re:Interesting. by CautionaryX · · Score: 2, Funny

      Geeks don't know girls, I'm sure it was a him but the OP's fantasizing. (Note to mods: laugh a little).

    8. Re:Interesting. by calmofthestorm · · Score: 3, Funny

      I actually really like wx GUIs. But I'm a programmer, which makes any opinions I hold on GUIs automatically flawed.

      Anyone who has more than once contemplated if maybe he should forget X and just switch to a VT and screen doesn't get a vote.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    9. Re:Interesting. by Almahtar · · Score: 2, Informative

      I get that a lot, actually. Depending on the theme I'm using and whether I'm using KDE or Gnome (both with Compiz fusion), I get people saying either "So that's what Vista looks like... I really like it!" or "Wow. I've never used OSX before, but that looks cool".

      None of them know what a "Linux" is, so I don't bother clarifying :-)

      Equally often people will ask what the hell that is, of course.

  2. Flash content by Javi0084 · · Score: 2, Interesting

    How about paying someone to fix Flash? It's what made me go back to Windows.

    1. Re:Flash content by arth1 · · Score: 5, Insightful

      If you can get Adobe to open source Flash, I'm sure that can be arranged.

      In the mean time, the best you can do is to tell web developers to not use Flash, but open alternatives.

    2. Re:Flash content by Creepy+Crawler · · Score: 2, Interesting

      Are you serious?

      Flash is one of the first things I DISABLE on a browser. I have it installed, only as a last resort kind of stuff.

      If some casual site wants flash, I leave the site. And those flash ads just dont work. That's a plus in my book.

      --
    3. Re:Flash content by Darkness404 · · Score: 5, Insightful

      A lot of us watch YouTube and other flash video. Heck, some of us even play the odd flash game until a download is finished. If Adobe open sourced Flash, you could make decent cross-platform web applications in a matter of minutes all the while blocking Flash ads.

      --
      Taxation is legalized theft, no more, no less.
    4. Re:Flash content by JackieBrown · · Score: 2, Insightful

      I think Adobe already gets paid

    5. Re:Flash content by kiddygrinder · · Score: 5, Funny

      Link for 64 bit version please?

      Adobe don't believe in 64 bit. In fact i think their programmers get confused if you ask them to count to 33

      --
      This is a joke. I am joking. Joke joke joke.
    6. Re:Flash content by Tim+C · · Score: 4, Insightful

      A life without entertainment isn't worth living.

    7. Re:Flash content by chubs730 · · Score: 2

      Cause we all get lots of work done posting to Slashdot, eh?

    8. Re:Flash content by SanityInAnarchy · · Score: 4, Interesting

      Unfortunately, there are a great many things Flash does for which there are no alternatives, open or otherwise.

      Let me give you a recent, stupid example: We want to let users upload a bunch of things at once. We have three options:

      1: Build something using multiple file upload fields. (This could be done elegantly -- by hiding one as soon as it's set, and generating a new one.) In other words, we force the user to select each file individually, and click browse again -- and the files can't start uploading until they've all been selected.

      2: Accept zipfiles. Extra work for us (admittedly not much), and extra work for them.

      3: Use Flash. Not only can they select more than one file in the open dialog (ctrl+click, shift+click, ctrl+a, etc), but as soon as they select one, we can start uploading it.

      I want to use open alternatives. I hate Flash more than... I'm not a very hateful person, but Flash makes me homicidal. But even something as simple as that, there's an advantage to using Flash.

      --
      Don't thank God, thank a doctor!
    9. Re:Flash content by Curtman · · Score: 2, Informative

      Because when you run 32 bit apps in a 64 bit OS, many of the libraries which those apps link with need to be 32 bit. Firefox links with GTK+ for example, so you end up with 32 bit Gtk+ libraries, and all of its dependancies as well as their 64 bit libraries for your desktop loaded at the same time. It's wasteful. And when I load my 32 bit browser, the theming doesn't work. It's a pain in the ass like I said.

    10. Re:Flash content by NotBornYesterday · · Score: 2, Funny

      Whole Ubuntu/GNOME is build around concept that user is an idiot who doesn't know why he has just forked $$$ for the PC.

      Are you implying they are anything but? (I kid! I kid!)

      Disclosure: I am running Ubuntu/Gnome.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    11. Re:Flash content by hedwards · · Score: 2, Informative

      Gnash actually does a pretty good job with youtube most of the time. And I've been able to play some of the older flash games as well.

      It sucks in the sense that it's not completed, but they did manage to replicate the original crashing randomly on flash pages.

      At present, it's the only way of getting flash on FreeBSD for amd64. I believe that flash still hasn't been ported to Linux on amd64 either. But not really using Linux, I'm far less sure of that.

    12. Re:Flash content by ppanon · · Score: 2, Informative

      Gnash your teeth. Gnash doesn't work for web sites that test for and require the absolute latest Flash release, but it seems to work well enough for YouTube. It's what I'm using at home with Firefox on Ubuntu Hardy.

      --
      Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde. - Voltaire
    13. Re:Flash content by Belial6 · · Score: 5, Informative

      Um, Ubuntu has the exact same kind of networking that Windows has. You can right click on a folder, and select "Share Folder". It pops up a box asking if you want SMB or NSF. SMB IS windows networking. Select it, and one of two things will happen. If you already have Samba installed, it you will have a "Windows" share. If you don't have it installed, Ubuntu will install it, and THEN you will have a "Windows" share. For the client, all you have to do is go to the "Places" pulldown that is always on your task bar, and select "Network". You will see the "Windows" shares, just like on an actual Windows machine.

      Seriously, the process to share files under Ubuntu is almost exactly the same as in Windows. You clearly just don't WANT to be able to share files under it.

    14. Re:Flash content by bgarcia · · Score: 3, Informative

      1: Build something using multiple file upload fields. (This could be done elegantly -- by hiding one as soon as it's set, and generating a new one.) In other words, we force the user to select each file individually, and click browse again -- and the files can't start uploading until they've all been selected.

      You can do this now with Gears. For those of you not familiar with Gears, it's a browser add-on available for Firefox, IE, Safari, and Google Chrome. It adds extra functionality to browsers which will hopefully turn into standards in the future.

      The latest version of the YouTube multi-file uploader uses Gears to do this. You can also look at an example implementation of a multi-file uploader on the Gears Sample Applications page.

      --
      I'm a leaf on the wind. Watch how I soar.
  3. Where's the BSD? by Anonymous Coward · · Score: 5, Informative

    As anyone with half a brain knows, Mac OS X is based on the Xnu kernel, not the FreeBSD one. Xnu is a combination of Mach combined with various bits lifted from FreeBSD 5.x (but is not itself the FreeBSD kernel). OS X is an updated NeXT, not a GUI-fied FreeBSD.

    I can't believe the editors let such a blatant slip-up onto the front page. Wait, it's slashdot --practically speaking, we have no editors. ;_;

  4. Re:Stop saying that Mac OS is based on FreeBSD. by DoctorDyna · · Score: 2, Informative

    Maybe you should point people here when making that statement.

    --
    Windows has more viruses because linux has more virus coders.
  5. Something great, but not new by pwnies · · Score: 4, Informative

    Shuttleworth paying out of pocket to help the ubuntu experience is nothing new. He's always done this. The printed CD's of ubuntu have always been free to whomever requested them. That's cost out of pocket for canonical. Don't get me wrong, this is great; but it's something they've always been doing.

    1. Re:Something great, but not new by Jherek+Carnelian · · Score: 2, Insightful

      He's just playing the role of venture capitalist to his own venture.

  6. Quite a broad range of things to improve by Captain+Spam · · Score: 5, Interesting

    X, OpenGL, Gtk, Qt, GNOME and KDE

    Frankly, that's a considerable amount of work he's planning on hiring up for. This intrigues me greatly, to be honest. And, with any luck, this all comes back to the community so that not-Ubuntu users can get in on it, too.

    Though I give it five minutes before we hear complaints that they're not helping out some obscure toolkit or DE. :-)

    --
    Demanding constant attention will only lead to attention.
    1. Re:Quite a broad range of things to improve by codemachine · · Score: 2, Insightful

      Well, we could complain that XFCE and Xubuntu isn't getting any help, but since it is based on GTK as well, they'll get some benefits to that work. And obviously anything that goes into X and GL drivers can't hurt any desktop environment.

    2. Re:Quite a broad range of things to improve by jd · · Score: 5, Funny

      I'm sorry, but even Bill Gates doesn't have the money to get Enlightenment even to the next full release.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:Quite a broad range of things to improve by Enderandrew · · Score: 4, Interesting

      Mark suggested himself that maybe Gnome could/should run on QT. With the Gnome crowd wanting to move away from GTK 2 and break compatibility anyways, I say now or never.

      People should be seriously looking at the merits of such a move.

      Why rewrite a new GTK 3 from the ground up, especially given one of the goals of a new GTK would be QT-like theming engine that is easier to deal with, when it already exists?

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    4. Re:Quite a broad range of things to improve by Enderandrew · · Score: 4, Insightful

      That isn't entirely true. Both GTK and QT have various language bindings which allow you write in a variety of languages.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    5. Re:Quite a broad range of things to improve by Anonymous Coward · · Score: 2, Informative

      "Why rewrite a new GTK 3 from the ground up, especially given one of the goals of a new GTK would be QT-like theming engine that is easier to deal with, when it already exists?"

      A) Gtk+ 3 is *NOT* a rewrite. It's the removal of a bunch of hold-over shit from Gtk+ 1.x that hasn't been relevant in 10 years, along with the addition of a canvas/scene graph and the sealing of object structures (to allow for forward maintainability for many years to come).

      B) Gtk+ is written in C for a reason. C Libraries are compatible with pretty much every language through a series of bindings. And Gtk+ 3 will only make this easier with GObject-Introspection and real properties for all of the available struct elements. This will bring Gtk+ up to the dynamic capabilities of C#/Java, beyond that of what's possible with C++.

      C) One of the new goals is NOT to make theming anything like QT's. That's a side-project and can completely be done without a change in ABI. A new theme API is under discussion, but will not require 3.x to make it happen, even if it coincides with it (or Gtk+ 2.16, whichever happens first).

      All-in-all, do your research.

    6. Re:Quite a broad range of things to improve by Merusdraconis · · Score: 2, Insightful

      And thank Christ, to be honest. Linux is notorious for having terrible, clunky UI, and programmers doing it for the love of it aren't really inclined to improve the UI for people who don't love their computers and simply aren't experts. This is exactly the sort of thing Linux needs to be a truly professional alternative to the focus-tested to buggery OS X and Windows.

    7. Re:Quite a broad range of things to improve by petermgreen · · Score: 2, Informative

      There is also the licensing issue, if you want to develop a propietry (or even opensource but not GPL compatible) application then you can't use QT unless you pay trolltech a load of money.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  7. Why Not? by jav1231 · · Score: 2, Interesting

    "Why not? After all, Mac OS itself is based on FreeBSD. Desktop Linux's future is starting to look brighter."

    As long as you have people literally in stand-offs against each other based on QT vs. GTK, Gnome vs. KDE, and the merits of this distro over that, then no. It won't become as seemless. Why? Because a lot of good programmers are tied up in projects that simply don't move the ship forward. They only decorate a room on the ship. Hey, I love Linux. Adore it! Maybe the problem is until Linux geeks get laid more, they simply won't bother to take time to smell the flowers: i.e. pay any attention to the end-user's experience.

    1. Re:Why Not? by jav1231 · · Score: 4, Funny

      Maybe the problem is until Linux geeks get laid more, they simply won't bother to take time to smell the flowers: i.e. pay any attention to the end-user's experience.

      I have a thought! Maybe Mark should be paying hookers!? BRILLIANT!

    2. Re:Why Not? by jd · · Score: 2, Funny

      Well, they were technically guns. See the story Slashdot ran on the Emacs vs. Vi paintball game.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:Why Not? by Amazing+Quantum+Man · · Score: 4, Funny

      <BENDER>
      In fact, forget the development!
      </BENDER>

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    4. Re:Why Not? by Curtman · · Score: 3, Insightful

      Because a lot of good programmers are tied up in projects that simply don't move the ship forward. They only decorate a room on the ship.

      That kind of stuff has almost always been done at the distro level. Sun, Redhat, Novell, Ubuntu, etc. Independant developers tend to stick to their projects at least in the Gnome universe.

      I wish Sun, or someone else would do more usability studies like this one. That is exactly the kind of feedback we need. I find it nearly impossible to imagine the noob experience after having used Linux for the past 10 years.

  8. Re:Stop saying that Mac OS is based on FreeBSD. by RLiegh · · Score: 2, Insightful

    Um...HELLO? Your link backs up what the OP said. It's not FreeBSD.

    Kernel

    Darwin is built around XNU, a hybrid kernel that combines the Mach 3 microkernel, various elements of BSD (including the process model, network stack, and virtual file system), and an object-oriented device driver API called I/O Kit.

    Some of the benefits of this choice of kernel are the Mach-O binary format, which allows a single executable file (including the kernel itself) to support multiple CPU architectures, and the mature support for symmetric multiprocessing in Mach. The hybrid kernel design compromises between the flexibility of a microkernel and the performance of a monolithic kernel.

    It contains BSD code --but so did the NT networking stack at one point. You gonna say that XP is based off FreeBSD next?

  9. MacOS could be based on RiscOS by Jeremiah+Cornelius · · Score: 5, Interesting

    for all that it mattered. BSD was free and worked, in 1986. That's why Jobs - when he solicited his engineer's choice - was told to use BSD 4.

    MacOS is "based" on NeXT - which was derived from extending the Smalltalk-like model of Objective C to a whole series of desktop and application frameworks.

    You see, Jobs and his guys were SO blown away by the GUI at PARC, that they missed the object revolution, used to create it. They were all determined to do this again, the 'right' way, without saddling Mac/Lisa compatibility to the horse.

    That got engineered on later ;-)

    You want further illustration of this argument? Try managing an OSX workgroup from the network with existing BSD and opensource. You effectively manage the POSIXy parts of the system, while having almost no policy or configuration management of the Finder/Application experienc through which much of the Mac user interacts. You could - in theory, with the sources available, swap a modern Linux distro under there instead of the hybrid BSD. Almost no one would notice.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
    1. Re:MacOS could be based on RiscOS by Jeremiah+Cornelius · · Score: 2, Informative

      HA! Almost forgot about Mach! BSD was just a subsystem on a Mach kernel, too. More 80's-isms. Now we call Microskernels "Hypervisors" and isolated I/O subsystems "Virtual instances".

      'Cos maybe they'll work this time!

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:MacOS could be based on RiscOS by Colonel+Korn · · Score: 5, Funny

      Jeremiah Cornelius (137) *

      People with user numbers like that always make me think of early generation vampires or very old wine.

      --
      "I zero-index my hamsters" - Willtor (147206)
    3. Re:MacOS could be based on RiscOS by Jeremiah+Cornelius · · Score: 3, Insightful

      I didn't say "simple" :-)

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    4. Re:MacOS could be based on RiscOS by Orion+Blastar · · Score: 4, Informative

      Yeah the ironic thing was that Apple already had an MKLinux port for their Macintosh systems, and all they really needed to do was integrate the Mac OS GUI with MKLinux and then just use the OpenStep enhancements because they too are open sourced like MKLinux and could have saved the money they used to buy out Next and bring Steve Jobs back and just do it all better by themselves.

      Instead they got Steve Jobs and Next and a much more bigger and bloated operating system than they expected to get.

      The other option, besides buying up Be Inc. was to license AROS and then build Carbon and Mac OS systems on top of that as it is already object oriented and based on the AmigaOS that IBM licensed from Commodore to give OS/2 2.0 an object oriented WPS system as Commodore got there already in 1985 before anyone else did, and Apple was basically doing the same thing with OSX that Commodore did with AmigaDOS/Workbench in 1985.

      The Amiga was already object oriented even going back to its 1970's roots as the Atari Lorianne project that was basically an Atari 2600 mod to turn the Atari 2600 into an object oriented GUI computer, but the Atari 400/800 projects put Lorianne on the back burner until Commodore bought out the team in the 1980's. The Amiga project predated the Apple Lisa project, and the Lorianne/Amiga team offered Apple to buy them out first, but gave Steve Jobs his idea for the Lisa computer (and later the Macintosh) and he told them no, and visited Xerox's PARC to get some more good ideas.

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    5. Re:MacOS could be based on RiscOS by Richard+W.M.+Jones · · Score: 2, Informative

      But how far did MkLinux get? I just checked that site, and it's still the same as it was nearly 8 years ago. Sure, the updated dates are the same, but they never did even come out with a 1.0 release.

      I actually ran MkLinux on some old Apple computers about 10 years ago, and it worked pretty well. (About 100x more reliably than Mac OS 9 of the same vintage which just crashed all the time on the same machines). However it has to be said that MkLinux was slow, something I attributed at the time to the overhead of Linux having to do everything on top of the Mach "not-very-micro"-kernel.

      Rich.

  10. Gnome + KDE by InlawBiker · · Score: 4, Interesting

    I keep wondering when Gnome and KDE will ever join forces and do some real damage. But every time I wonder that out loud somebody smacks me down, as though I'm asking the English and German to join forces against tooth decay. I guess it's smack-down time again.

    1. Re:Gnome + KDE by Creepy+Crawler · · Score: 3, Insightful

      Specifically, I thought they were going to unite their libs so that gnome and kde would be cosmetic changes of the overall GUI subsystem sitting atop X.

      Some things like DCOM have already been united and shared.. It just takes a few dedicated individuals to do so.

      I personally would love united libs that any gui can use while knowing that every "frozen" feature will be as such for any major versions. Let everybody use it, from GNOME, KDE, Xfce, and any other manager.

      --
    2. Re:Gnome + KDE by QuantumG · · Score: 4, Funny

      What a wonderfully balanced opinion you have.

      I can't imagine why there's such bad blood.

      --
      How we know is more important than what we know.
    3. Re:Gnome + KDE by TeacherOfHeroes · · Score: 5, Funny

      I disagree. I seriously hate KDE.

      KDE is dysfunctional, overwhelms me with options, looks like shit (well, that can be themed, but...) and just generally sucks.

      If Gnome had been chosen instead and as much time had been spent on polishing Gnome as Mandrake/Mandriva has spent on polishing KDE, we would not have this discussion.... Mandriva (i.e. Gmandriva) would already rule the desktop.

      Sadly, I see more and more development time wasted on supporting / trying to polish KDE into something usable instead of just throwing the towel into the ring and going with Gnome.

      ====

      Sorry if this offends your sensabilities, but I just couldn't resist, and I think that is pretty much sums up the silly debate between KDE and Gnome users who are both happy with their own choices.

    4. Re:Gnome + KDE by moderatorrater · · Score: 5, Insightful

      I disagree enormously. I think what they have in gnome is so perfect for Ubuntu it's almost scary. They're trying to make it so that the end user isn't overwhelmed with options and customizations, and that it just works. They've succeeded phenomenally. My only beef with it right now is that upgrading to the next release is awful, breaks my desktop about half the time, and that flash doesn't work very well. If those two things were fixed, I would never use anything else for a desktop ever again.

    5. Re:Gnome + KDE by MightyMartian · · Score: 2, Insightful

      That's the rotten thing about debating something as subjective as the preferred UI experience. Frankly I find KDE goes out of its way to emulate everything that's bad about the Windows GUI, even more so. Gnome is minimalist, which I like. The nice about Linux is that I actually have a choice. Heck, if I want to, I can install them both.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    6. Re:Gnome + KDE by martinw89 · · Score: 3, Insightful

      It will probably never happen. Plus, the competition probably does both teams a lot of good. But let's look at the specific reasons:

      • Different toolkits. If the projects joined, they would have to consolidate (ie, rewrite) TONS of code. That is, if they wanted to unify the applications look and feel. I suppose they wouldn't have to, but that sort of defeats the purpose.
      • Different design philosophies. KDE is all about choice, Gnome is all about making the choices for you. Obviously these are big oversimplifications of each (KDE makes some good choices by default, Gnome usually gives the power users a place to change things), but the different design philosophies would be hard to combine.
      • They're just different: The two projects have grown a lot over the last 10 years, and they both have great systems in place inside their desktop environments. Tons of this work would have to be heavily rewritten or scrapped altogether to make a new unified desktop environment. As an example, Gnome stores a lot of settings in the GConf repository, KDE doesn't.

      And one could go on for a while regarding why these projects can't just magically join together. It's sort of like the cries of Webkit in Firefox. Read the Ars article on that subject to get a feel for trying to combine projects with similar goals but completely different designs. They just don't mesh.

    7. Re:Gnome + KDE by daffmeister · · Score: 3, Insightful

      Which is exactly why it's good that there are two major desktops. You get to use KDE. I get to use Gnome. For me Gnome is superior because it aligns better with the way I work. I don't care that it doesn't have a gazillion options because I'm not going to be twiddling them anyway.

      You can twiddle to your hearts content on KDE.

      Isn't choice wonderful?

    8. Re:Gnome + KDE by idonthack · · Score: 3, Interesting

      The two environments take entirely opposite approaches to design:

      • Gnome assumes the user is confused and tries to help them.
      • KDE assumes the user is capable and lets them do whatever they want.

      They are both an equally valid approach, but the target demographics are incompatible. It would be stupid to try and combine them.

      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    9. Re:Gnome + KDE by Creepy+Crawler · · Score: 2, Interesting

      Back in KDE2, I loved it. Used it all the time. I couldnt stand GTK1 apps, like Gnome.

      Fast forward to 2 weeks ago. I downloaded Kubuntu and tried it on a desktop that uses 100% linux-happy hardware. It felt worse than Vista in terms of bloat and yuck. I cant precisely describe it, but that feeling of "waaaay overboard" came to mind.

      Gnome is clean and crisp, and doesnt get in the way. Ubuntu "approved apps" just work with no fiddling and gunk. That's they they're approved.. for the user experience. One can always download QT and other lib based programs. They just dont have the same feel.

      Ubuntu with Gnome feels like a Mac, without the "We dont allow you to do what we dont want you to do" stuffy mac experience. I can get work done and be happy.

      --
    10. Re:Gnome + KDE by QuantumG · · Score: 3, Insightful

      Yawn. What don't you get? There's choice and everyone has their own opinion on what is best. What makes you any more right than them? And, frankly, what makes you think we give a shit about your two-bit opinion anyway? If Shuttleworth wants to blow his money on GNOME as well as KDE, who are you to criticize?

      --
      How we know is more important than what we know.
    11. Re:Gnome + KDE by christurkel · · Score: 2, Informative

      The problem with KDE is that even if you install kde-base or kde-core, you still get loads of apps. Look at Gnome's: clean, uncluttered and ready for you to add your own. That's why I wont install kde; it wont let me choose what I want or don't want.

      --

      CDE open sourced! https://sourceforge.net/projects/cdesktopenv/
    12. Re:Gnome + KDE by BizarreDC · · Score: 2, Interesting

      I also have to disagree. Have you used OSX and Gnome ? There are some startling similarities between the two which leads me to think, as so many people love OSX including Linux and Windows users (the opposite is not so common) maybe there is a place for Gnome. I also have to add I've been using Linux for servers for around 10 years now and I've tried running KDE (including the latest incarnations) and enlightenment (wish it was a cool as I always perceived it to be) many times and always to my shame resorted back to windows. It was not until Ubuntu came to the scene with Gnome that I finally managed to make the switch on all my desktops.

    13. Re:Gnome + KDE by drix · · Score: 2, Insightful

      Ubuntu (i.e. Kubuntu) would already rule the desktop.

      I assume you mean the Linux part of the desktop. Because nothing I have seen in the FOSS world approaches even OS X Puma in terms of usability, aesthetics or intuitiveness. There's something fundamental missing from the equation in Gnome and KDE, and that something is artists. I'm not just talking about making pretty desktops with lots of gradients and plasticky buttons. Use any Apple product for five minutes and you instantly realize that some seriously right-brained shit goes into developing these things. There's very little of that going on in the Gnome or KDE camps, and what little there is seems is mostly derivative of something Mac or, worse, Windows, already did. Please understand that I'm not trying to belittle anyone or, in particular, the tens of thousands of hours of donated hard work that has gone into these projects, both of which I use and am impressed with. But it's time we stopped clicking our heels waiting for Linux to "finally" overtake OS X. Why? Because the open source culture of giving away your hard work, so prevalent in the software world, simply has no equivalent in the artistic world. Apropos the post, it appears someone finally realized this and is throwing down some cash to address things like UI design and documentation, but I remain extremely skeptical how worthwhile this will be given Apple's decade-long lead.

      Actually, a great example of what I'm talking about will be comparing Android, which I'm guessing was designed by a bunch of CS grads, with the iPhone. If the Gnome or KDE guys had to build a cell phone, they could have built Android. No one except Apple could have made the iPhone.

      --

      I think there is a world market for maybe five personal web logs.
    14. Re:Gnome + KDE by bursch-X · · Score: 2, Insightful

      No you don't really have that choice, unless you could run all your apps using just either (not both) of the two environments.

      But if you e.g. are a GNOME user, there comes a much needed application that happens to be made for KDE written in Qt and of which there happens to be no GNOME equivalent, so you have to install the KDE underpinnings and the app stands out like a sore thumb and your whole consistent desktop experience goes down the drain.

      That's why fragmentation is not a good thing on the Desktop. If you could make all applications look and behave more or less the same, this inconsistency in visual interfaces, could be dealt with. I think it could be done.

      Just look at Java applications on Mac OS X. Yes, they are somewhat fugly, but they look and behave enough like Cocoa apps that you can at least bear using them. Copy & paste works, drag and drop works, the keyboard shortcuts and the rest is rather consistent, too.

      --
      There are two rules for success:
      1. Never tell everything you know.
    15. Re:Gnome + KDE by demachina · · Score: 3, Interesting

      "Millions of people disagree with you"

      I'm a little skeptical there are actually millions of people even using Linux on their desktops and I imagine the number is shrinking in the face of the fact that OSX is so well done. If you split those in half between Gnome and KDE I imagine you would be down to hundreds of thousands of people who agree or disagree with him. Then further trim the number by the hundreds of thousands of Linux desktop users who probably have no strong opinion on the religious wars between Gnome and KDE. You will probably be left with maybe a hundred thousand fanatics who will wage an endless religious war on the subject while OSX wins the desktop war for discriminating users, and Windows will continue to win with people who aren't very discriminating or play games on their PC. About the only hope Linux has on the desktop is in countries like China and Brazil which hate the U.S. and its corporations enough that they don't want their PC's owned by Microsoft or Apple.

      Just to prove I'm one of those doomed religious fanatics I'd have to agree with the guy that started this thread, that while GNOME has some nice work in it in places, for the most part GTK is really poor foundation to build a GUI on and GNOME ends up being a pretty poor GUI due to its weak foundation. Its really sad Qt wasn't put under a license similar to Freetype way back when, because if it had Linux would be light years ahead of where it is today on the desktop. Though as another thread here hit the nail on the head, ALSA is such a horrible audio API it is also driving a bunch of nails in the coffin.

      I've always had a strong suspicion Miguel is a Microsoft mole who has been doing a really awesome job of insuring Linux will never be any good on the desktop by poisoning it from within. If I was Bill Gates I'd sure be paying Miguel a small fortune under the table to do all the damage he's done to the Linux desktop over the years.

      --
      @de_machina
    16. Re:Gnome + KDE by carlmenezes · · Score: 2, Insightful

      +1

      I think what Mark Shuttleworth is doing is EXACTLY what is needed. GNOME and KDE are both evolving, each in their own way. I've been a long time KDE user, but I now find myself able to use GNOME too and appreciate its approach. I also love the fact that I can switch between these two widely different approaches and still feel at home - they're both doing something right.

      I would like to think/hope that Shuttleworth is accelarating this process by funding these projects. They are both beautiful and what we really need is for both of them to be completely usable to a newbie that chooses either.

      I guess I'm just hoping that Shuttleworth is able to do for both these desktops what Nintendo did for console gaming with the Wii - make newbies feel at home. That's what we need now - more newbies using Linux. We need input from the non-techies to give us a straight opinion about what they like and what they don't. We need newbies who like it enough to want to contribute in ways that other newbies will appreciate.

      We already have solid teams working on these projects. We now need a nice welcome mat for the disgruntled/curious Windows user.

      Mark, if you're reading this, THANK YOU.

      --
      Find a job you like and you will never work a day in your life.
    17. Re:Gnome + KDE by swillden · · Score: 2, Insightful

      I keep wondering when Gnome and KDE will ever join forces

      Never.

      KDE developers aren't interested on working on something like GNOME. If they were, they would. If KDE didn't exist, they'd create it or do something entirely different.

      Ditto GNOME developers. I mentioned KDE developers first, because I'm in their camp. I like C++, I like OO and I like the elaborate, ultra-flexible coolness you can build with them, and the simplicity inherent in the complexity. GNOME developers read that last phrase and say "Huh? WTF is he smoking?". To KDE developers GNOME is tedious and boring. To GNOME developers, KDE is arcane and weird.

      The environments are written in different languages, with radically different design philosophies, both internally and externally. They just attract different sorts of folks.

      Having both doesn't mean that the community's efforts are divided, it means that the community's efforts are DOUBLED, because twice as many developers find something they'd like to work on. And they don't fight one another at all -- quite the contrary, they work together quite well on defining common desktop standards so that they can interoperate smoothly. Not only that, but they pick up each others' good ideas and incorporate them, making them better.

      Having both KDE and GNOME is good for open source. Enjoy it.

      (I'm generally a KDE user as well as a sometime KDE developer, but at the moment I'm using GNOME on Ubuntu and quite enjoying its polished simplicity. In a week or two I'll get tired of its limitations and switch back to KDE. This happens every year or so. When I go back, I always end up finding a few GNOMEisms that I try to see if I can get in KDE. It's all good.)

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    18. Re:Gnome + KDE by Yfrwlf · · Score: 3, Informative

      Ubuntu Linux tops 8 million users.

      That's just Ubuntu. Not that it matters, I just want the number of Linux users to go higher regardless of what the actual number is right now.

      I imagine the number is shrinking in the face of the fact that OSX is so well done.

      You think an OS with a pre-loaded dock which is still tied to overpriced hardware should be outdoing a completely free OS which can have a dock as well as a hundred number of other ways of starting programs? I agree that certain things need better streamlining on Linux believe me, but I don't agree with your statement if only Linux had actual consumer choice behind it and visibility. Even though it may sound cliche that doesn't mean it's not true, I largely blame Microsoft's business practices for this. I think many consumers would choose the much cheaper Linux option, if they had the choice presented. I just disagree on that one point, but appreciate your criticism.

      About ALSA though, I still don't understand why it's getting so much hate when Pulseaudio has been adopted by many of the "biggest" distros and is available of course for anyone to install. From Wikipedia: In a typical installation scenario under Linux, the user configures ALSA to use a virtual device provided by PulseAudio. Thus, applications using ALSA will output sound to PulseAudio, which then uses ALSA itself to access the real sound card. PulseAudio also provides its own native interface to applications that want to support PulseAudio directly, as well as a legacy interface for ESD applications, making it suitable as a drop-in replacement for ESD. So, perhaps you should take a look at PA's API then. ^^ Would be nice to have a few standardized audio APIs though which could be used with any sound server, but for now the sound servers are the ones being flexible and modular by being able to communicate with all these different APIs, like PA can, so that's better than nothing.

      --
      Promote true freedom - support standards and interoperability.
    19. Re:Gnome + KDE by wrook · · Score: 2, Insightful

      I've always had a strong suspicion Miguel is a Microsoft mole who has been doing a really awesome job of insuring Linux will never be any good on the desktop by poisoning it from within.

      This really does Miguel a disservice. I certainly don't agree with everything he does (possibly not even many things that he does). But before Miguel the best spreadsheet application we had was Oleo. When Miguel wrote Gnumeric it made *huge* strides for free software on the desktop.

      At the time I remember people saying, "Free software can never work on the desktop because writing a good spreadsheet application is just too boring". Miguel showed that there *were* people interested in writing decent office applications for free software.

      Sometimes it's hard to remember the contribution that people made so long ago. But we need to remember our history and respect those people who brought us here.

  11. An omen! by CaptainNerdCave · · Score: 5, Funny

    This must be proof that 2009 will be the year of the Linux desktop!

  12. ALSA Drivers Please!! by Anonymous Coward · · Score: 5, Interesting

    As an audio software developer, I have tried several times to make and port programs to Linux.

    Basically, you never dare to request anything other than the default config from an alsa driver. Trying different sample rates, formats or channel configs can cause anything from an unhelpful error code to a segfault (I kid you not).

    So it's hard to take Linux seriously in this context.
    ALSA is a roadblock, due to being "good enough", but it's nowhere near good.

  13. Straight from Shaney's mouth by DrSkwid · · Score: 4, Funny

    "Macs were interesting because 1) they weren't Intel and 2) they weren't Unix, now they're both. Oh well."

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  14. Are his millions enough? by 93+Escort+Wagon · · Score: 4, Insightful

    Red Hat has invested a lot of money to improve the Linux desktop experience as well. They've made great strides, but still - they still have a ways to go, at least in the opinion of this user of both OSes. So spending more money does not guarantee they'll reach the goal.

    I think, in order for Linux to really break through here, they probably need to have teams of actual designers rather than have the coders do most of the design themselves. They also probably need to "think different" and come up with their own usability/interface ideas, rather than keep mimicking Apple's (which Gnome seems to frequently do, if discussions on the developer email lists are any indication).

    In any case this is a good thing, and I hope Linux continues to push forward thanks to this new investment.

    --
    #DeleteChrome
    1. Re:Are his millions enough? by Aetuneo · · Score: 5, Informative

      From the article itself: "... We are hiring designers, user experience champions and interaction design visionaries and challenging them to lead not only Canonical's distinctive projects but also to participate in GNOME, KDE and other upstream efforts to improve FLOSS (Free/Libre/Open Source Software) usability."

      --
      Everything is subjective.
  15. If I had millions... by DotDotSlasher · · Score: 2, Informative

    while this is useful admirable-- if I had millions, I would consider setting up a program to pay a limited number of folks $100 for installing Linux on a desktop machine used 8+ hours a week and using it for a few months. A weekly (at least) intelligent posting to the forums would be required. You would have to apply for the program - show some of your writing on the internet (slashdot posts) as someone who really exists and can actually communicate.
    Meanwhile, paid staff would facilitate a way to solve problems (watching forums, suggesting fixes, adding to a wiki) -- perhaps the organization could also offer bounties for FOSS developers to improve certain areas which are most annoying.
    This guy is way ahead of me, I'm still waiting for the millions.

  16. BSD is growing by Anonymous Coward · · Score: 3, Funny

    Sorry, I couldn't help it:

    It is official; Netcraft now confirms: *BSD is growing

    One more crippling bombshell hit the already beleaguered Windows community when IDC confirmed that *BSD market share has risen yet again, now up to more than 30 percent of all servers. Coming on the heels of a recent Netcraft survey which plainly states that *BSD has gained more market share , this news serves to reinforce what we've known all along. *BSD is sending other OSes into complete disarray, as fittingly exemplified by topping the charts in the recent Sys Admin comprehensive networking test.

    You don't need to be a Daemon to predict *BSD's future. The hand writing is on the wall: *BSD faces a long and prosperous future. In fact there won't be any future at all for Windows Server because *BSD is growing. Things are looking very good for *BSD. As many of us are already aware, *BSD continues to gain market share. Red ink flows from Redmond like a river of blood.

    FreeBSD is the most loved of them all, having gained 93% more core developers. The sudden and pleasant release of the long developed 5.0 only serves to underscore the point more clearly. There can no longer be any doubt: FreeBSD is growing.

    Let's keep to the facts and look at the numbers.

    OpenBSD leader Theo states that there are 70000 users of OpenBSD. How many users of NetBSD are there? Let's see. The number of OpenBSD versus NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 70000/5 = 14000 NetBSD users. BSD/OS posts on Usenet are about half of the volume of NetBSD posts. Therefore there are about 7000 users of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD market. Therefore there are (70000+14000+7000)*4 = 364000 FreeBSD users. This is consistent with the number of FreeBSD Usenet posts.

    Due to the release of OSX, cool new technologies and so on, FreeBSD is expanding into more desktops than ever. FreeBSD has become more than the sum of its parts.

    All major surveys show that *BSD has steadily gained in market share. *BSD is very powerful and its long term survival prospects are very bright. If Windows is to survive at all it will be among OS dilettante dabblers. *BSD continues to improve. The progress achieved is nothing short of a miracle. For all practical purposes, *BSD is alive and kicking.

    Fact: *BSD will kick your ass

  17. Simple start by loconet · · Score: 2, Insightful

    X? OpenGL? really? Will some of the simpler more annoying stuff that is broken right now be addressed as well? How about we start with some simple stuff like getting Flash with audio not crash Firefox 98% of the time. I don't care that you can fix that by installing Flash 10 beta, or some extra library, the fact is that it does not work out of the box. Not only that, the fix (as explained by the hundreds of other users who had the problem) involves jumping to the command line and apt-get'ing a new version of flash after installing a new unsupported apt source. For me, it's fine, I can deal with it but the general public will not want to jump through those hoops. It is very hard to spread Linux adoption when this is one of the very first things users experience. They will not care that the problem might be on Adobe's end or Mozilla's or some obscure repo. The fact is, the browser shipped with the OS crashes. This makes it all look unpolished, unfinished. A house with squeaky floors. I hope that money is also being used to eliminate these basic problems at whatever the root cause may be. .. and yes bugs have been filed!

    --
    [alk]
    1. Re:Simple start by Creepy+Crawler · · Score: 4, Insightful

      Thats right.
      Ubuntu works fine.
      Firefox works fine.
      Gnome/X works fine.
      Compiz works fine.
      Pretty much every app works fine.
      Bugs are addressed quickly on ubuntu's website.
      ADOBE makes a crap version of Flash for Linux.

      It's Ubuntu's fault Flash crashes. Nuh-huh

      Try: The proprietary software dealer.

      --
    2. Re:Simple start by bendodge · · Score: 2, Interesting

      Does this Flash problem everyone gripes about exist in only in GNOME or something? I am using Kubuntu 8.04 KDE 4.1 and Flash seems to work just as well as in XP.

      --
      The government can't save you.
    3. Re:Simple start by Anonymous Coward · · Score: 2, Insightful

      Look, get off the blame game. We don't give a shit who's at fault. The deal is, there is a bug that users experience out-of-the-box with Ubuntu. Either fix it or remove it but leaving bugs for users to deal with is not how you make a successful OS. I really don't give a shit who's fault it is. Shifting the blame to someone else DOES NOT FIX THE PROBLEM.

    4. Re:Simple start by Creepy+Crawler · · Score: 4, Insightful

      We can fix the open source stuff if it was at fault.

      We could even fix Flash if it was Open Source.

      But the cold hard truth is Flash is closed source and proprietary means ONLY the creator can make changes that would increase stability. That's also the same reason why kernel debuggers wont touch a listing from a tainted kernel.

      --
    5. Re:Simple start by chromatic · · Score: 5, Insightful

      [Similarly], it is Ubuntu's fault that it isn't trivial for some people to fix the issue.

      There are, what, a few thousand programmers who understand Linux systems programming well enough to debug GUI programs and post patches? It's not trivial for those programmers to fix Flash because Adobe won't let them see the source code. How is that Ubuntu's fault?

    6. Re:Simple start by chromatic · · Score: 2, Informative

      Again, it's relatively trivial to fix the issue for you and I as well as most /.ers....

      Does Ubuntu really install Adobe's Flash player by default? I certainly don't remember seeing it in any Ubuntu I've installed.

      Even so, it's not relatively trivial for me to fix the problem, and I have some experience writing C code on Linux. (I did it most recently not more than ten minutes ago.) Adobe's binary blob crashes. Unless you have magic powers, you can't reliably "fix" that without the source code.

    7. Re:Simple start by Ash-Fox · · Score: 2, Insightful

      Either fix it or remove it but leaving bugs for users to deal with is not how you make a successful OS.

      It worked for Windows and OS X.

      --
      Change is certain; progress is not obligatory.
  18. Re:Stop saying that Mac OS is based on FreeBSD. by DoctorDyna · · Score: 2, Insightful

    Yep, I know :) It wasn't an argument.

    --
    Windows has more viruses because linux has more virus coders.
  19. Re:Stop saying that Mac OS is based on FreeBSD. by Anonymous Coward · · Score: 2, Insightful

    Not all comments are an argument, ya know. Sometimes people are agreeing, or even giving more information to back up the OP. Shocking, that people on the internet can sometimes have a cordial conversation, no?

  20. Lunix??? by Amazing+Quantum+Man · · Score: 4, Funny

    WTF is Lunix???? Doesn't exist, according to distrowatch.

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    1. Re:Lunix??? by DrSkwid · · Score: 3, Informative

      Linux / Unix

      Sorry, it's common parlance in Plan 9 world. However, I didn't know it was so insular until your post.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  21. Mark Shuttleworth is... by Brain+Damaged+Bogan · · Score: 4, Interesting

    the uberGeek. We should all aspire to be like that guy, he's worth millions but he chooses to give back to the community by paying for FOSS development out of his own pocket. Sure, Canonical is a business and I'm sure the publicity and improvements he's paying for will help get some more license fees, but the geek points he's scoring are worth so much more

    **Geek points not redeemable for any cash value.

    --
    -- Sex is the antonym of pringles. Once you pop it's time to stop.
  22. Re:Why do people go on about how great Mac OSX is? by Yosho · · Score: 4, Informative

    It's slow, crashy and overcomplicated.

    Your first two arguments are unprovable flamebait, and the last is a matter of opinion. There are lots of people who think it's fast, stable, and just complicated enough.

    It's got an ugly, messy desktop environment and it doesn't come with any decent usable software.

    Again, the first is a matter of opinion, and I would think you could at least realize that you're in the minority. Lots of people think the desktop is pretty and well-organized. The last is, again, flamebait. It may not come with as much as your typical Linux distribution, but Safari, Pages, Mail, iTunes, Xcode, DVD Player, and the various iLife apps, among others, are far from unusuable or indecent. And, despite the fact that it doesn't come with as much as your typical Linux distribution, there are many thousands of free and open source programs that you can install.

    It's got this weird browser that doesn't render stuff, doesn't have AdBlock and which usually gets replaced with Firefox.

    "Doesn't render stuff" is, again, unproveable flamebait. Safari does just fine in rendering tests. You're also showing off your ignorance, as it does have AdBlock. Come on, that's the first link in Google.

    It can't play back most videos or music files without expensive shareware.

    This is just wrong and uninformed. Those are just examples off the top of my head that I like, there are plenty of other free and open source players out there.

    It doesn't even have a usable text editor!

    What about TextEdit and Pages is not usable?

    If those are too flashy for you, just install vim or emacs. They work fine.

    It's utter crap. Ubuntu is already better than Mac OSX. Please don't try to make another crappy OSX Aqua-looky-likey clone thing.

    You clearly do not even know what you're talking about. Please spend some time using OS X or at least do a bit of research before you try to troll again.

    --
    Karma: Terrifying (mostly affected by atrocities you've committed)
  23. Re:Please tell me... by knewter · · Score: 2, Informative

    This is easy to answer - he sold Thawte for $575 million.

    Do you not have the internets where you are? Wikipedia, geezus.

    --
    -knewter
  24. Please, ALSA, GO AWAY!!!!! by mangu · · Score: 5, Informative

    I've done a lot of work on audio on Linux, not for the audio itself, but because I work with satellite telemetry that's frequency-modulated in the audio band. I hate ALSA. It broke completely with the Unix philosophy.

    Before ALSA, one would open audio devices just like files, acquire audio data just like reading files, play audio just like writing files. ALSA went the Redmond way, one different API for each different type of data.

    1. Re:Please, ALSA, GO AWAY!!!!! by Kent+Recal · · Score: 4, Insightful

      Amen to everyone who bashes alsa here, I agree wholeheartly.
      I think it's high time for a rewrite, maybe they get it right the third time...

      It's really amazing how thoroughly they managed to screw up something so relatively simple (when compared to other areas of the kernel).

      Every time my box decides to re-shuffle the order of my soundcards (re-promoting the onboard sound to default), or decides to remain silent for the rest of the session after I plugged/unplugged my USB headset, or requires me to play trial&error with barely documented and obscure config files (asoundrc/openalrc) to *maybe* get sound in a game working it reminds me of why 2008 is probably still not the year of linux on the desktop...

      To be fair, yes ALSA "works" most of the time and even out of the box. The distro-hackers managed to beat the hardware-detection into submission so that pretty much any liveCD will give you sound (at least on one of your cards...) right away. Just never try to get fancy, like going beyond adjusting the Master-volume. You're in for a world of pain.

  25. Re:Why do people go on about how great Mac OSX is? by vux984 · · Score: 2

    You clearly do not even know what you're talking about. Please spend some time using OS X or at least do a bit of research before you try to troll again.

    He probably would if he didn't have to commit 100% and buy a bloody mac to spend some time using it.

    That is -my- only complaint about OSX, I don't like the hardware. I'm not talking about the 'value' or the price, I just straight up don't like it. I want a Core 2 Quad in a mini tower that will take a couple hard drives, video card upgrades, and some PCI/PCI-express cards as needed.

    I don't want an overkill Xeon or two. I don't want an all-in-one imac.

    On the laptop front, I want a tablet, or maybe an ultraportable like the macbook air. The modbook is too much money (given that you have to buy a macbook and then frankenstein it) and its not functional enough. I'm also interested in GPS and cellular data support as optional built-ins which apple doesn't offer, and definitely more usb ports than the air sports (ie more than ONE).

    On the pricing front, apple's store is ridiculous for the 'upgrade' pricing, ridiculous to the point of obscene. Sure I buy the base model upgrade it myself, and sell off the spare parts, but I shouldn't have to.

    Bottom line, I'd be a potential OSX customer, but their hardware just doesn't line up with my requirements. I'd consider a hackintosh... or a psystar... but I'm just not that desperate to run OSX. I had an old G4 tower that I quite liked, and G3's before that in beige tower and desktop boxes that I was very happy with, and I had an original ibook when I was in university... but now I don't have a single mac, not that I don't want OSX, but just just don't want their hardware.

  26. No MS Exchange integration? by Jjeff1 · · Score: 3, Insightful

    As far as I can tell, the killer app preventing linux from taking over the corporate world is the lack of an outlook replacement. More and more of our work is web based. Evolution has a beta mapi extension for exchange 2007, and exchange 2003 support (via screenscraping OWA). My attempts to get it working with exchange 2007 so far have failed. I'm really perplexed that no one seems to have nailed this down yet.

  27. No Reason Why Not by reallocate · · Score: 3, Interesting

    There's no reason Shuttleworth can't deliver something on par with OS X. All he needs to do is concentrate on functionaliy, usability, and marketability, and not worry that much about ideology. I.e., the same things Apple worries about.

    The market does not care how software is writen, it just cares about what it does and how it looks.

    --
    -- Slashdot: When Public Access TV Says "No"
  28. Re:Stop saying that Mac OS is based on FreeBSD. by bursch-X · · Score: 4, Informative

    Do you ever even read any posts? Rliegh stated clearly that the kernel is XNU which is... fuck it read it yourself.

    There ain't no FreeBSD kernel in OS X. Got it? It's the userland, process model, the networks stack and the virtual file system that was taken from BSD, but the kernel and drivers are heavily influenced by Mach.

    --
    There are two rules for success:
    1. Never tell everything you know.
  29. Re:Stop saying that Mac OS is based on FreeBSD. by bursch-X · · Score: 3, Informative

    In that line of argument, the Linux kernel is GNU HURD, because it ended up being a replacement for the then never delivered GNU HURD kernel, for the GNU OS.

    --
    There are two rules for success:
    1. Never tell everything you know.
  30. Not so fast ... by Neuropol · · Score: 3, Insightful

    This last weekend, I had the biggest scare in the last 3 years of using Ubuntu. After downloading and installing the latest XML update for some thing, I rebooted (because I felt like it), and Gnome, my usual windowmanager, absolutely would not boot up. I couldn't even get safe-mode to boot so may uninstall the update, if that were even an option if I did get it to boot. Being that I have about 20 other options for window managers, I began logging in to see which other ones had fried in the process. Luckily, none of the other ones had bzzzt'd.

    Because I've used linux for the last 9 years, 3 years of full-time-no-windows-any-more, I have come to acknowledge the unexpected, irreversible errors that have plagued me and my choices of software in Linux.

    I've noticed a move towards lack of backwards compatibility for many apps along the way in the last two years. Luckily, I have only had to rebuild a Ubuntu install once, the rest of the additions have been welcomely handled by fairly painless updates (except when Ubuntu blew up xorg on every one and one couldn't boot back to an actual functioning video screen) [...]

    This move away from backwards app compatibility and support was a common trend when RedHat was growing out of its diapers and moving towards being a popular, viable Open Source option. This is some thing that eventually drove me away from using RedHat, due to essentially, cutting their core users off at the most crucial time in order to expand in to a more wide reaching market in enterprise Linux.

    To understand what took place on my gnome issue, I know that I trick out the desktop in such a way that any good programmer would look at me, take my machine, and say, 'nope, you are not supposed to do that, mine now'. BUT, it works, and always has ... until an xml update blew stuff up.

    If Ubuntu plans to keep its core supporters, stuff like this just can't happen. It's a pain to have to rebuild an entire usable desktop option so I can go back to editing Astrophotography Images in DS9. For me, it's a few curse words and a lot of time.

    On the other hand, consider a fresh-off-the-windows-boat user, had this happened to them, Ubuntu would lose those customers left and right, no questions asked - back to windows - because that just doesn't happen in windows. In the 10 plus years I've actually seriously been messing with computers - again, 9 of which have been Linux (the 80s & 90s don't count), I've never seen this happen with either Windows or Mac - and it better never again, or Ubuntu will be losing a long-time dedicated user because I just can't spend my days rebuilding what some "update" broke due to lack of backwards compatibility - and no subsequent follow-up bug fix has been released ...

    I like Ubuntu due to its simplicity on the front end, yet it comes with every thing that makes Linux good under the hood. Just don't kill it for the those who have supported your efforts.

    1. Re:Not so fast ... by wintermute000 · · Score: 2, Insightful

      I take it then you've never had a WinXP SP2, SP3 or WGA inflicted meltdown.
      Or a windows driver borking everything.
      Or spyware/viruses causing random issues everywhere.

      All OSs are susceptible to breaking with updates. If you tinker under the hood of your linux system then of course it makes it likelier.
      If you stuck completely to pre built packages and never edited any config files by hand (see windows) its rare that stuff breaks as completely as you described, and if so its a big bug thats usually quickly resolved.

  31. Re:Stop saying that Mac OS is based on FreeBSD. by MrHanky · · Score: 2, Interesting

    Yes, the only difference is that it has a radically different architecture. Apart from that, and most of the code, it's the same.

  32. Re:The Year of the Linux Desktop . . . by bursch-X · · Score: 2, Funny

    They better hurry up they have just three months left to make it happen :-P

    --
    There are two rules for success:
    1. Never tell everything you know.
  33. Re:Why do people go on about how great Mac OSX is? by serviscope_minor · · Score: 2, Interesting

    This is not a troll.

    It's *not* that great. It's slow, crashy and overcomplicated. It's got an ugly, messy desktop environment and it doesn't come with any decent usable software. It's got this weird browser that doesn't render stuff, doesn't have AdBlock and which usually gets replaced with Firefox. It can't play back most videos or music files without expensive shareware. It doesn't even have a usable text editor!

    It's utter crap. Ubuntu is already better than Mac OSX. Please don't try to make another crappy OSX Aqua-looky-likey clone thing.

    Yes. 100% agree. Almost. I also find it slow, crashy and overcomplicated.

    The DVD player crashes on bad DVDs easily, often locking up the GUI. Worse if you put a DVD in from the wrong region.

    The GUI is horrible at arranging large numbers of windows. It works (ish) for macos style, but really badly if you work in X11 a lot. A proper window manager (ed fvwm2) does a much better job. I hear the latest version finally got virtual desktops...

    And yes, the text editor stinks. Pretty much any modern Linux comes with vim of some sort installed by default.

    Media files are a right pain. On linux, it's just an "mplayer" away from working. On OSX, not so. Unless you use mplayer. Except it doesn't sync video right and you get tearing.

    I agree that ubuntu is already better than OSX. I would take an ubuntu install any day over an OSX install. Not that ubuntu isn't collecting brokenness in interesting ways, but I agree. Don't make anothe macos clone. I know how and where to get the original one and I don't want it.

    --
    SJW n. One who posts facts.
  34. Precisely why it needs to export look and feel by linhares · · Score: 2, Insightful

    An implementation of export look and feel could dramatically change things: Most Linux people spend a lot of time configuring their desktops, changing wallpapers, appearance settings, icons, metacity themes, compiz settings, skydomes, and god knows what else. Some people make their systems look like a mac, some make it look like vista, some make it look unique. I think it would be a significant leap if we could make a SINGLE (large) file container, with everything involved in the desktop settings, and send it to other users. The community could share beautifully tuned desktops, and we all could experiment with numerous desktops really rapidly. If we improve productivity in this arena, then everyone on windows would see amazing desktops, all changeable, and that's an important step towards solving bug#1. A large file could have all associated settings, parameters, needed files, and command sequences to configure the desktop in ONE click. Most newbies don't have the know how or the patience to learn how to really transform a desktop... we could give them a little instant gratification, as this is something that no mac or windows user can do.