Slashdot Mirror


Red Hat to Enter the Desktop Market

head_dunce writes "It looks like Red Hat is going to release their Global Desktop Linux in September and give Ubuntu a challenge for the Linux desktop market. Red Hat Global Desktop 'would be sold with a one-year subscription to security updates.'" It looks like another choice for the proverbial Aunt Tillie. The release is being delayed in order to provide greater media compatibility, "to permit users to view a wide range of video formats on their computers."

2 of 250 comments (clear)

  1. Re:Beyond the average user by Constantine+XVI · · Score: 4, Informative

    Don't know if you've used 7.04 (Feisty) yet, but they've made codec installation as simple as:
    1) Attempt to play file
    2) codec-buddy pops up and tells you what you need to install
    3) Press OK, read applicable legal crap
    4) Type in your password to install the software
    5) Go!

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  2. Re:More choice by KingSkippus · · Score: 4, Informative

    Well, that's true, but I also think that part of the problem is people who create packages that don't understand how to use RPM. I can't tell you how many times I've seen installation instructions that include things like "use --force to bypass the version checking..."

    Of course, then we get into how complicated RPM is for normal software developers to use. I mean, just because I write awesome nifty C++ code doesn't mean I'm an expert in RPM. (Nor should it, really.)

    What we need is a way for installation configuration to be simplified both for end users and developers. I can't tell you how many times I've churned out some widget to do something and ended up spending more time tweaking installation packages than I did on writing the thing it was installing.