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

06.05.09

Fedora Leaves Mono Out, OpenSUSE Has Second Thoughts, and So Should Ubuntu

Posted in GNU/Linux, Microsoft, Mono, Novell, OpenSUSE, Red Hat, Ubuntu at 4:40 am by Dr. Roy Schestowitz

Cute monkey

Summary: Mono loses ground as it gets increasingly removed and Ubuntu should follow suit (regarding Mono inclusion), argue some of its own users

OVER the past week, quite a lot has happened. Most importantly, Red Hat decided that "it's better without Mono" and Ubuntu users opposed Mono for the same reasons (bloat). OpenSUSE and Hubert (formerly of Novell) are both showing signs that Mono loses its luster (as if it ever had any) and to quote Sam Varghese:

Miguel, looks like there are traitors to the Mono cause within your own ranks. Or is it that, just for once, commonsense and logic has asserted itself at Novell and its associates?

DaemonFC from Boycott Novell adds:

Linux Distro: “Can we distribute this?” Miguel De Icaza: “*shrug* Go ask Microsoft” [...] so Ubuntu goes whole hog and proceeds to crap up their OS with Mono everywhere [...] if it’s really “free software” you shouldn’t even really need to ask if you may distribute it.

Neighborlee writes in response: “as long as MOST people don’t notice whats going on.. they can do it. It’s when people that notice make up the majority, that they can’t procede.. so that’s why it [has] been so important to try to get the word to average joe and cindy.

Fred Williams writes in LinuxToday:

It would be nice if Ubuntu also took Mono off the live CD. They can leave Mono in the repos for people who want it.
To get rid of the trojan horse
sudo aptitude purge mono-common libmono0

“Definitely seconded!” says another person, who agrees with the above and adds:

I’ve been creating a custom Ubuntu live CD, and I was truly astonished how much space was wasted by this.
I believe it could even be as high as in the 5 to 10 percent range.

In other news, Novell is busy developing MonoDevelop. What is it doing now? It makes an installer for Windows. It’s nice to know that Novell spends its time developing Windows software that encourages development in .NET.

There are still some stability issues, and are several add-ins are still untested, but MD is starting to look great on Windows. GTK+ with the Vista theme looks really nice.

“Look really nice,” eh? So why not just use Windows? Whose platform is Novell promoting? Whose API?

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

If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channel. To use your own IRC client, join channel #boycottnovell in FreeNode.

Pages that cross-reference this one

26 Comments

  1. aeshna23 said,

    June 5, 2009 at 7:42 am

    Gravatar

    So why not just use Windows? Whose platform is Novell promoting? Whose API?”

    Exactly the point of all this! People who want to use .Net technologies should just use Microsoft products. If the point of Linux is just to produce a free Windows, we deserve to lose.

    David Gerard Reply:

    Indeed. .NET and C# were a cheap copy of Java, and Mono is a cheap copy of .NET.

    If people really want an environment that’s easy to develop in, at the price of a fat runtime (which is after all the sort of thing Moore’s Law is for) – why don’t they just use Java? IcedTea is proper genuine free software all the way down, and Sun has been disentangling Java as fast as they can. Why not use the original?

    Roy Schestowitz Reply:

    It doesn’t have the “Microsoft” logo? Why would Ximian favour it? Remember that Nat Friedman is a former Microsoft employee.

    Needs Sunlight Reply:

    deIcaza isn’t “we”, he’s most actively demonstrated membership in “they”

    People who try to use .not in place of java are just plain stupid, gullible or malicious. Or maybe have a bit of all three characteristics. .not isn’t even a quality copy of java.

    http://www.cnn.com/2002/TECH/biztech/12/06/microsoft.sun.ap/index.html

    Roy Schestowitz Reply:

    That URL is broken. I was once shown how all the Linux articles in CNN vanish over time.

    Roy Schestowitz Reply:

    It seems to be an AP article that expired.

    Roy Schestowitz Reply:

    “Bang on the knee” is an understatement

    http://boycottnovell.com/wiki/index.php/Jim_Allchin:_piss_on_Java

    About two weeks ago:

    http://hyperbored.com/steve-ballmers-brain-goes-chop-chop-chop/

    souskel Reply:

    “If the point of Linux is just to produce a free Windows, we deserve to lose.”

    But wasn’t the whole point of GNU to provide a free compatible version of UNIX? That’s how Linux displaced UNIX and brought freedom to the server. Surely the same strategy is not only tenable but necessary for the desktop.

    Roy Schestowitz Reply:

    It’s not that simple. UNIX is not Windows. Windows is the properly of one ‘master’, whereas UNIX is UNIX. There is no one UNIX.

    Let’s see how Microsoft reacts if ReactOS beats it at its own game.

  2. BW said,

    June 5, 2009 at 8:05 am

    Gravatar

    It’s good to see some of the distros coming to their senses about Mono, and I think Gnote is probably a good part of that motivation. There is though the additional question of F-Spot – is there a native GNOME alternative to F-Spot already, or should somebody get started building one?

    Roy Schestowitz Reply:

    There are some suggestions here (thanks for the edits, aeshna23).

  3. NotZed said,

    June 5, 2009 at 10:22 am

    Gravatar

    Porting most projects to windows is actually a recipe for success.

    If success is measures by lots of (whining) users I guess.

    Well before long it probably wont even run on mono, because it’s so far behind .NET and always will be.

    Roy Schestowitz Reply:

    Remember that this is not an ordinary port of an application like Firefox. Here it’s a development tool which gains Windows-only capabilities.

    David Gerard Reply:

    *in general*, cross-platform is good for application robustness and quality. Particularly the huge leap between Unix and Windows, which are such utterly different beasts. Porting to a severely different platform is excellent for deep examination of your design assumptions and the problem space.

    As Roy notes, this one is a bit different in practice.

    Roy Schestowitz Reply:

    Wine is also very different from Mono. Wine is for running, Mono is for developing. It’s a common misconception and vector of deception.

    Needs Sunlight Reply:

    WINE is a re-implementation of the Windos API, such that there is one. It includes the documented and a fair amount of the undocumented crap. The success of Wine is an essay in how poorly MS products are actually documented, how poorly they work and how much effort MS spends to prevent third parties from developing anything at all.

    http://lwn.net/Articles/154451/

    Wine is a fantastic piece of engineering, but would have been finished in months or weeks had MS actually documented its products. In spite of all that, it is an excellent bridge to freedom if one or two key apps is holding back a larger migration. Just be sure not to get bit on the ass by closed data formats.

    Roy Schestowitz Reply:

    Exactly. It’s a migration/legacy tool, unlike Mono/MonoDevelop.

  4. Will said,

    June 5, 2009 at 11:20 am

    Gravatar

    Re: F-Spot and the other mono infections, Gnome 3.0 is as good a chance as any to clean house. It has already begun with Gnote. It would be great if we could see developers rally to do the same thing to F-spot, Gnome Do, etc. Since Gnome 3.0 is still months away, there should be plenty of time to get things going in time, especially if the other projects grow at the pace Gnote did.

    eet Reply:

    You have no idea about software development, have you?

    Robert Millan Reply:

    The obvious troll is obvious (and because of that, nobody feeds it) =)

    Roy Schestowitz Reply:

    Yes, this one goes years back. “eet” is a pseudonymous, forever-nymshifting, abusive Internet troll that posts from open proxies and relays around the world.

    Roy Schestowitz Reply:

    Some say it’s better to encourage existing software which has no roots in Mono. Gnote was an exception due to its position in GNOME.

  5. eet said,

    June 5, 2009 at 11:37 am

    Gravatar

    It seems Will wants to KEEP his F-Spot, Banshee and Gnome-Do…

  6. shlomil said,

    June 8, 2009 at 10:18 am

    Gravatar

    I am the author of Ubuntu Hebrew Remix and blogged about these issues for a while:

    http://shlomil.blogspot.com/2008/09/why-you-probably-dont-want-to-get.html
    http://shlomil.blogspot.com/2008/10/more-thoughts-about-mono.html
    http://shlomil.blogspot.com/2009/02/sometimes-dog-will-bite-ms-sued-tomtom.html

    Although ,AFAIK, these SW patents are not applicable in Israel , I will consider removing Mono from my remix if Ubuntu keeps it just because I don’t feel like being (even partially) responsible for one of the major drawbacks in Linux adoption in the future.

    Roy Schestowitz Reply:

    Some distributions like BLAG already do the same thing for the same reasons.

What Else is New


  1. Links 18/3/2010: Steam and Linux; Red Hat's CEO Talks

    Links for the day



  2. IRC: #boycottnovell @ FreeNode: March 18th, 2010

    IRC Log for March 18th, 2010



  3. Former Microsoft Employees and Boosters Call Microsoft MVP Miguel de Icaza and Other Microsoft Apologists “Most Powerful Voices” in Open Source

    Microsoft folks have decided on 'our behalf' who is important to Open Source and who is not



  4. Magalhães + Microsoft = Corruption

    Microsoft accused of blocking GNU/Linux and more leaks about this scandal are high in demand



  5. Open Irony: Microsoft Creates/Sponsors OpenMainframe.org to Attack GNU/Linux

    War is peace and Microsoft is the new "open"; Details on the latest attack of Microsoft against GNU/Linux, using proxies



  6. Microsoft Brings MPEG-LA-LA Land to the Web and Threatens GNU/Linux With Software Patent Lawsuits

    Microsoft is trying to sneak patents-encumbered MPEG formats into the Web using Internet Explorer 9 (IE 9); Microsoft threatens (again) to go after Linux legally



  7. IMAX -- Not Just Apple -- Attacks Free Software With Software Patents

    Another legal attack against Free software comes in the form of a threat (issued against Sandy3D) and Apple's reason for suing Android seems like gradual iPhone defeat (Linux is winning)



  8. Links 18/3/2010: Many IBM Headlines, Mandriva Enterprise Server 5.1

    Links for the day



  9. IRC: #boycottnovell @ FreeNode: March 17th, 2010

    IRC Log for March 17th, 2010



  10. Microsoft -- Like Gates Foundation -- Still Uses Own 'Studies' for PR and Lobbying Purposes

    Some of Microsoft's latest 'studies' (from the past week) are looked upon more closely for their true purpose to be understood



  11. Microsoft Entryism Roundup: COPsync, Level 3, and Yahoo!

    COPsync hires from Microsoft, Level 3 dumps Microsoft's proprietary software to stave off Free software, and Yahoo! keeps falling apart



  12. Internet Explorer 9 Seems Less Secure Than Predecessors; Microsoft Plays the Vapourware Game Against Rival Web Browsers

    Internet Explorer 9 removes security features and lies about its standards compliance using improper benchmarks



  13. More Evidence of Potential Microsoft Involvement in Apple-HTC Lawsuit Against Linux/Android (and Microsoft Loses to Virnetx)

    Microsoft's top "IP" bullies commend Apple's legal action and Microsoft owes VirnetX $105.75 million for patent violation



  14. Novell Wants to Bring Microsoft, Moonlight, and Mono to Linux Phones (Android)

    Microsoft's patent-encumbered 'gifts' to GNU/Linux are being pushed into devices with Novell's help



  15. Patents (on Life) Roundup: Human Tissue and Crops Monopolised

    New reminders of the dangers of an excessively broad patent law



  16. Links 17/3/2010: KDE 4.5 Proposals, Benchmark of Distros in Development

    Links for the day



  17. LCA 2010 Conference - Glyn Moody Keynote

    Just a video



  18. Gates Roundup: Monsanto, Colonisation, Clinton Ties, and Control of Education

    Rich uncle Bill, who is said to be giving away his massive wealth, has somehow made $13 billion over the past year



  19. Does Microsoft Tinker With the Search Bar in Firefox?

    A reader alleges that Microsoft is playing dirty on Windows in order to suppress the use of Google (assuming AVG agreed to reroute traffic to Microsoft via Yahoo!)



  20. IRC: #boycottnovell @ FreeNode: March 16th, 2010

    IRC Log for March 16th, 2010



  21. Quebec Authorities Should be Sued Again for Microsoft Corruption; BECTA Should Too

    Quebec's government is up to no good again (bidless procurement suspected); the time is right to challenge BECTA legally, just like in Quebec



  22. ACTA Booster Luc Pierre Devigne Redefines Open Standards (With Software Patents Included)

    The European Commission turns its back on open standards that anyone can accept; ACTA and the Digital Economy Bill show a legal land grab by corporations



  23. “Call Out Windows”

    Prelude to a new campaign which strives to change the coverage of Windows-specific security problems



  24. Microsoft Happy About Apple's Invocation of Software Patents Against GNU/Linux

    Mobile Linux proceeds from one victory to another while Apple and Microsoft pointlessly attack with software patents



  25. Links 16/3/2010: Amarok 2.3.0, SimplyMEPIS 8.5 Preview

    Links for the day



  26. Microsoft Bing in the Business of Deceit, Censorship, and Brainwash

    Microsoft's idea of "search" continues to incorporate business bias, unnecessary censorship, bribes, and advertisements that disparage Google



  27. Government Should Avoid Proprietary Software and 'Clouds'

    Reporters wonder if Vivek Kundra (national CIO) can resist the temptation to just hand over government operations to private companies, some of which are abusive and dangerous to sovereignty



  28. Microsoft 'Pulls a SCO' in India (Against GNU/Linux)

    Poor Microsoft complains about a "mainframe monopoly" which does not run Microsoft Windows and the same strategies it used in Europe are being extended to India



  29. BSA Blames Lack of Patents for Europe Being 'Behind', EPO Loses €2 Million in Kaupthing Bankruptcy

    More brainwash from Microsoft's front group, the BSA (with former employees of Gates Senior); Europe's patent office -- not Europe itself -- may be having problems



  30. Mono Influence Increases in the GNOME Foundation

    Incorporation of Microsoft into GNU/Linux (especially GNOME) continues unabated


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