Slashdot Mirror


GNUstep Project Gets New Chief Maintainer

stivi writes "OSNews is reporting that Gregory Casamento has accepted the position of GNUstep Maintainer. Adam Fedor, former GNUstep leader writes: 'After over 15 years of being the Chief Maintainer for GNUstep, I've found I have too many other responsibilities to devote as much time to GNUstep as is necessary. I still plan on contributing to GNUstep in the future in a lower capacity.' Gregory has been a prolific developer for GNUstep for the past seven years and is currently the maintainer for Gorm (the graphical interface designer) and the GUI library. I think he will make a great choice to lead GNUstep in the future. New plans for change have been set up already. Thank you Adam for the past, congratulations Gregory to the future."

26 of 129 comments (clear)

  1. Direction by bsharitt · · Score: 3, Insightful

    Hopefully we see GNUStep get some definitive direction to show the world that it's still alive. Most people think it's a legacy development tool kit which at one time was meant to replicate OpenStep, but is now dead, though that is not the case, but they need to let the world know they are alive. Also, they either need place nicer with the rest of the Linux/Unix desktops(Gnome or KDE) or either acknowledge that they are indeed their own little enviroment(the site still tries to pass it off as development libraries and tools)

    1. Re:Direction by Somnus · · Score: 3, Informative
      There is at least one effort in the direction of a desktop environment. Theming is provided by the Camaelon bundle.

      On the toolkit/tools side of things, the major hurdles are:
      • app icon (perhaps could be integrated with/translated to the f.d.o. systray standard)
      • the work it takes to set up GNUstep just to launch an app (e.g., setting up paths -- thankfully handled transparently in my Gentoo setup)
      • incompatibility between GNUstep services and dbus, etc. etc.
      • non-standard build system (still easy enough to making into ebuilds/RPMs/etc.) and monolithic libraries
      Sidestep is an experiment in addressing these issues.
  2. Re:gnustep by bsharitt · · Score: 4, Insightful

    If they get serious about more complete source compatibility with Cocoa, it could go a long way to attracting Mac developers to Linux if they can accomplish ports of many Cocoa apps with simple recompiles.

  3. Alive by bartvh · · Score: 2, Insightful

    The previous news item in this category was exactly 4 years ago. He could start by sending out more 'press releases'.

    1. Re:Alive by borgheron · · Score: 2, Insightful

      This would be more the case, yes, thanks. :)

      GJC

      --
      Gregory Casamento
      ## Chief Maintainer for GNUstep
  4. Ok I read TFA by Psychotria · · Score: 3, Insightful

    And... I think this dude is a complete moron. He types (on the page and in his blog) all this "business" speak gibberish which, in the end, means nothing. He says that he thinks KDE and Gnome are "amateurish" but doesn't bother to explain his reasoning behind the assertion. To me, this implies that he doesn't actually have a reason behind the assertion and that the whole silly blog is propaganda. I find his "business speak" patronising, transparent and meaningless. It may work for Microsoft, but propaganda does not work for the audience he is (supposed) to be targetting.

    1. Re:Ok I read TFA by jcr · · Score: 2, Informative

      He says that he thinks KDE and Gnome are "amateurish" but doesn't bother to explain his reasoning behind the assertion.

      If you had ever used NeXTSTEP, you would know what he means. It's one of those things that's hard to explain to someone who doesn't have the experience to tell the difference.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    2. Re:Ok I read TFA by mungtor · · Score: 3, Informative

      "He says that he thinks KDE and Gnome are "amateurish" but doesn't bother to explain his reasoning behind the assertion."

      He does to some degree. He clearly states that neither look like they started with a clean vision of what the desktop environment should be and have simply "evolved" to what you see now. He also states that the code base which makes up most of Gnome is a nightmare. I can't speak about KDE too much since I don't use it (strikes me too much as Windows, which I don't particularly like).

      GNUStep looks something like the Sun OpenWindows desktop used to... Icons and apps minimize to the desktop, not the the taskbar area.

      Either way, I just hope that it will finally be easy to customize the behavior of windows... For example:

      I want my Xterm window to maximize to the vertical height of the screen without changing width when I double-click the title bar. How would you tell a non-programmer to accomplish that in Gnome or KDE? Will it be easier in GNUStep?

      (and I am sure the Gnome answer is to navigate some XML file to find the variable Window.click.title.bar.some.other.arbitrary.and.me aningless.string.that.you.will.not.know.unless.you .coded.it and change the default value from 1 to 3. Excellent usability there)

    3. Re:Ok I read TFA by claes · · Score: 2, Informative

      This is not what you asked for but something handy to know: middle-clicking the "Maximize" button maximizes vertically. Left-clicking it maximizes horizontally. In KDE, at least.

  5. The *big* problem with GNUStep... by muecksteiner · · Score: 5, Insightful

    was (and is), that few people realised how great the original NeXTStep environment - which GNUStep attempts to clone - was.

    I was already around as a CS major at the time NeXTStep basically failed in the marketplace due to a) asinine marketing/pricing on the part of NeXT Inc. and b) the fact that everytime we showed the NeXTStep environment to fellow CS students and CS faculty, you would mostly get blank stares, and a few polite remarks. But no more.

    Few "got it" how easy this was to use - concepts like the seperation of the user interface specification from the core logic of a program simply did not register with people weaned on TurboVision ("one line per code for each UI element"), and Apple has (probably rightfully so) more or less given up on educating people on how great the current successor to NeXTStep (Cocoa) is.

    Nowadays, people code for OS X because OS X is seen as a hip system with a small but viable installed base, and the fact that the dev tools are extremely nice is just an added bonus.

    So if GNUStep is just an Open Source version of something that is obsolete, why care at all?

    Well, because the likes of KDE could have had it so much easier if they had used something like GNUStep (the structure of which is pretty revolutionary), instead of toolkits like QT, which were developed to be just a "better Win32" API.

    Make no mistake, QT/KDE et al. turned out to *be* a better Win32/Foundation class environment, but I guess that most folks who were ever proficient in developing for the NeXT environment will agree, that a widely used and enhanced GNUStep would have been even more productive than that.

    And still could be someday - after all, Linux desktops are such a melting pot of different toolkits and environments, that perhaps some "killer GNUStep apps" (graphics apps, like an Illustrator clone would be a good start) could get people to notice GNUStep again.

    One can always dream... :-)

    Just my $0.2E-32

    A.

    1. Re:The *big* problem with GNUStep... by jcr · · Score: 3, Interesting

      So if GNUStep is just an Open Source version of something that is obsolete, why care at all?

      Well, if you care whether Linux is going to make a dent in Microsoft's market share, you should care very much about GNUStep. For my part, I'll just keep using the Mac, so GNUStep is mostly a matter of nostalgia.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    2. Re:The *big* problem with GNUStep... by listen · · Score: 2, Insightful

      Did you ever actually use Qt? It is not to be sniffed at.
      Its main disadvantage is the same one as all C++ toolkits : the vast majority of people programming are absolute beyond belief raving idiots and will destroy their lives very quickly when they are given as many avenues of complexity as C++ gives them. Of course, this will probably make them feel that they are experts. I've recently realised after working on a few Python projects in groups that the same sadly applies to dynamic languages : most people programming can not be trusted with anything more expressive than Java. They will happily screw that beyond hell as well, but Java tools are good enough to help you out of the mess, and any other languages tools are not. Lets not bring up the pitiful smalltalk refactoring tools that people who have never used them rave about. They were crap because they relied on type inference - and the code you really want to refactor is shit code, ie has no consistent typing. So, worse is better... sigh.

      Anyway, away from that semi-relevant rant, Qt itself is pretty well done and only things that I could see as real OpenStep advantages are scope related - it deals with a lot of interapplication stuff that Qt doesn't. I would really not dismiss Qt as an MFC++ or a Win32 wrapper - MFC is so foul it shouldn't be mentioned in the same breath as any vaguely sane toolkit.

    3. Re:The *big* problem with GNUStep... by lieven_dekeyser · · Score: 2, Informative
    4. Re:The *big* problem with GNUStep... by hey! · · Score: 2, Insightful

      is that the Java market place (maybe not through conscious design) is the only one where the central concept driving changes is that almost all people programming are utter dunces.


      Which is a stuck up way of saying that Java meets the needs of more projects than C++.


      Of course the best solution here is to stop employing muppets as programmers. This is certainly never going to happen in our lifetimes.


      One implementations of your best solution would be to hire, exclusively, graduates of the Vulcan Science Academy. Since your solution is predicated on assumptions contrary to fact, it is not in actuality a solution.

      While having more competent programmers would, in any world real or imagined, be a good thing, I think you also underestimate the problem of realism in project goals. Your goals and who you hire should be closely interrelated. If you aren't willing to hire people with the skills needed to complete your project with reasonable quality and the time alloted, your project's goals are not realistic.

      Hiring expensive talent and using a less "idiot-proof" language is not necessarily more virtuous than hiring median talent and using a more "idiot-proof" language. Nor are these the only two alternative strategies. The point is to have a strategy for a project that is sustainable, effective, and economical.
      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  6. Re:gnustep by WillAdams · · Score: 4, Interesting

    People who value a nice, open development environment and the integrated and synergistic environment which such creates. Consider a typical work-flow in NeXTstep:

      - write an article in TeXview.app
      - select a word, hit = and get a definition / thesaurus entry while writing it
      - create a drawing in Altsys Virtuoso which needs an equation in a label
      - copy the proper equation out of your .tex file from the TeXview.app window
      - paste in the equation into Altsys Virtuoso
      - invoke the Service TeX eq -> eps in Altsys Virtuoso and get a .eps of the typeset equation (you can send the source to a background layer for reference (what I usually do) or delete it.
      - select the address of the journal receiving the article
      - invoke Poste.app to bring up a window from you you can print an envelope to mail it for submission

    The environment affords similar integration w/ Mail.app as well if desired.

    The commercial developer Nova Mind, http://www.nova-mind.com/ uses it to get a Windows version of their Mac OS X software.

    And for those who say just use Mac OS X (I do at work):

    (from: http://macslash.org/comments.pl?sid=4190&cid=63590 )

        - monolithic main menu bar w/ wasted blank space between the menus and the (optional) information / settings menus for Airport &c.

        - verbose Mac-style shortcut descriptions w/ arcane symbols instead of concise NeXT-style shortcuts (in NeXTstep, Save is indicated by ``s'' and Save as by ``S'', no Command symbol (it's assumed---Control only as a modifier is reserved for personal shortcuts / Unix-use), Shift by case)

        - Print, Hide, Services and Quit are no longer top-level menus where they made more sense and were quicker to get at.

        - scroll bars on wrong side (this can't be fixed by theming 'cause Carbon apps are responsible for deciding where scroll bars are placed :( having them on the left means a window is more useful when partially dragged off-screen and results in less-frequent need to resize a window

        - no Webster.app (this has since been addressed w/ 10.4), Digital Librarian / Shakespeare or Oxford's Book of Quotations --- in NeXTstep this meant one was guaranteed to have Command = _not_ used in an app so it'd be available for looking things up in Websters

        - Pantone colour library --- used to be this was licensed w/ the system, now each graphic app which needs it has to pay a license, and one _doesn't_ get them in one's office apps (major negative for adhering to corporate identity programs where such is specced)

        - vertical menu

        - pop-up main menu --- this is wonderfully fast / efficient / elegant. For me, ``Punch'' in Altsys Virtuoso is pretty much a gesture, right-click, down a bit, then straight over and release

        - repositionable sub-menus --- no need for inscrutable button bars, and one can make a given command easy to get to as needed (when doing lots of envelopes I tear off the poste.app Services menu, put it in the bottom left corner, then an envelope is merely a selection, mouse move to bottom left, click, shift right to the print menu (also aligned on the bottom edge for this) click away. (takes longer to say / type than to do)

    William
    (who really should save all that and put it on a web page or something instead of typing it up each time --- check my rants at http://groups.google.com/ in comp.sys.next.advocacy to see if I forgot anything...)

    --
    Sphinx of black quartz, judge my vow.
  7. Maybe they can fix .... by phoxix · · Score: 2, Interesting

    Their annoying usage of a top level conf dir ~/GNUStep (or whatever it is). No other app I've seen does such garbage, dot-dirs all ftw.

  8. Re:Please explain if you know... by m0llusk · · Score: 3, Insightful

    GNUstep is a GUI based on a toolkit and basic set of system services implemented using Objective-C. Because of the elegance of Objective-C, the design of the toolkit, and the architecture of the services, the experience of use is enhanced for ordinary usage and high level development and points in between. GNUstep emerged from the OPENSTEP standard.

    Much of Mac OS X Cocoa was derived from NeXTSTEP, so there is the possibility of some level of compatibility with Mac OS X. In some ways GNUstep might be considered superior because of simplicity resulting in the lack of integration with Carbon which was done on Mac OS X for partial compatibility with previous Mac OS versions.

  9. Where to begin? by Tony · · Score: 4, Insightful

    In 1985, Steve Jobs left Apple to found a new computer company. His company attracted many very talented individuals. They created the NeXT computer, a very advanced, very beautiful computer running a Unix-like operating system eventually called NeXTStep, which eventually became OSX.

    I use NeXTStep as proof that Microsoft has set the computer industry back 12 years. NeXTStep used display postscript on both the video display, and for printing. It was fully-preemptive, with a clean, POSIX-compliant system interface. The application framework was extremely advanced, and extremely easy to code for. Using Objective-C as the programming language of choice, NeXTStep had some very advanced programs for the time, such as Lotus Improv, the spreadsheet MS-Excel wishes to become when it grows up.

    As it is, MS-Windows still lags behind NeXTStep by a good amount, especially in terms of ease-of-development, ease-of-use, and aesthetics.

    Tim Berners-Lee created the World Wide Web on a NeXT.

    Anyway, when it became apparent that NeXT was not going to survive, they released a bunch of specifications that together made up the technical documentation for OpenStep, based on NeXTStep. The idea was that OS vendors could implement OpenStep APIs, and application vendors could target a single API for multiple OSs.

    GnuStep is an implementation of the OpenStep API, and other programs to recreate the NeXT environment on any Unix-like operating system. Applications written for GnuStep can be recompiled to target OS X with little-to-no work.

    Basically, when people say Linux needs an easy-to-use, easy-to-develop-for application environment and desktop, they are talking about GnuStep, whether they know it or not. It's not as flashy as GNOME or KDE, but it's much cleaner, easier to develop for, easier to use, and much more consistent. Where both GNOME and KDE try to be similar to MS-Windows, GnuStep tries to be like NeXTStep, the best application development and user desktop ever created.

    --
    Microsoft is to software what Budweiser is to beer.
    1. Re:Where to begin? by WillAdams · · Score: 3, Informative

      Tony said:
      >Tim Berners-Lee created the World Wide Web on a NeXT.

      Other interesting programs which began on NeXTstep:

        - FreeHand v4 (essentially a port to Windows and the Mac of Altsys Virtuoso v2)
        - Doom
        - Lotus Improv
        - Stone Design's Create
        - sBook

      An interesting opensource app w/ NeXTstep roots:

        - http://www.cenon.info/

      William

      --
      Sphinx of black quartz, judge my vow.
    2. Re:Where to begin? by Frumious+Wombat · · Score: 3, Interesting

      Microsoft is certainly one offender, and certainly the largest, but let's not forget our dear friend, X11. Pre-Irix-4.0 SGI ran NeWS, which was also display postscript based. Nexts ran NextStep, VAXStations VWS, all relatively light, efficient, and functional, and everywhere I went the same whine arose, "we can't use this, it doesn't run X11!" So, Nexts weren't purchased, even though given the software and performance, they weren't out of line versus Sun 3/60, Apollo, etc, and SGI had to port everything to X in order to survive. We took a performance hit on every machine that had to run X versus the previous window-manager, had to add megs of expensive (early 1990s) memory just to not hear the disks whine, and generally gained very little in return for adopting this, ahem, standard. Then, if you wanted to see real death by toolkit, running Motif on a Vaxstation 3100/38 that had run smoothly under previous versions of X alone was a good example. We had a program that *somebody* insisted had to be Motif only, and the performance was so apalling we spent ~$15K on an Indy, just to be able to work. That VAX was perfectly fine (and would have still been useful if the programs the lab used had an X11-only, VWS, or even Tek-4107 interface), but it had to be retired due to a bloated toolkit.

      The Knight with the Chicken is going to be very busy in the computer industry one of these days.

      --
      the more accurate the calculations became, the more the concepts tended to vanish into thin air. R. S. Mulliken
  10. Re:gnustep by _|()|\| · · Score: 3, Informative

    Those interested in GNUstep as a poor man's Yellow Box may be interested in a younger, more focused project: Cocotron. It seeks to clone Foundation and Appkit, and to provide tools to cross compile for other platforms with Xcode. It's a little Windows centric, but support for Linux, Solaris, and others seems to be in the works.

  11. Re:gnustep by jcr · · Score: 2, Interesting

    Don't forget in-house custom app development. The easier it is to develop an app for a given platform, the better chance that platform has of being chosen. My company is a Mac shop, but if there was a 80+% Cocoa library available for Linux, we might very well choose Linux for certain vertical-market deployments. As it is, the GNUStep foundation makes Linux a possibility for our non-GUI apps (data acquisition, etc.)

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  12. Re:and... by Watson+Ladd · · Score: 2, Interesting

    Think commercial apps. The Objective-C and Foundation platform would look a lot better then .NET if it works on all platforms. The speed of native code, the FFI abilities of C, and the flexibility of Smalltalk vs. the speed of Java, the FFI abilities of Java, and the flexibility of Java with even less cross platform support. Only additional thing Objective-C needs is Lisp for it to be perfect.

    --
    Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
  13. Apple for one... by Junta · · Score: 2, Informative

    Well, to be more accurate, they cared about NeXT enough to base OSX off of it. GNUstep is the most API-compatible option that can run on alternative platforms. Of course, its not because of the API that it is so interesting as a desktop platform, and developers and users have come to appreciate it in OSX.

    The two main open desktop projects (GNOME and KDE) heavily mimick the user interface paradigm established by MS. GNUstep is a good complement with the NeXT (also OSX) user interface paradigm (separate menu, management of windows individually and by application, applications registering services for more complex/powerful gui actions than what is done by drag/drop, copy/paste, etc).

    GNUstep/NeXT/OSX services are the only appropriate equivalent of command line pipes in GUI land, which makes it a highly logical fit for those who understand the beauty and power of pipes in *nix. For example, in Gnome/KDE if an application wants spell check, they need to implement it themselves or at least take in a library and hook things around it. In GNUstep, any text application I can highlight something, click services/spell check if I have a spell check app installed, and it will happen. People complained for a long time about browsers not having spellcheck, but with services implemented and used browsers would have had it for free. It's kinda like piping the output from some command into aspell. All kinds of interesting things have been done with services, and someone implementing something new and different ends up enhancing all the desktop software that is appropriate for it without extra effort.

    I have used GNUstep many a time to see how they are going, and if the environment were more complete (i.e. a GNUstep web browser, and IM client, office software) I would use it as my desktop full time. I remember before gcc had objc++ and before gnustep & gorm had nib support, that those two barriers going away was expected to allow all kinds of wonderful porting from OSX (i.e. the OSX Firefox code, one of their IM clients, whatever else). I haven't seen any word on efforts since those developments. I would love to contribute, but my plate is too full.

    The downside is that in GNUstep more so than KDE/Gnome, non-native applications are really jarring, without separate menu and not interfacing with services. WindowMaker does a good job grouping windows by application for application hiding, but it isn't enough. Also GNUstep is capable of doing a lot, but fonts, for example, are a pain in the ass (at last check with the decent backend with anti-aliasing you had to package fonts in .nfonts). Also GNUstep could probably accomodate more of the freedesktop specification than they currently do, however I do recognize that freedesktop specifications pretty much have the MS way of doing things in mind and therefore some things aren't appropriate for GNUstep. Also, GNUstep doesn't have a perfect window manager to use with it. WindowMaker is very good, but doesn't render menus/dock in a way that is guaranteed to be visually consistant with GNUstep. WindowMaker is probably the best effort to focus on moving forward, but there is work to be done.

    If you work it, GNUstep is a lot further along than most people realize, but the fact you have to work hard to get a complete environment discourages new users. And even when all is said and done, things are a bit rough around the edges in spots...

    --
    XML is like violence. If it doesn't solve the problem, use more.
  14. Etoile-buntu? by pschmied · · Score: 2, Interesting

    I've been casually flollowing the etoile development, and I've even gone so far as to (mostly successfully) build GNUStep and Etoile on my OS X-running Powerbook. It's clear that GNUStep has made some strides in recent times. Etoile seems to be proving that there are some with a vision of what a GNUStep *platform* could be. All in all, pretty exciting stuff.

    The catch is, that integrating this stuff is a bit more work than your average ./configure, make, make install... I'd like to see someone pick a reference platform and target it for continuous integration that closely tracks Etoile and GNUStep development. My personal favorite would be some kind of BSD, however, I'm a pragmatist and realize that Ubuntu is probably the logical choice for such a task given its ubiquity and its history of eventually making 1st class citizens of derivatives (kubuntu, edubuntu, xubuntu, etc).

    Fact is, I think that we'd start seeing more apps show up for GNUStep if we had a supported reference platform. You know, give developers some place where they could port their apps over from Mac OS X in peace without having to worry about spending "hacking day" compiling software rather than writing it.

  15. Re:What GNUStep needs is... by Colin+Smith · · Score: 2, Insightful

    1: You can pretty much rip off a GUI as much as you like, nobody's won a court case to prevent competitors copying them.

    2: Take a lesson doesn't mean copy. If I wanted Aqua I'd just buy an Apple.

    However a great looking GUI along with a genuinely intuitive user interface, which is API compatible with an Apple Mac is a compelling proposition. In fact I reckon it has more potential than Gnome or KDE. The ability to write a GNUStep app and then just re-build on a Mac (and viceversa) vastly increases the market for both systems.

    --
    Deleted