Slashdot Mirror


Evolution Bug-Hunt!

Matt Beale writes "Ximian is slated to release Evolution (a mail client for Gnome/Linux) by October 1st. In preperation, they are offering awards for finding bugs in Evolution! A important open project to participate in, AND i can win a palm VII, sweet!" My bug was that it kept crashing ;) October release is ambitious but very cool.

68 of 229 comments (clear)

  1. release timeline by Proud+Geek · · Score: 2, Insightful

    Ximian probably has to release quickly. I can't imagine they are in great shape financially. It could easily be that a quick launch is key to their survival, either by allowing them to show product and attract investors, or even by giving them some sort of revenue stream.

    --

    Even Slashdot wants to hide some things

    1. Re:release timeline by kilgore_47 · · Score: 2, Funny

      I can't imagine they are in great shape financially.

      I think their Stuffed Monkey sales will keep them afloat...

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    2. Re:release timeline by ConsumedByTV · · Score: 2

      Rupert is not just a stuffed monkey. He is so much more, with thos cute button eyes you can see your boss behind you when your writing rtml.

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    3. Re:release timeline by jbrw · · Score: 3, Interesting

      Except when I try to buy Rupert I get:

      [snip]
      Warning: PostgreSQL query failed: ERROR: parser: parse error at or near "and" in /var/www/html/xproddetail.php on line 11

      Warning: Supplied argument is not a valid PostgreSQL result resource in /var/www/html/xproddetail.php on line 13

      Warning: PostgreSQL query failed: ERROR: parser: parse error at or near "," in /var/www/html/xproddetail.php on line 18

      Warning: Cannot add header information - headers already sent by (output started at /var/www/html/xproddetail.php:11) in /var/www/include/shoplib.inc on line 50
      [snip]

      D'oh!

      ...j

    4. Re:release timeline by Uruk · · Score: 4, Insightful

      I'm sorry, but why do so many people here care about the business aspects of Ximian? How is that that it's all about the benjamins? I thought it was all about the SOFTWARE!

      Certainly, Ximian has business realities that they need to attend to, but I'm at a loss for why those types of things are interesting to slashdotters. When was it exactly that the site turned from primarily people interested in cool technology to people who are interested in the latest business news? When was it that we gained so many people who act as if their entire self-worth is tied up in whether or not "open-source" proves itself to be a viable business model?

      Here's the reality of the situation - free software isn't going to die even if it CAN'T be made into a viable business model. If Ximian croaks tomorrow, that doesn't invalidate a single line of code that they put into Evolution. Sure, some businessman in a suit somewhere is going to be pissed off, but unless you are that guy, why do you care?

      Enjoy the software. Enjoy life. Life is good! Don't spend time wondering about Ximian's revenue models, their overhead, whether or not their VC capital is dwindling, or even whether or not ESR was right about all that non-software-related business stuff he spews about "open source". Do your part and be a GNU/Linux user, and let the suits take care of themselves.

      I don't necessarily think that suits and techies should be separated, but this vein of discussion is something that just isn't all that interesting.

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    5. Re:release timeline by ConsumedByTV · · Score: 2

      Man, its not funny when I realised that its true. Time for you to get a new job man. He seems to be what we are all fighting against. But then again perhaps you really take the Snog song "the prole song" to heart.... I doubt it thought. By the way ximan gnome is by far the easiest software i have ever installed... One thing that better about telecommuniting thats for damn sure.

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    6. Re:release timeline by Khalid · · Score: 4, Insightful

      I agree with the fact that Open Source won't go away, but if developers can't sustain themselves and can't work full time on projects, these projects will take forever to complete. Freasmeat and Sourceforge are full of projects which have been dragging their fleets for years and will never reach a useful state.

      Open Source software will catch up proprietary one only if companies who develop it can have enough money to fund development and R&D. Open Source can't relay forever on hobbyists programming in their spare time.

    7. Re:release timeline by stefanlasiewski · · Score: 2

      but unless you are that guy, why do you care?

      Because we're the type of people who belive you can have your cake and eat it too. I agree that Open Source won't die if companies like Ximian do die, but I also hope that Companies like Ximian are able to make a couple of bucks, and will be able grow and prosper from Open Source projects, and that WE will be able to benfit from that prosperity.

      They fix bugs, add features, and make great, useful products.Ximian is a great asset to the Gnome community.

      Do your part and be a GNU/Linux user, and let the suits take care of themselves.

      Suits? Sure, I'm sure Ximian has it's 'suits', but it has regular people too. I've met several Ximian developers in person and online, and I consider them peers, not suits. I wish my peers Ximian good luck and good fortune... both the Tee-shirt wearing peers and the suit wearing almost-peers.

      --
      "Can of worms? The can is open... the worms are everywhere."
  2. Bug.. already? by orangesquid · · Score: 4, Funny

    I found a bug -- it doesn't execute Outlook macro worms correctly!

    --
    --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    1. Re:Bug.. already? by ajs · · Score: 2, Funny

      main () { fork(); main(); }

      Not as efficient as it could be...

      Let's see, to avoid exess stack extension from infinite recursion of the exponentially growing process-count:

      main() { for(;;){ fork(); } }

      There we have a nice little system-killer. But, it's still not quite good enough becuase of that icky branch. If we fork n times, per loop, that's 2^n more processes before they all have to branch again....

      main() { for(;;){ fork(); fork(); fork(); } }

      Dancing in the dark... to the radio of love! ;-)

    2. Re:Bug.. already? by ChadN · · Score: 3, Informative

      Any good forkbomb includes a payload...


      #include <stdlib.h>
      main() { char * foo; for(;;) {
      foo = malloc(1025);
      foo[0] = 'a';
      foo[1024] = 'b';
      fork(); fork(); fork();
      }
      }


      NOTE - I do NOT recommend running this on a machine without proper ulimits set...

      --
      "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward
    3. Re:Bug.. already? by wiredog · · Score: 2
      fork(); fork(); fork();

      Am I the only one who thinks of the Swedish Chef when I see this?

  3. Evolution 0.9 "shipping" now by PCM2 · · Score: 3, Informative

    Don't forget that Evolution 0.9 is shipping as part of the shrinkwrapped Ximian Desktop product. Though that part of the suite, at least, is labeled quite plainly as a "preview release," it's definitely integrated into their overall office productivity offering right now -- no longer a separate download. (This, as of the LinuxWorld Expo in San Francisco.)

    --
    Breakfast served all day!
    1. Re:Evolution 0.9 "shipping" now by luge · · Score: 2

      Actually, the version on the CD is 0.11.

      --

      IAAL,BIANLY

    2. Re:Evolution 0.9 "shipping" now by PCM2 · · Score: 2

      You are right. I must have had some wires crossed.

      --
      Breakfast served all day!
  4. This is moving backwards by allknowing · · Score: 2, Funny

    This will make programmers WANT to put holes in software, then they will be a part of this and somehow "FIND" these holes at a later date.

    1. Re:This is moving backwards by silicon_synapse · · Score: 2, Informative

      A contest like this surely states in the rules that ximian employees and/or anyone who has anything whatsoever to do with the project is excluded from participating (or from receiving prizes - i guess they should still let ximian staff submit bugs ;-)

      Sure enough, you're right: http://www.ximian.com/devzone/projects/evolution-e ligibility.html

    2. Re:This is moving backwards by baptiste · · Score: 2
      This will make programmers WANT to put holes in software, then they will be a part of this and somehow "FIND" these holes at a later date

      They pulled this stunt at NORTEL one time and IIRC it worked fairly well. We all laughed and said the same thing - designers will just toss in bugs to fix for moeny later - but they did have some smart rules and it seemed to work fairly well - the designers sure spent a LOT more time in teh lab tested the betas :)

  5. Important? by Jeffrey+Baker · · Score: 3, Insightful

    Someone explain to me why this is important, as asserted by this slashdot article. It's a mail user agent, no more, no less. It doesn't allow people to collaborate more efficiently. It isn't groupware. It's just an MUA with LDAP, an RSS viewer, and a calendar. Fun, but why important?

    1. Re:Important? by NonSequor · · Score: 2

      It's got a scheduling component, a to do list, an address book. There's already some stuff for calendar sharing. It's supposed to eventually synch with Palms but I don't think that's ready yet. It is already very nice though.

      --
      My only political goal is to see to it that no political party achieves its goals.
    2. Re:Important? by Skeezix · · Score: 5, Informative

      Because Evolution is one of if not the premiere Workgroup and PIM free software solution. You can schedule appointments with other Evolution users or with any client supporting the iCalendar standard (Outlook/Exchange, Lotus Notes...). It offers the best integration I've seen amongst mail/PIM suites, and best of all it handles extremely large volumes of mail better than anything I've used. When you get 200+ emails a day, this is a lifesaver. Its Filter/vFolder capabilities are pretty powerful.

    3. Re:Important? by image · · Score: 2

      One word:

      mutt

      Trust me, I've used them all. I even used to be a program manager at Microsoft (where we had rather integrated groupware, and a *lot* of mail), and nothing else has come close to handling the volume of personal email, work email, mailing lists, etc., that mutt does.

      If you haven't tried it, give it a shot. If you have given up on text based email readers because pine doesn't cut it, or GUI clients because eudora and outlook express don't do it for you, then you likely haven't taken the time to realize the potential of mutt.

    4. Re:Important? by Skeezix · · Score: 2

      I've used pine, mutt, and several others, yes. But mutt isn't a full workgroup/PIM suite. It's like comparing apples with oranges to compare mutt with Evolution.

  6. Not too abitious by rgmoore · · Score: 4, Interesting
    October release is ambitious but very cool.

    I don't think it's that ambitious. I've been using Evolution as my primary mail client for almost a year. It's improved a lot in that time, and for the past several months it's been quite reliable and has all the features I need. I don't think that getting it up to release quality on that schedule is an unreasonable expectation.

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

  7. Re:too bad MSFT doesn't do this by JordoCrouse · · Score: 2

    if i had a nickel for every bug in windows 95...

    Gates already does....

    --
    Do you have Linux and a DotPal? Click here now!
  8. Better Idea. by PopeAlien · · Score: 5, Funny

    ..It'd be much cheaper if they just used the DMCA to arrest people that find bugs.. Hey, it works for Adobe.

  9. I have a hand spring. by ConsumedByTV · · Score: 2

    I want to be able to sync it to my desktop. Does evoloution or any other program with all the normal features work? I am looking for a calandar, contacts, perhaps even an emulator to run it. Any Ideas about this? I mean outlook can sync with my hand spring, can evoloution?

    --


    "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    1. Re:I have a hand spring. by dhamsaic · · Score: 2

      Evolution supports Palm devices. I would imagine that it supports Handspring Visor as well, but I don't have one to test it with...

      --
      Every once in a while I like to masturbate a new word into my vocabulary, even if I don't know what it means.
    2. Re:I have a hand spring. by NonSequor · · Score: 2

      The Palm device sync isn't ready yet. You can get it by compiling it in yourself though.

      --
      My only political goal is to see to it that no political party achieves its goals.
    3. Re:I have a hand spring. by ConsumedByTV · · Score: 2

      I couldnt find this info on their site, could you like me to your source?

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    4. Re:I have a hand spring. by luge · · Score: 2

      Palm Sync will be in the packaged binaries soon; hopefully next week.

      --

      IAAL,BIANLY

    5. Re:I have a hand spring. by ConsumedByTV · · Score: 2

      From where can i get this or instructions on how to do it?

      --


      "Not my manner of thinking but the manner of thinking of others has been the source of my unhappiness." - M
    6. Re:I have a hand spring. by dhamsaic · · Score: 2
      --
      Every once in a while I like to masturbate a new word into my vocabulary, even if I don't know what it means.
  10. Re:here's a bug by SquadBoy · · Score: 2

    apt-get install does it all in one download. Maybe more than one package but it is as close to possible of what you are asking.

    --

    Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  11. Bugs?? Hehe? This is fore me. by magi · · Score: 2
    Computers hate me. Software hates me. Gods of Information must be angry at me, for some unknown reason. This kind of challenges are just made for me.

    But really. I haven't seen a mail client better than Pine so far. Pine is small on the screen (80x25 or whatever you like). It reuses the entire view area in all different views. It's fast to use with keys, and keyboard control of most Linux/KDE/Gnome software is next to nothing. One of the best features of Pine is saving messages by the username of the sender (in incoming mail), and by the username of the receiver (in outgoing mail). 10x faster than moving messages to a long folder list with mouse. Yack, I hate (computer) mice (furry ones are ok though).

    1. Re:Bugs?? Hehe? This is fore me. by PurpleBob · · Score: 3, Informative

      It's sad to see a text-based e-mail user caught in the Pine trap.

      Set aside a few hours and learn to use Mutt. It's open source (Pine isn't), and it does everything Pine can do (except for Pine's brain-dead menu system) plus a lot more. You'll thank yourself later.

      --
      Win dain a lotica, en vai tu ri silota
    2. Re:Bugs?? Hehe? This is fore me. by Ben+Hutchings · · Score: 2

      Pine's licence fails to meet the OSD, on at least two counts:

      1. It does not permit distribution of binaries built from modified source code, as required by section 4.
      2. It restricts distribution for profit more than is allowed by section 5.
  12. It's currently that (more or less). by Chuck+Chunder · · Score: 2

    But it's groupware ambitions are clear. It's important not because of what it currently is (A pretty decent MUA AFAICT, vfolders are sweet), but for what it credibly promises to be in the future.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  13. Re:here's a bug by PingXao · · Score: 2, Interesting

    That's not a bug, it's a feature! Seriously, though, having to download all that extra stuff put me off as well. I just know that at least 3 of those things will require me to download and install something else besides. No thanks. I just don't have the time or inclination right now.

    As you said, if it was just one tarball to deal with then I'd have it running already!

  14. Re:i love ximian, but by Skeezix · · Score: 3, Informative
    No, it's not just selling shrink-wrapped versions of their software. A few examples of how they're bringing in revenue:

  15. Addressbook by cnkeller · · Score: 2
    I've been keeping up to date with the nightly snapshots (okay they are really semi-nightly). Very stable. Only had one go bad I think; it was a gtkhtml problem.

    Evolution actually rocks, mostly. I was very impressed that they simplified encrytion so it works just like Outlook. Press this button to sign then press this to encrypt. Very nice.

    Now, how about enabling the address book?

    --

    there are no stupid questions, but there are a lot of inquisitive idiots

    1. Re:Addressbook by Nodatadj · · Score: 2, Informative

      I think this is caused by the addressbook.db file in the root contacts folder being in the wrong format. runing killev and removing it, then restarting evolution should fix that, but you'll lose any contacts in that folder, so you might not want to do that :)

  16. Ximian supports Suse 7.x by Skeezix · · Score: 2

    Ximian just recently added support for Suse 7.x. I'm not sure what you mean about supporting more than Red Hat. Currently Ximian supports something like 18 different platforms. Mandrake 8 is also now supported. You can get it here.

  17. Re:Exchage Client by Skeezix · · Score: 2
    From the Ximian Evolution FAQ:

    Q: If we are a Windows based company with Unix users, can we use Ximian Evolution?

    A: If your server uses standard open protocols like LDAP, IMAP, POP, and SMTP, you can use Evolution with it. You can share addresses with vCards and calendar items with iCal appointments. We do not, however, support proprietary protocols at this time.
    ...

    This applies to Exchange. You can use it with exchange if you're using industry-standard open protocols.

  18. Notes from the bugmaster by luge · · Score: 5, Informative

    Hey! So... I guess I'm going to have a busy day tomorrow :) If you really want to get a good start and be helpful, I'd recommend that you read the Bug Day TODO list before coming by the bug day. We need lots of help- but we also need people who are going to be willing to get their hands dirty in the bugzilla, not just sit in the channel and ask when their pet bug will be fixed.
    So... hope to see you all tomorrow, and hope that you'll be willing to help out in a constructive manner!
    Luis Villa
    Ximian Bugmaster
    P.S. I'll be reading responses, so if you have any questions, please feel free to ask. Thanks!

    --

    IAAL,BIANLY

  19. Re:here's a bug by vukicevic · · Score: 2, Informative

    If you are compiling from source, you will indeed have to build a number of prerequisite libraries that track Evolution development, such as gal. This is no different than including all these libraries inside the evolution source tree -- except that these libraries are also used by other projects, and as such are independent modules. Now that bonobo, oaf, and others are stable, this isn't as big of a problem.



    If you just want to install Ximian Evolution, you can easily use Red Carpet to do it -- it will figure out exactly what packages you need and take care of the whole problem for you.

  20. Very Cool by Uruk · · Score: 3, Interesting

    Not only do I *not* mind helping a company out when they are contributing free software back to the community, but when they actively solicit help like this and give people rewards, it's only going to help them out. Also, I think having your customers hunt for bugs reinforces the idea that you're not claiming you're perfect (and thus not trying to pull the wool over their eyes about defects in the software) and also as part of the free software community it makes people feel like they have a stake in the software. Which would you rather use - a package where you felt you had some sort of stake, or MegaCorp's package where feature requests are forwarded to /dev/null and the support team consists of an auto-reply email system?

    As a side effect, it's probably a smart marketing move since as I'd imagine, the Ximian FTP sites are hopping right now with slashdotters trying to download a copy of Evolution to win something.

    So let's review:
    - Free (as in beer) stuff (always cool)
    - Free (as in speech) software (even cooler)

    What a deal!

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
  21. Too bad it's been broken in apt for ages by miahrogers · · Score: 2

    I realize ximian "doesn't really have time" to guarantee compatability with Debian-unstable, but I know a lot of people who use unstable. If you use unstable, in general you're the kind of person who would report a bug when a program crashes.

    For MONTHS there has been a dumb bug with libgnomeprint11 (their version) that makes it never install on any of my machines. Thanks guys, I hope you get those bugs checked soon, but not by me, even though I was willing.

    That and they're trying to force everyone to use redcarpet when I really perfer apt, especially since redcarpet is buggy.

    This isn't a flame, it's more like me crying because nothing ever makes any sense. I think Miguel & co are great folks, and I hope they do well.

    1. Re:Too bad it's been broken in apt for ages by Jeffrey+Baker · · Score: 2

      I just checked with apt-cache and evolution depends on libgnomeprint15.

    2. Re:Too bad it's been broken in apt for ages by miahrogers · · Score: 2

      you're right. I feel like an idiot.

      libgnomeprint11 is still broken, but it isn't attached to evolution anymore (maybe at one point something that evolution depends on depended on it).

      Anyways, sorry for the harsh words, and on with the bugchecking.

  22. "Gnome/Linux"?? by 1010011010 · · Score: 2

    Stallman alert!
    woop! woop!

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  23. Re:here's a bug by Skeezix · · Score: 3, Informative

    This is the way software works. You build applications on platforms. In this case, Evolution is built on on the GNOME platform which is made up of libraries. It's no different in Windows or any other platform. One of the things that causes you to feel that perhaps it is different, is that free software moves so fast...so in order to get the latest you need more software than just what your distribution shipped with. That's precisely why, by the way, Ximian is selling shrinked-wrapped versions of their software. You get it all on CD's with documentation and support. If you don't want to pay money for it, Red Carpet will happily resolve the dependancies for you. 99% of the problems people had with earlier version of Red Carpet have been resolved in recent builds. If Red Carpet is too slow for you, consider subscribing to Red Carpet Express when it's available.

  24. Re:most bugs reported so far? by luge · · Score: 3, Informative

    A rudimentary contributor report. This is not exactly the report that will be used for the prizes (this one doesn't adjust by date, dups, or a couple other factors) but it does give a ballpark idea of where people stand. Remember we'll also be giving out some stuff to people who find and mark dups, not just adding new bugs to the DB.

    --

    IAAL,BIANLY

  25. Why must it look so MS? by kabir · · Score: 3, Insightful

    I have no idea of the actual functional quality of Evolution, or any other Ximian product, but that doesn't matter because I'm annoyed about something else... Why is it that they feel the need to make it look just like Microsoft software? Personally, I _hate_ the way Outlook looks, it's blocky, inelegant, and screams Microsoft. So why does Ximian adopt it? Trying to convert all the Outlook users? I suppose that might work, but it has the annoying side effect of a) still being ugly as sin, and b) reinforcing the (broken) idea that Microsoft has the right idea. I'm all for new MUAs, etc. but it would be nice if their look was at least a little bit more inventive (and elegant!).

    That said, I'm still happy with mutt. It does exactly what I need it to, including allowing image and html viewing, and I can read my mail over an ssh connection from anywhere. Until someone can give me that functionality (even with a lightweight interface for sshing and a heavier one for when I'm in my chair) I doubt I'll be terribly interested in stuff like evolution. Especially since it's so bloody ugly...

    --
    Behold the Power of Cheese!
    1. Re:Why must it look so MS? by kabir · · Score: 2

      Unlike you, some people acknoledge the fact that Microsoft does in fact have occasional good ideas.

      I absolutely think that Microsoft has good ideas, and more than occasionally at that. I don't, however, agree that their UI design senisibility (to date) has been one of them - and neither do they! Check out the Windows XP screenshots... clearly they thought it was time for a change too.

      I'm not so much anti-Microsoft as I am anti-ugly, and I stand by my original assement of Outlook (and thus Evolution) as ugly.


      Right.. Why make a free alternative to the most popular MUA available? We need yet another text-based email client!

      No... we don't need another text based email client - we've had mutt and pine for years, and they're still quite serviceable. As for a free alternative to "the most popular MUA available", well, that's a fine idea, which I wholly support, but I don't suspect Outlook is popular because of it's elegant design, so I stand by my suggestion that there is a better UI design out there which should be pursued.

      GUI mail clients can be great, but it must be aknowledged that part of the function of a GUI in the modern world is prettiness, and on that count Outlook, et. al. fail terribly - in my opinion. If you disagree, and feel that their design is elegant, then just say so outright, rather than arguing with me about points I'm simply not making.
      --
      Behold the Power of Cheese!
    2. Re:Why must it look so MS? by PurpleBob · · Score: 2

      If someone could make a GUI version of Mutt, I'd use it. As long as it was still as fast, configurable, and featureful. GUIs can, after all, fit more information on the screen.

      However, no GUI client even comes close to the usability of Mutt.

      Until then, I will not consider GUI to be equivalent with progress.

      --
      Win dain a lotica, en vai tu ri silota
  26. Re:Exchage Client by Skeezix · · Score: 2

    Of course you may not have a say in the matter. The issue is with feasibility--implementing proprietary, undocumented protocols is a bitch.

  27. Shouldn't they fix the bugs in gnome first ? by Salsaman · · Score: 2
    I'm probably going to get flamed for this, but anyway, I have been trying to get gnome working on my Linux box for weeks. After compiling package after package, I am now stuck. I need to compile libOrbit, but whenever I try I get:


    gcc -g -O2 -o .libs/name-client name-client.o ../../../src/orb/.libs/libORBit.so -L/usr/lib -lglib -lm ../../../src/IIOP/.libs/libIIOP.so ../../../src/ORBitutil/.libs/libORBitutil.so .libs/libORBitCosNaming.so -L/usr/lib -lglib -lm -Wl,--rpath -Wl,/usr/local/lib
    ../../../src/IIOP/.libs/libIIOP.so: undefined reference to `res_init'
    collect2: ld returned 1 exit status
    make[4]: *** [name-client] Error 1



    I've logged the problem with the gnome team, but have got no reply. Well great. I can't use gnome on my system.

    1. Re:Shouldn't they fix the bugs in gnome first ? by NonSequor · · Score: 3, Informative

      Ximian is not Gnome. Gnome is not Ximian. Ximian contributes a good deal to Gnome but they are not responsible for every package. Ximian has its own priorities which include getting Evolution working right.

      --
      My only political goal is to see to it that no political party achieves its goals.
  28. New Economy by lavaforge · · Score: 2, Funny
    What are the odd's that one of the Ximian programmers will get bribed into working out some sort of black market in bugs? I can just see the details now:

    "Alright, buffer overflow? That's 5 percent. Poor optimization? That's ten percent. Logic errors? That'll cost ya'."

  29. Re:Ximian and Distribution Support by JoeBuck · · Score: 2


    I run Ximian Gnome on my Debian 2.2 system
    (it's potato + Ximian Gnome 1.4 + KDE 2.1.x).
    Works fine.

  30. The monkeys want to be free... by lukel · · Score: 4, Funny

    If this giving away software and selling stuffed monkey's doesn't work out, why not give away the stuffed monkeys and sell the software?

  31. Each bug report should get you a chance at a prize by wtpooh · · Score: 2

    I think they should add one more prize, which everyone would have a chance to win based on the number of bugs they report. I know I won't be in the top 10 reporters, and I doubt I will find the hairiest or most bizarre bug, but might spend a little more time testing it if I still had a chance to win something

  32. Yes. All those Outlook users. by torpor · · Score: 2

    Damnit, figure it out you dope:

    That's a *lot* of users, and a *lot* of money, even if they only get a tiny, tiny, tiny portion of the corporate user marketshare.

    If they, for example, get a name for themselves that prompts *small businesses* to try them out, that's good.

    Small businesses hire cheap people (the good ones do) and the cheapest types usually, at the very least, know MS Outlook ...

    So: imitating an existing interface that people may know how to use, and *doing it far cheaper* than can be done by buying properly licensed copies of the similarly featured Microsoft apps.

    Seems sound to me. I hope Ximian have a really strong, confident marketing team...

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  33. Re:Evolution can't even display html images by jchristopher · · Score: 2

    On the version of Evolution I have, this was disabled by default. Kind of nice, because it prevents those email bug tracking images from working unless you explicitly enable them. And of course, the ability to load images off the net is there, if you desire it.

  34. works now... by mikeee · · Score: 2

    Works for me on unstable; a lot more solid than the .10 release, which was prone to choking on certain messages for some reason.

    Now, if I could just figure out my $%!#$$ font problem (help/about and gimp menus are gibberish - WTH?)...

  35. Re:Where will palm support be announced? by luge · · Score: 2

    Red Carpet, and evolution@ximian.com. Not sure about other locations- I'm sure it'll be some place on the web site but I don't know any details about where.

    --

    IAAL,BIANLY

  36. Complexity is the factor... by driehuis · · Score: 2
    Sourceforge is, indeed, full of dead projects. But please note that many of those dead projects either contain no code at all, or code of the

    int
    rescue_the_world()
    {
    // TODO: figure out how to do this
    }

    variety. Code that does *nothing* at all.

    It is at the stage where code does at least one task well that the wheat is seperated from the chaff (except that one means wheat is another mans chaff). Before I pour considerable time into something, I test the waters: I do some small enhancement and report it to the authors. If they don't acknowledge that, I consider the thing to be unmaintained. Rejection of the code is not of a great concern, it's being ignored that hurts.

    I've had pretty good luck with a number of Open Source projects which involve no paid staff at all. Especially when compared with the support for some closed source offerings.

    The commercial open source thing is still very new. People jump up and down about Mozilla's failure, about OpenOffice's failure, etcetera. Let's face it, those are huge projects, and the success rate for their commercial counterparts is equally abysmal. The big hindrance for community contributions is the extremely steep learning curve for the infrastructure surrounding huge projects, and combined with rapid change that curve becomes in unsurmountable mountain. Once a more or less successful 1.0 is out, that ought to change.

    Unless I'm seriously mistaken, no huge commercial open source project has reached 1.0. Unless you count Linux, but that sort of underscores the point that contributions on any level have always been possible building on a stable base. You can rewrite, say, the IP stack or the VM system, but you can do that in relative isolation, despite the complexity of the task. API's are pretty well defined.

    Most of the grand commercial open source projects are just too big, with too many internal couplings. Writing a spreadsheet app is one thing (and plenty of those abound without commercial support). But keeping the thing alive when someone else is dicking with text editor code that your subproject needs is another. The horrible thing is, they need to be huge, because they need to appeal to the mass market.

    If I had my way, I'd had a simple mail client, a simple web browser, a simple spreadsheet, with the minimal glue between them to make it work for me, and allow me to replace a component I don't like with another.

    So, I guess you're right. Not because great things don't happen without people who are paid for writing free code, but because the marketplace demands solutions that are just too complex to deal with in part time.

    --

    Bert Driehuis -- All I asked was a friggin' rotatin' chair. Throw me a bone here, people.