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

02.24.08

Novell’s Mono in Fedora 8

Posted in GNU/Linux, Mono, Red Hat at 9:41 pm by Roy Schestowitz

Courtesy of Slated


Here’s the full extent of Mono in Fedora 8, as far as I can tell:

avahi-sharp
avahi-ui-sharp
banshee
beagle
beagle-evolution
beagle-gui
blam
bless
boo
bytefx-data-mysql
cowbell
daap-sharp
db4o
dbus-sharp
drapes
evolution-sharp
f-spot
gecko-sharp2
gmime-sharp
gnome-sharp
graphviz-sharp
gsf-sharp
gtk-sharp
gtk-sharp2
gtk-sharp-gapi
gtksourceview-sharp
ibm-data-db2
ice-csharp
ikvm
kerry
lat
mod_mono
mono-core
mono-data
mono-data-firebird
mono-data-oracle
mono-data-postgresql
mono-data-sqlite
mono-data-sybase
mono-debugger
monodevelop
monodoc
mono-extras
mono-jscript
mono-locale-extras
mono-nunit
mono-web
mono-winforms
muine
nant
njb-sharp
tomboy
xsp

VN:F [1.1.7_509]
Rating: 0.0/10 (0 votes cast)
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

Listed from October 23rd 2007 onwards, pingbacks and trackbacks (external) are omitted

8 Comments

  1. Mark Fink said,

    February 24, 2008 at 10:38 pm

    Gravatar

    dbus-sharp

    Does this mean they replaced c dbus with that MONO dbus replacement that Beranger was talking about?

    VA:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  2. Roy Schestowitz said,

    February 24, 2008 at 10:43 pm

    Gravatar

    As I understand it, both remain, but some packages might use dbus-sharp instead.

    Here is something which I found yesterday (incidentally):

    “…support for writing applets in Vala, the C#-like language for GObjects.”

    From: http://phorolinux.com/avant-window-navigator-awn-024-released.html

    Okay, so I don’t know (and haven’t checked yet) if Mono is involved, but a huge number of people became rather dependent on this excellent project (AWN) and not just GNOME users.

    So okay, I’ve just lookup up Vala in the Wiki:

    Vala is a new (as of 2006) programming language, targeting the GObject object system. It was developed by Jürg Billeter and Raffaele Sandrini.

    It has a syntax based upon C#. However, unlike C#, it has no runtime system (Vala is compiled to C code, which can then be compiled to native code) and so imposes little additional overhead.

    There appears to be no problem here after all, but it’s worth keeping an eye open,

    VN:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  3. Woods said,

    February 25, 2008 at 12:49 am

    Gravatar

    What I don’t understand is that if the point of Vala is providing a modern, object-oriented language for programming Gnome for developers who won’t/can’t use C# or Java, why emulate C# of all languages? Gnome already has the (to my understanding) excellent gnomemm-bindings for C++, an ISO-standard programming language. And without the pseudo-syntax of Qt for handling gui-signaling.

    Furthermore, Vala doesn’t provide garbage collection (which would be a major boon for easy development) but only assisted memory management (C++ smart pointers anyone?)

    I mean, what is the point of Vala?!

    What really bothers me with this is basing the language on C#. Alone, it would be nothing but I feel like there is a tendency among the FOSS-side to somehow provide a better Windows _for_ Windows developers and Windows users than what Microsoft is providing them. And even that is fine as far as it goes but there isn’t just the danger of patents from MS (_maybe_ this will be mitigated by the recent announcement from Microsoft, especially if we get them in writing (the Mono-crowd must be cheering: “We were right!”)) but as Beranger quite rightly pointed out there is the danger of “cultural imperialism” as well. What will we (FOSS) be if, at the end of the day, we’re just a free version of the Microsoft-culture?

    GNU project began with the basis of UNIX and grew a culture and an identity of its own (diverse though it may be) Should all that just be discarded so that we can be Microsoft in place of Microsoft?

    VA:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  4. Roy Schestowitz said,

    February 25, 2008 at 1:00 am

    Gravatar

    (_maybe_ this will be mitigated by the recent announcement from Microsoft, especially if we get them in writing (the Mono-crowd must be cheering: “We were right!”))

    It’s very much the opposite. I don’t know if you read Matt Aslett’s analysis of this (he’s a journalist/analyst focusing on Open Source), but the new announcement means that Microsoft will specify patents covering its ‘precious’ APIs. It remains to see what this means to C#.

    VN:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  5. Rui Miguel Silva Seabra said,

    February 25, 2008 at 2:21 pm

    Gravatar

    dbus-sharp are C# bindings for dbus.

    VA:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  6. Woods said,

    February 25, 2008 at 11:59 pm

    Gravatar

    Rui,

    Dbus-sharp is a C# implementation of D-Bus (http://www.ndesk.org/DBusSharp)

    You’re confusing it with dbus-mono, which were the (now unmaintained) C# bindings for libdbus (http://www.freedesktop.org/wiki/Software/DBusBindings)

    VA:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  7. Roy Schestowitz said,

    February 26, 2008 at 12:07 am

    Gravatar

    The discussion here might be helpful.

    VN:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)
  8. Victor Soliz said,

    March 24, 2008 at 10:53 pm

    Gravatar

    Hmmm Vala looks nice, I just found it by mistake, for example, the syntax allows much more stuff than C++ and is closer to Java in the aspects in which Java makes better looking code than C++.

    And now I read these comments and Vala has no garbage collector! That’s so good! I think I should take a look to this…

    VA:F [1.1.7_509]
    Rating: 0.0/5 (0 votes cast)

What Else is New


  1. IRC: #boycottnovell @ FreeNode: July 1st, 2009

    IRC Log for July 1st, 2009



  2. Report: Microsoft's Patent Racketeering Comes from Myhrvold

    Microsoft extorts $120 Million out of rival Intuit, using the patent troll it is grooming



  3. Poll: 62% Don't Trust Microsoft on Mono

    A lot of news about Mono with special emphasis on key developments



  4. Proprietary Software Falters

    Microsoft demonstrates that non-Free software is simply incapable of handling mission-critical tasks like GNU/Linux does (in Wall Street for example)



  5. Web Browser Links

    Mostly links about IE8



  6. Confirmed: Windows Vista Still Rejected by Customers

    Beyond the hype there is a rather colossal failure that the press actually reports on



  7. Links 01/07/2009: New Sabayon, New IBM Compiler, Virtualbox 3.0

    Links for the day



  8. Government of Portugal Ignores Procurement Rules and Gives Taxpayers' Money to Microsoft

    Another classic case of illegitimate use of money without public tender



  9. MSCOSCONF 'Winner' is a Marketing Guy, Attacks FOSS

    Microsoft is giving awards to marketing people who help its fight against GNU/Linux (and Free software in general)



  10. Rob Weir Complains About Microsoft's Manipulation of Wikipedia

    Microsoft carries on smearing ODF in public while pretending to support it



  11. Who Promotes Mono? Microsoft and Novell

    New signs lead back to Microsoft (not just Novell)



  12. Microsoft Kills Channel 8 and Channel 10

    Axing embellished as "folding", more on "perception management"



  13. Microsoft-dominated DHS Concerned About Windows Zombies (Corrected)

    Janet Napolitano from Microsoft speaks on behalf of the DHS about the effect of Windows zombies



  14. IRC: #boycottnovell @ FreeNode: June 30th, 2009

    IRC Log for June 30th, 2009



  15. More People Say “No” to Mono, Including the Software Freedom Law Center (SFLC)

    More opposition to Mono surfaces, detailed explanations offered



  16. Another Microsoft Vice President Jumps Ship, Employee Benefits Take a Dive

    At this pace of abandonment, who will be left to lead?



  17. Another Microsoft Product Dies: MSN Web Messenger

    Microsoft hangs the Messenger



  18. Microsoft Exploits Death to Advertise Its Products

    Microsoft uses Michael Jackson's tragic death to advertise itself



  19. Links 30/06/2009: KDE 4.3 Video, SourceForge Hits 4 Billion Downloads

    Links for the day



  20. In Praise of Mozilla Firefox 3.5





  21. Computer Shops Participate in Vista 7 “Scam”

    Microsoft claims a "discount" which is not



  22. Microsoft's Dublin DC Could be Indicative of the Notorious Tax Evasion Conspiracy

    Ireland receives another favour for offering a tax haven to Microsoft?



  23. Microsoft's Latest Benchmark Fraud

    Microsoft's advertising is still a scam and should be dealt with appropriately



  24. Microsoft to Cut Another 2,000+ Jobs

    Microsoft carries on shrinking while it's borrowing money



  25. IRC: #boycottnovell @ FreeNode: June 29th, 2009

    IRC Log for June 29th, 2009



  26. New Examples of Questionable Press Coverage

    Assorted brow-raising items in the news



  27. Mono Proponents Do Not Address the Real Questions

    Supporters of Mono answer questions that are not even asked -- a pattern which requires simple clarification



  28. Microsoft's ODF Lunch Paid Off

    ODF news which is more or less organised and some other picks from the news



  29. Links 29/06/2009: Core Linux 2.1 Released; FreeDOS is Now 15

    Links for the day



  30. GNOME's Evolution Proceeds as Planned?

    The prophecy of Novell's Miguel de Icaza is becoming true


An invade, divide, and conquer Grand Plan

Novell CEO Ron HovsepianHighlight: Novell was the first to acknowledge that Microsoft FUD tactics had substance. Novell then used anti-Linux FUD to market itself. Learn more

Xandros founderHighlight: Xandros let Microsoft make patent claims and brag about (paid-for) OOXML support. Learn more

Linspire CEO Kevin CarmonyHighlight: Linspire's CEO not only fell into Microsoft arms, but he also assisted the company's attack on GNU/Linux. Learn more

Hand with moneyHighlight: Microsoft craves pseudo (proprietary) standards and gets its way using proxies and influence which it buys. Learn more

Eric RaymondHighlight: The invasion into the open source world is intended to leave Linux companies neglected, due to financial incentives from Microsoft. Learn more

XenSource CEOAnalysis: Xen, an open source hypervisor, possibly fell victim to Microsoft's aggressive (and stealthy) acquisition-by-proxy strategy. Learn more

More analysis >>

Recent Posts