Slashdot Mirror


A Look at GNOME 2.14

An anonymous reader writes "Gnome has a nice preview of their newest version 2.14 posted which should be hitting the streets around the 15th of March. From the article: "As well as new features and more polish, developers have been working around the clock to squeeze more performance out of the most commonly used applications and libraries. This is a review of some of the most shiny work that has gone into the upcoming GNOME release."

6 of 602 comments (clear)

  1. Coral Cache Link by Breaker_1 · · Score: 4, Informative
  2. Re:Will it be in FC5 or Ubuntu 6.next? by Philodoxx · · Score: 5, Informative

    Every Ubuntu release is timed so that it arrives shortly after the release of gnome. This is done so that the Ubuntu release features the latest and greatest of what gnome has to offer.

    --
    Oh, a lesson in history from Mr. I'm my own grandpa.
  3. Re:Progress! by be-fan · · Score: 4, Informative

    Now, for the confusing part. Why was their previous allocator so lame compared to malloc()?

    Because glibc's malloc() is actually a pretty fast and scalable piece of code for a general-purpose memory allocator. Even GNOME's new special-purpose allocator only gets about twice the performance of glibc's.

    --
    A deep unwavering belief is a sure sign you're missing something...
  4. Re:SW Dualprocessing by tpgp · · Score: 4, Informative

    How do I use that with Ubuntu instead of OpenSuSE?

    Downoad the latest ubuntu CD, then:

    1 .Enable the universe repository (see AddingRepositoriesHowto)
    2. Make sure that you have the latest mesa, libglitz1 and libglitz-glx1, xserver-xgl

                sudo apt-get update
                sudo apt-get install libgl1-mesa libglitz1 libglitz-glx1 xserver-xgl

    3. Install compiz-kde and/or compiz-gnome depending on your desktop

                sudo apt-get install compiz-gnome

    4. Replace /etc/X11/X with a symlink to /usr/bin/Xgl

                sudo ln -sf /usr/bin/Xgl /etc/X11/X

    5. Close all applications and restart gdm (This will log you out!)

                sudo /etc/init.d/gdm restart

    6. Log in, then in a terminal start compiz and the Gnome window decorator (do NOT use sudo here)

                compiz --replace gconf decoration wobbly fade minimize move place resize scale switcher cube rotate zoom
                gnome-window-decorator

                Leave out the gconf plugin if you don't have compiz-gnome installed

    7. Add these commands to ~/.gnomerc if you want this on every login (which you probably do)

    Taken from the Ubuntu xgl howto wiki

    --
    My pics.
  5. Re:KDE? by diegocgteleline.es · · Score: 4, Informative

    KDE is focused in revamping the whole KDE infrastructure with KDE 4, even during the kde 3.5 development some people said 3.5 would be unstable because too many developers where focusing in KDE 4 (kde 3.5.1 is great for me).

    So you won't see any kde news for a while except for KDE 4. KDE 3.5 is everything what KDE 3.X has to offer. Of course people could continue developing 3.5, but they're focusing in kde 4....there'll be news in the kde 3.5 field - bugfix releases, updates from individual programs like koffice or kopete - but overall, you won't see any "earthbreaking" change in kde 3.5.

    Some gnome developers think that there should not be a gnome 3 - at least, there's zero lines of "gnome 3 code" right now - and that the gnome 2 is OK and that it's much better to do small improvements to the current architecture. This is a big error IMO, but the fact is that until kde 4 is released it will be gnome who gets more attention and releases more attractive things.

  6. Re:GNOME's audio backend GStreamer to use DRM by VStrider · · Score: 4, Informative
    Noone is forcing anything on you. DRM plugins will be in the "ugly" module. You don't have to install this module. GStreamer will still work perfectly fine with the rest of the plugins.

    From gnomejournal:

    Most distributions, for legal reasons, only ship a small subset of GStreamer 0.8 plugins. Because GStreamer's plugins are built from the same source module, each packager was forced to split it up to remove components that were illegal or unwise to use in their particular area of operation. The amount of custom code caused a number of problems for users. To solve this, 0.10 has five plugin modules called base, good, ugly, bad and ffmpeg. Base and good contain plugins that any distribution can ship without fear of potential legal issues. Ugly contains well-maintained plugins which may or may have legal issues of some form, generally patent or license issues. Bad is an incubation area where new plugins mature before moving to good or ugly. If a plugin never matures, it may remain in bad for the rest of its life. ffmpeg contains wrappers for all the codecs in the ffmpeg package. This new scheme will allow downstream packagers to have more consistent package naming and installation scripts, making it easier for users to discover and install the plugins that they need.

    The base package is not intended to contain all the plugins required by a typical GStreamer setup. Instead, it contains one important example of each type of GStreamer plugin. The code and documentation for base plugins will remain current so developers will always be able to create new plugins from a known working code base.

    --
    VStrider.