Slashdot Mirror


Ubuntu Won't Moan To EU About Microsoft

Barence writes "The company behind the Ubuntu Linux distro says it has no plans to follow Opera's lead and file a complaint against Microsoft to the EU. Ubuntu 10.10 is the most 'consumer-friendly' version of the Linux distro to date, but it faces an uphill battle against Microsoft's marketing machine. Even high-profile supporter Dell has dropped Ubuntu machines from its website in recent months, while continuing to remind visitors that 'Dell recommends Windows 7' at the top of every PC page. 'I don't think we've ever considered [an EU complaint],' said Steve George, vice president of business development at Canonical. 'The improvements we're making to Ubunutu ... are a better route for us to reach out to users and get a bigger user base.'"

8 of 248 comments (clear)

  1. Re:Word of Mouth by mwvdlee · · Score: 2, Funny

    As soon as the revolution comes, we all know what to do with the MicroSoft marketing department.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  2. Re:Word of Mouth by DIplomatic · · Score: 3, Funny

    A$ $oon a$ the revolution come$, we all know what to do with the Micro$oft marketing department.

    You must be new here, so I fixed that for you.

  3. Re:Word of Mouth by commodore64_love · · Score: 2, Funny

    Bribe them to promote Ubuntu (and linux in general)? No sense throwing away skilled laborers.

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  4. Re:If it makes Ubuntu feel any better.... by blair1q · · Score: 3, Funny

    'kill' is not recognized as an internal or external command,
    operable program or batch file.

  5. Re:They bribe PC makers. No skill required. by mark72005 · · Score: 4, Funny

    Well, the joke's on them, because 2010 is the year of Linux on the laptop.

  6. Re:If it makes Ubuntu feel any better.... by AHuxley · · Score: 2, Funny

    Re: You can still buy Dell computers preloaded with Ubuntu.
    I eventually had to go down to the sitemap. D: That's the display department.
    A: I had to do a search. D: The database must have been out. A: So were the links.
    D: But you did find the Ubuntu Dells. A: Yes, I found them. In a hidden directory in a disused sever behind a popup that said "Beware of the Malware".
    D: That's our Dell department.

    --
    Domestic spying is now "Benign Information Gathering"
  7. Re:No competetion for programmers workstation by equex · · Score: 2, Funny

    My wife set up Ubuntu 8.04 alone and got everything to work. flash, samba, A/V codecs, media players. In fact, we were going to make a whining video about how difficult everything was with Linux but had to cancel it due to everything turning out better than expected.

    --
    Can I light a sig ?
  8. Re:They bribe PC makers. No skill required. by Hal_Porter · · Score: 2, Funny

    That's a bit cynical. Maybe they recommend Windows 7 because it offers an industry beating Low Total Cost of Ownership and compatibility with leading Enterprise applications. Also It Just Works.

    Plus Windows is the only OS covered by Microsoft's Patent Promise.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;