Slashdot Mirror


Bounties for Gnome Optimization

Eugenia writes "Novell and OSNews are sponsoring the memory reduction project led by Novell's Ben Mauer by providing bounties to developers to help to clean up bloat in GNOME and related programs."

6 of 469 comments (clear)

  1. gnome-terminal by karmaflux · · Score: 4, Informative

    Gnome-terminal is going to make someone ridiculously wealthy. Seriously, there's so much room for optimization that a good coder will be able to retire off that one program.

    --

    REM Old programmers don't die. They just GOSUB without RETURN.

  2. Re:This is a realy good idea by Dan+Ost · · Score: 4, Informative

    Please don't call KDE a window manager.
    Both KDE and Gnome use window managers, but neither of them are window managers
    (the fact that you can change which window manager is used by KDE and Gnome
    is a good indication that they, themselves, are not window managers).

    xwinman.org gives an excellent introduction to both window managers and
    desktop environments. Give it a look.

    --

    *sigh* back to work...
  3. Re:Its about time by Espectr0 · · Score: 5, Informative

    Kde has improved dramatically in speed , memory reduction and html rendering in konqueror in the last year.

    You may want to give it back a try.

    We use kde in our offices, which are pentium 2, 400mhz and as little as 128mb (!) of ram.

    On my development box, i have a dual 400mhz P2 with 320mb in ram, and i can run eclipse with tomcat

  4. Re:Its about time by Earered · · Score: 3, Informative

    I was able to use gnome 2.8 on a Celeron 433 with 64Mo of RAM. Though you either need to tweak your configurationhttp://www.gnome.org/learn/admin-guid e/2.6/ch09.html/
    or to use a dedicated distribution like Beatrix http://www.watsky.net//
    which include gnome and use dirty trick with the kernel to improve performance.

  5. Re:Ditch the dependencies and deprecated code by jcupitt65 · · Score: 3, Informative
    That's a good idea. There's also a lot of deprecated API (eg. GtkCTree) which can be removed from the system with just a few -Dsomething during configure. You can turn off the GObject run-time type checks with another -Dthing, which helps speed another 10% or so in my experience.

    Bonobo is slowly being removed since GtkUIManager came on the scene. I think gnome-vfs will be around for a while, especially since the new file chooser can plug in to it (I think).

  6. Re:Its about time by roystgnr · · Score: 5, Informative

    It uses a proprietary widget toolkit

    Qt is dual licensed under the GPL. It's no longer any more proprietary than gcc.