EditorsAbout the SiteComes vs. MicrosoftUsing This Web SiteSite ArchivesCredibility IndexOOXMLOpenDocumentPatentsNovellNews DigestSite NewsRSS

02.11.10

Novell/Microsoft and the Funding of Pinta’s (Mono) Developer

Posted in Free/Libre Software, GNU/Linux, Microsoft, Mono, Novell, Patents, Ubuntu at 10:48 pm by Dr. Roy Schestowitz

“Our partnership with Microsoft continues to expand.”

Ron Hovsepian, Novell CEO

Summary: Novell has a Mono-based replacement for the GIMP and some of the most expected sources are covering it

THREE months ago, one of our readers hypothesised that the GIMP would be replaced by Paint.NET, at least in Ubuntu. The man who ported Paint.NET (for GNU/Linux) is working to receive a paycheck from Novell, which is in turn funded by Microsoft. He says that he “work[s] on Mono, specifically on Mono Tools for Visual Studio.” It’s about assimilating to Microsoft rather than the other way around.

Earlier this week we mentioned this article from The H. It is about a Mono project named Pinta, developed alone by that Novell employee who had previously ported Paint.NET. Thom Holwerda, who is quite often seen as hostile towards GNU/Linux (he loves Windows Vista 7 and he loves Mono), promoted this application, calling it “a Gtk+ Clone of Paint.NET.” DownloadSquad did the same thing and in Heise/The H we found the sole comment which says: “I read an article earlier on today that stated Novell were trying to get over the problem of mono being so unpopular with everyone by writing all the programmes themselves. Is this true? Just who else is writing programmes in mono?”

“Mark Shuttleworth once said that if the Windows API becomes the default on GNU/Linux, then there is no point to GNU/Linux.”Pinta is just more trouble, very much like Moonlight. Mark Shuttleworth once said that if the Windows API becomes the default on GNU/Linux, then there is no point to GNU/Linux. He was right, but he ignored his own intuition and embraced the Trojan horses from Microsoft and Novell (there is another side to this story). Those who are always defending and promoting Mono applications are those who offer complimentary coverage to Pinta. One of them is Ryan Paul and among the comments he received there is this one: “Great, yet another Microsoft .NET application to be included in Ubuntu. Before long, they will just switch to a licensed Windows kernel and nobody would see the difference.”

Here is new coverage from FOSDEM 2010:

Last weekend, during the tenth edition of FOSDEM, we had the joy of organizing the first ever Mono developer room. While there had been talks about Mono before (including Miguel’s great presentation at FOSDEM 2007), it was still a rather underrepresented topic. For that reason, Stephane and I requested a developer room and gladly we got it.

So those who asked for the room are contributing not just to F-Spot but to Novell’s very own Banshee too (which only Novell customers can use [1, 2, 3, 4]).

Gates on SUSE

Share this post: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • co.mments
  • DZone
  • email
  • Google Bookmarks
  • LinkedIn
  • NewsVine
  • Print
  • Technorati
  • TwitThis
  • Facebook

If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channels.

Pages that cross-reference this one

16 Comments

  1. ml2mst said,

    February 11, 2010 at 11:40 pm

    Gravatar

    Yawn!, another trojan, to add to the list of trojans, to be removed immediately from a fresh Ubuntu Gnome install:

    http://www.theopensourcerer.com/2009/10/29/how-to-remove-mono-from-ubuntu-9-10-karmic-koala/

  2. clifnotes said,

    February 11, 2010 at 11:43 pm

    Gravatar

    Ok, so what is the problem with Mono? I’m late to this ballgame, tell me the score.

  3. Roy Schestowitz said,

    February 12, 2010 at 5:08 am

    Gravatar

    Here is a good introduction to the subject.

  4. dyfet said,

    February 12, 2010 at 12:05 pm

    Gravatar

    While it’s still easy to remove mono from installed systems the most frustration thing from a Debian development perspective is mono build dependencies. There are now patches submitted in lots of packages that each separately build mono cil files for various libraries, etc, and each of these of course require “mono” as a “build” dependency for the package to now build from source. Hence, it is now for example now impossible to “build” an Ubuntu desktop system from ubuntu/debian source packages without also having a working mono, and for every target platform, regardless of how easy it may be to remove from user systems after install. I think this is perhaps part of the reason gNewSense dropped Ubuntu.

    Roy Schestowitz Reply:

    According to their updated FAQ (“modified on December 23, 2009, at 09:42 PM”):

    13. Will gNewSense 3.0 be based on Debian instead of Ubuntu, and why?

    Yes, because:

    * Debian separates free and non-free software better, so it’s easier to make a fully free derivative out of it.
    * Debian supports the architectures we want to support (e.g. MIPS).
    * it suits our infrastructure better (easier development).

    dyfet Reply:

    The question I have is whether mono is now “required” to “build” Debian the way it now seems required to build Ubuntu. It is not clear to me if these mono build dependencies were introduced upstream in Debian, or downstream in Ubuntu, and I had not had the chance to review their history. From the Debian, and I would presume especially, the gNewSense, perspective, requiring non-free software to build free software is also a bad thing, whether it is actually in the distribution delivered or not. At bare minimum it is a nuisance.

    Roy Schestowitz Reply:

    There’s the Tomboy issue in the GNOME ‘stack’ (default).

    dyfet Reply:

    That again is a “runtime” issue. I am talking about “build” issues, in respect to what is required to produce binaries for building a complete distro. The build issue is far worse than the runtime problem, because you cannot remove mono unless you modify every package that now requires it as a build dependency.

    Roy Schestowitz Reply:

    Maybe it got monotised to be monetised.

    dyfet Reply:

    Well, the way I look at it, when I require “mono” to be built and running simply to be able to rebuild nautilus from it’s Debian (or Ubuntu) source package, something is fundamentally wrong.

    A user can remove Tomboy, of course, and replace it for example with gnote, or even get a pre-built distro that does not have mono apps at all. But I should not have to alter packages just to be able to build free software mono free. This is also a Mono issue I do not yet see being talked about…

    Roy Schestowitz Reply:

    Do you have any URLs on the subject? I didn’t realise it had gone so badly,

  5. dyfet said,

    February 12, 2010 at 2:54 pm

    Gravatar

    No, not any url’s. But if we take debian/control from nautilus from Ubuntu for Lucid, for one example, it’s build-depends includes “liblaunchpad-integration-dev”. This is built from launchpad-integration, who’s build-depends includes:

    Maintainer: Sebastien Bacher
    Build-Depends: debhelper (>= 5),
    cdbs,
    autotools-dev,
    libbonoboui2-dev (>= 2.10.1-0ubuntu2),
    libgtk2.0-dev (>= 2.8.2),
    python-gtk2-dev,
    python-gtk2-dbg,
    python-all-dev,
    python-all-dbg,
    python-central (>= 0.5),
    cli-common-dev (>= 0.7),
    mono-gmcs,
    libgtk2.0-cil-dev,
    libmono-dev,
    mono-devel

    Hence one cannot build launchpad-integration without mono, and one cannot currently build Nautilus on Ubuntu without launchpad-integration support, at least without altering the package. But there are many other packages which similarly fail to build without Mono or that have what dependent packages which lead to mono build dependencies even though they do not “require” Mono to be installed to run. I have not evaluated Debian vs Ubuntu in this respect however as yet. But it should be looked into by “some” responsible journalist, the implications clearly more deeply considered, and then explained for the community at large, hint hint ;) . What does it mean if the free software build process itself is being contaminated?

    Roy Schestowitz Reply:

    How reminiscent of the Winforms trap.

  6. clayclamp said,

    February 12, 2010 at 5:41 pm

    Gravatar

    “I never attack developers” – Roy Schestowitz

    your_friend Reply:

    Explaining a corrupted build process is not an attack on a developer. If Gnome is really impossible to build without mono, it will be dropped the way mono has been or it will be forked. A thing can not be free and encumbered at the same time.

    Roy Schestowitz Reply:

    I don’t attack developers (be they Microsoft, Apple, or Mono coders). I think of them like I think of troops deployed in Iraq; they believe they do the right thing but rarely do they ask themselves why they were sent there and what for (“weapons of mass destruction” or something like that). Their impact on society at large is mostly negative because they choose to follow orders from megalomaniacs who abuse power.

    Coming from a longtime Internet troll (“clayclamp”), I am not surprised by this slur attempt.

What Else is New


  1. Links - MSNokia Passes Blame, Bill Gates pushes GMOs, Open Access news





  2. Links 7/2/2012: Firefox 11 Enters Beta, Canonical Disappoints KDE

    Links for the day



  3. IRC Proceedings: February 6th, 2012

    IRC logs for February 6th, 2012



  4. IRC Proceedings: February 5th, 2012

    IRC logs for February 5th, 2012



  5. Links 6/2/2012: PCLinuxOS 2012.02 and Mint KDE Reviews

    Links for the day



  6. Bill Gates Indoctrinates Youth in the United States and India, Critics Speak Out

    Backlash against the Gates Crusade to brainwash the young minds all around the world



  7. Bill Gates Uses Symbolic 'Donation' to Force Taxpayers to Pay Microsoft (of Which He Holds Shares)

    The Gates Foundation goes lobbying for Microsoft again, this time in Vietnam



  8. Monopoly as Innovation?

    Challenging the old misconception that patents are beneficial to anything but few multinationals and their patent lawyers



  9. Links 5/2/2012: Lenovo in India, Netrunner 4.1 is Out

    Links for the day



  10. IRC Proceedings: February 4th, 2012

    IRC logs for February 4th, 2012



  11. OpenStack, Microsoft, Junk Patents, Microsoft Copyrights, and Oracle Copyrights

    Another look at the OpenStack situation, why Microsoft should not be allowed to enter, and more about patent and copyright complications



  12. Apple, Which Started Patent Wars, Gets What It Deserves

    Apple products get banned (for the time being) after Apple decided to attack Linux-supporting competitors and then received some blowback



  13. Unitary Patent and the Emergence of More Junk Patents

    The rise of the junk patents and what we are taught about them by the news, including some news about the unitary patent in Europe



  14. Backlash Against Bill Gates' Lobbying for Patented Life

    GMO, a robbery of the right of reproduction (and a potential health hazard), is promoted by Bill Gates for profit, whereupon critics strike back



  15. IRC Proceedings: February 3rd, 2012

    IRC logs for February 3rd, 2012



  16. Links 4/2/2012: Ubuntu 12.04 Alpha 2 Preview, ACTA Backlash in Europe

    Links for the day



  17. A Glimpse at Executives Who Left the Sinking Novell Ship

    A roundup of news about former Novell staff and where that staff is moving these days



  18. Novell Makes New Software for Microsoft Windows and Office

    PR spin from Novell and money-grabbing moves that promote proprietary software rather than Free/Open Source software



  19. Links 3/2/2012: BT Vision Goes for Linux, Linux 3.3 With Android

    Links for the day



  20. Debt in Attachmate

    The company that bought Novell has a poor outlook, financial issues, and little signs of expansion/renaissance



  21. Longtime SUSE Executive Holger Dyroff Moves on, SUSE in a Bad State

    Key people continue to leave SUSE and the distribution is left without a compelling sales pitch



  22. Groklaw Update on Android Patent Cases and Response to FUD From Microsoft Lobbyists

    A few updates of greater importance where the Linux situation is discussed in the context of Android and Novell



  23. IRC Proceedings: February 2nd, 2012

    IRC logs for February 2nd, 2012



  24. Links 2/2/2012: DEFT Linux 7, Mozilla Firefox 10

    Links for the day



  25. IRC Proceedings: February 1st, 2012

    IRC logs for February 1st, 2012



  26. IRC Proceedings: January 31st, 2012

    IRC logs for January 31st, 2012



  27. IRC Proceedings: January 30th, 2012

    IRC logs for January 30th, 2012



  28. Bill Gates is Hijacking Open Source While Attacking It Using Lobbyists, Patents, and Patent Trolls

    Response to reputation laundering from Wired Magazine, the latest nonsense from Microsoft's lobbyist Florian Müller, an update on Microsoft's trolling against Android, and a little more of Apple's



  29. The Gates Foundation is Still Hijacking the Voice of the Poor and Effectively Runs Paid Advertisements Inside 'News'

    Money still the vehicle by which opinions get heard, so Bill Gates exploits this for fame, power, and profit



  30. Bill Gates and Rupert Murdoch Liaise to Take Over Minds of Children

    The latest dangerous hijack of education systems and the role played by creepy plutocrats with control over the press


RSS 64x64RSS Feed: subscribe to the RSS feed for regular updates

Home iconSite Wiki: You can improve this site by helping the extension of the site's content

Chat iconIRC Channel: Come and chat with us in real time

Recent Posts