Slashdot Mirror


Ximian GNOME and "Low-End" Systems

Gremeth writes: "This article over at LinuxandMain points out the increase in hardware requirements for many Linux applications, and gives us a good look at GNOME for low-end boxes. Powell details his journey throug the Ximian GNOME experience, starting with the download and ending in some configuration issues. A good read for those of us who have older systems."

125 of 364 comments (clear)

  1. I've said this before by EricKrout.com · · Score: 3, Interesting

    I've said this before and I'll say it again -- FEATURE REQUESTS!

    Users are continually requesting new features to be implemented in their favorite software packages. Of course this is going to add overhead, increased memory and disk space requirements, etc.

    As someone working on a product, it's your job (and you take pride in) satisfying those who use your program. If they "ask nicely" for new capabilities, you try your darndest to give them to 'em. Sometimes, just "getting it right" is more important than bug testing or tweaking/streamlining your code; you're too busy working on the next task at hand.

    m o n o l i n u x :: See For Yourself What Everyone's Talking About

    1. Re:I've said this before by garett_spencley · · Score: 5, Interesting

      I completely disagree.

      First of all, if I'm a free software developer I owe nothing to the users of my software. This is because I'm not being payed for my work. I'm doing it out of love for what I'm doing. If you want something added then do it yourself.

      Now if I'm being payed for my work than that's a different story but I still disagree with you. Yes it is my responsibility to meet the demands of the customers because they are the one's that are putting the cash in my pocket when you get down to it. However, it is also my responsibility to ensure that what they get for their money works properly. That means testing, optimising and fixing bugs the "right way" :O) Not just getting it to work and "moving on to the next thing at hand".

      --
      Garett

    2. Re:I've said this before by garett_spencley · · Score: 2

      Actually I am employed I'm just looking for something better.

      And I don't that I have a negative attitude.At least I didn't mean to come across as negative and I don't think that I did.

      All I'm saying is that I disagree with the parent poster and I offered an explanation to back up my point. How is that being negative?

      If you think it's because I don't feel that I owe anything to the users of my software that's certainly not negative, it's just my opinion. Users of free software are using someone elses work for free. So if anyone owes anything to anyone it's the users who owe the developers. Not the other way around.

      --
      Garett

    3. Re:I've said this before by garett_spencley · · Score: 2

      No no no no no. You've got it all wrong.

      If I was a selfish prick then I wouldn't give my software away for free.

      The way I see it is that when a free software developer creates something he is essentially generating an "agreement" with his users. He is saying "Here, use this if you want. It's free. I won't ask for anything in return. However, the same is true for you. You must not ask anything in return of me."

      Now I agree with you with regards to hardware. But as a software developer I have nothing to do with that so don't bother me about it. I try my best to optimise my code (after it's working, simple and to my liking) but that's only because I want it to be as useful as possible, not because you do.

      If my program is not working on your machine because it's too bloated then either use something else, fix it yourself or feed my family so I can work on it full time until it's to your likings.

      My whole point is that I release free software in hopes that someone will find it useful. If you do great. If you don't that's fine. Just don't bother me about it because it's not your "right" to demand that my software works for you.

      Now if people are thinking, based on my posts in this thread, that I don't care if my software works for people and that the users want more features then you're mistaken. It's not that I don't care it's just that I'm not going to take what the users are saying as #1 priority because the free software that I develop is not a priority to me. It's just a hobby.

      So if you think my programs would be 10 x more cool if they had this or that feature than great. But don't expect me to implement it unless I feel like it.

      As I've been saying all along, if it's something that absolutely must be done in your opinion then feel free to do it yourself. It's not my responsibility. The code that I write on my free time is my hobby. The code that I'm payed to write for my employer is my responsiblity.

      This is why so many companies that depend on free software have started to employ free software developers to work on them. Free software developers only do what they do out of the goodness of their hearts. If they have better things to do than to make a program that you use work better for you then they're going to it. You can't expect any more of them.

      </rant>

      --
      Garett

    4. Re:I've said this before by foobar104 · · Score: 2

      Like the man say, "Okay, I'm with you fellas."

      Both of you are right; it only sounds like you disagree because you've got different agendas.

      The first poster said that developers have to listen to their users in order to make and keep their users happy. I.e., if you want your software to be widely accepted and used by millions of loving fans, you really ought to implement the users' requests.

      The second poster said that he has no responsibility to the user because he's writing the software for his own reasons. I.e., there's no reason to spend time and trouble on somebody else's requests because you're not getting anything out of it.

      Depending on your agenda, either of these points of view can be valid. Hell, in my case both of them are. I'm not working on my current project because I'm getting paid to do it. I'm doing it for the fun and experience of it. But I just love the approval and adoration of my coworkers and friends, so I'm throwing them a few bones to keep 'em interested.

    5. Re:I've said this before by Salamander · · Score: 2
      I've said this before and I'll say it again -- FEATURE REQUESTS!

      I've said this before and I'll say it again -- MODULARITY! Designing software that can be configured up or down to suit users' preferences and hardware capabilities is not rocket science. Maybe that wimpy-machine user will have to turn off some of the latest features to get adequate performance, but that should be their choice. The software should be constructed - both at a deep level and at a user interface level - to make that choice possible.

      --
      Slashdot - News for Herds. Stuff that Splatters.
    6. Re:I've said this before by Salamander · · Score: 2
      if I'm a free software developer I owe nothing to the users of my software.

      You don't have to owe them anything for it to be bad code. I don't know about you, but even when I'm writing code for myself I hate to write bad code. It's just a bad habit, that tends to carry over to areas where it really does matter.

      --
      Slashdot - News for Herds. Stuff that Splatters.
    7. Re:I've said this before by garett_spencley · · Score: 2

      I agree completely. I thought we were talking about features not stability.

      But even if we are talking about stability: if I write a piece of code that I plan on maintaining and there's a big known bug that's actually a flaw in the design that I overlooked and is going to take a considerable ammount of time to fix and I just don't have time to fix it, well, tough.

      My only point was that I don't believe that free software developers have a responsibility to their users. I respond to feature requests and take the users of my software very seriously but I certainly don't feel that I have some sort of obligation to do that.

      --
      Garett

    8. Re:I've said this before by asv108 · · Score: 2
      First of all, if I'm a free software developer I owe nothing to the users of my software. This is because I'm not being payed for my work. I'm doing it out of love for what I'm doing. If you want something added then do it yourself.

      This is a classic example of what companies site when they refuse to adopt OSS.

    9. Re:I've said this before by clare-ents · · Score: 2

      Which is bizarre because with commercial software it's usually greeted with a hearty 'fuck off'.

      --
      Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Einstein)
  2. Cool by Kizzle · · Score: 2, Funny

    Time to pull out the ol commadore 64!

  3. Just had to say it by madenosine · · Score: 4, Funny

    The newest trend in computer software is higher requirements? Windows is lightyears ahead!

  4. Unwritten rule? by Your_Mom · · Score: 5, Insightful

    Who says that you need to run the latest and greatest? I have my p133 sitting at school right now running slackware 4, KDE 1.1.2, with two 4 gig Hard Drives and 64MB RAM. Meanwhile, on my box at home, I jsut upgraded to KDE3RC3, 750Mhz, 384MB, 60G. At school, my computer is fine for exactly what I need, KDE has been stable, and honestly. Both machines are running at the same pace, and KDE 3 has more bells and whistles. If you don't want all the extra bells and whistles, why do feel like you need to upgrade?

    The current versions of software are designed to run on recent hardware. This has always been true, if there is a need to upgrade your software, you may need to upgrade yours system.

    --
    Objects in the blog are closer then they ap
    1. Re:Unwritten rule? by gfxguy · · Score: 3, Insightful

      Man, I had mod points but they expired. I can't believe someone even bothered to write an article like that. Of course if you want the latest and greatest bloated applications with all the bells and whistles you'll need a faster machine than you needed five years ago.

      But no, blame it on the programmers. Working hard, giving it away for free, mostly because people keep asking for stupid crap like transparent windows (which I'd like to know how, exactly, that increases productivety or causes LESS eyestrain than only opaque windows).

      It's not just bells and whisltes either, it's some very nice features that we did without on slower machines because we HAD to, things like anti-aliased fonts. There's no magical algorithm that's going to make a 20Mhz 386 with 8MB do antialiasing at a reasonable speed.

      So now when 3D desktops become all the rage, is he going to blame programmers because the desktops run slow on old 2D ISA video cards with 512K RAM?

      --
      Stupid sexy Flanders.
    2. Re:Unwritten rule? by Darren+Winsper · · Score: 2

      Err...RISC OS managed to do decent AA with an 8MHz ARM processor in 1MB of RAM. Surely a 386 with 2.5x the clock speed isn't that slow.

  5. Then don't use Gnome by PD · · Score: 5, Insightful

    I use Linux for most of my work with WindowMaker, except when I'm at a client site. Right now I'm using an NT box and Exceed to work on a 4 processor AIX box. I carry AIX compiled GNU utilities whereever I go, and a tiny window manager called gwm. It does all I want or need: xterms and a virtual desktop, in 500K.

    If you've got a really dinky box, I can recommend WindowMaker. If your machine is really REALLY dinky, then use something even lighter than that. Not a hard decision.

    1. Re:Then don't use Gnome by baka_boy · · Score: 2
      One thing that was especially interesting about this article to me was the use of a machine with such a small screen; 800x480 isn't much space, and those pretty 64px tiles in WindowMaker are going to chew up precious space like nobody's business.



      Personally, I'd probably either go with a stripped-down GNOME distro as in the article (though probably straight from the GNOME mirrors, not Ximian) or all the way down to Fluxbox, which has the ever-so-nice feature of tabbed windows, letting you pull tricks like cramming all of your GIMP palettes into one window's size.

    2. Re:Then don't use Gnome by redhog · · Score: 2

      I have a 1024x768 display on my (much speedier than than in the artticle) laptop. I'm running fvwm2 for speed reasons (i rather burn computrons on my webserver, my compilations and mp3 compression than on graphic bloat) and with a config. where I have no window borders, nor any titles, for space reasons. CTRL+SHIFT+click-&-move moves a window, the same, but with rightklick, resizes (you can click anywhere in a window to do these things). Also, I have FvwmButtons with a swallowed xterm, a clock, an xbif and a battery-monitor that pops up when I hit ALT-F9, and pops down again the second time I hit the same key. And of course my emacs doesn't have any menus or scrollbars. This, taken together, gives me the maximum out of that tiny screen-space; "modern" GUIs have too many little buttons and widgets doing nothing, on the screen!

      --
      --The knowledge that you are an idiot, is what distinguishes you from one.
  6. One data point by MAXOMENOS · · Score: 5, Insightful

    I run Ximian GNOME and Red Hat 7.2 on a relatively old box: Pentium 233 MMX with 96 megs of RAM and 20 gig hard drive (the old 1 gig drive finally died.). It's a little slow; sometimes it takes a few seconds for a menu to be displayed. On the other hand, the "user experience" is very smooth. I wouldn't want to use anything else: not Windows, not KDE. (This is a matter of personal prefernce; ymmv).

    My only major complaint is that Galeon isn't a part of the Ximian GNOME package. They have Mozilla, which is good, but Galeon simply has a smaller resource footprint and a better user interface. Obviously it's trivial to install the appropriate Galeon RPMs; OTOH, I often wonder why Ximian hasn't adopted this browser as a part of their standard packages. I look forward to the day when this changes.

    1. Re:One data point by MasterD · · Score: 3, Informative

      there sure is a galeon rpm that ximian builds. maybe it does not get installed by default, but you can grab it via red-carpet under the Install submenu.

      that is what I am using right now to post this message :)

    2. Re:One data point by Yarn · · Score: 2

      Try here: The Linux Hardware Database

      SuSE also has a hardware compatibility list, and there are links from the Debian install guide.

      As always, you can always use Google :)

      --
      -Yarn - Rio Karma: Excellent
    3. Re:One data point by Da+Schmiz · · Score: 2, Interesting
      the "user experience" is very smooth. I wouldn't want to use anything else
      Agreed. Ximian does a really good job of making it slick and easy to use. Mandrake + Ximian is the only combination I could consider getting my parents to use.

      (Although, for the record, I found installing Ximian to a Mandrake 8.0 system kinda messy... I eventually reinstalled Mandrake without any Gnome packages, and then installed Ximian over that. It's worked fine ever since.)

      Galeon simply has a smaller resource footprint and a better user interface
      Also agreed. Galeon was the only browser I used for practically everything for quite a long time. However, I've since dropped it in favor of Opera, which is also very slick. Opera's MDI is, to me, a bit nicer than Galeon's tabbed mode, although either is far better than the resource-hog style of other browsers when opening new windows.

      In short, Galeon is good, but Opera is better. But either one is far better than Netscape (although Mozilla is finally getting good) or MSIE (although I still keep a copy under VMware because some websites (like my bank) still won't work well with anything else. Hmmm... maybe it's time to get a better bank...

      --

      "Anything is better than IE, and you can quote me on that." -- Wil Wheaton.

  7. Developer Wrath by ksw2 · · Score: 2, Informative

    KDE3, soon to be released, does marginally more than KDE-1.x did

    I'm betting there's hordes of KDE develepers out there that would gladly wring this guy's neck for that nasty little comment.

  8. Why don't people use BlackBox? by Wee · · Score: 4, Insightful
    Subject says it all: Why don't people use BlackBox? It's super small (like 19K lines of code), and runs like a champ on older systems. I use it for systems which run a VNC server. It has one theme (called like "Minimal" or some such) which works well for this purpose. BB will also run quite a few KDE apps if you happen to also have KDE stuff laying around.

    BlackBox is highly configurable, too. I was bored one day filling in at one of our data centers and decided to switch the Ops workstation to use BlackBox. One thing I wish KDE could do is run a program like CMatrix in the root window... :-)

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:Why don't people use BlackBox? by Ed+Avis · · Score: 2

      As well as Blackbox IceWM is small, fast and pleasant to use. I run it everywhere, from Athlons down to a 16MHz 386SX box, and it's acceptably fast on all of them :-).

      --
      -- Ed Avis ed@membled.com
    2. Re:Why don't people use BlackBox? by PhoenixK7 · · Score: 2, Insightful

      what about fluxbox?

      blackbox plus all this stuff:

      Configurable window tabs.
      Iconbar (for minimized/iconified windows)
      Wheel scroll changes workspace
      Configurable titlebar (placement of buttons, new buttons etc)
      KDE support
      New native integrated keygrabber (supports emacs like keychains)
      Maximize over slit option
      Partial GNOME support

      they keygrabber is sweet, control xmms/audio levels from any workspace/app

    3. Re:Why don't people use BlackBox? by Yarn · · Score: 2

      19k lines? bloated!

      yarn@pendragon:/tmp/wm2-4$
      [..snip..]
      5439 total

      --
      -Yarn - Rio Karma: Excellent
    4. Re:Why don't people use BlackBox? by mudfly · · Score: 2, Informative

      spoken like I would have said so myself. In fact I thought I wrote that with someone elses name.

      For real though, Black box is a great small and fast window manager. When I am in need for a small fast linux install running on old hardware I start with zipslack add Xfree and the Blackbox WM. BB is also a great WM for low res (640x480x256 colors) monitors, think VNC.

    5. Re:Why don't people use BlackBox? by leiz · · Score: 2

      >One thing I wish KDE could do is run a program like CMatrix [asty.org] in the root window... :-)

      In kde 2.2.2, go under control panel -> look & feel -> background, change the mode to "background program"

      Ok, I'm not sure if it runs cmatrix in the root window, but it's close.

  9. Other arches. by saintlupus · · Score: 4, Interesting

    GNOME for low-end boxes.

    From a PPC standpoint, don't even try on anything older than a G3. I've run Ximian GNOME under LinuxPPC on a Motorola Starmax and a 6500/225. Both times were actually _painful_. I don't know if the speed has picked up any since whatever version that was, but I certainly don't want to try again.

    Blackbox and E, on the other hand, are both pretty speedy on my 7200/120.

    --saint

    1. Re:Other arches. by jonnythan · · Score: 2

      Mac OS X on a G3 is _painful_ ;)

      I recently adopted one of the blue G3's that had been acting as a linux webserver and tossed Mac OS X on it. The thing has 384 MB of RAM and it's slow as dog shit.

    2. Re:Other arches. by saintlupus · · Score: 2

      Mac OS X on a G3 is _painful_ ;)

      Odd that you think so. My main home machine, which I'm typing this on, is a G3/400 with 512MB of RAM and OS X 10.1.3. My work machine is a G4/733 with 640MB of RAM and the same version of the OS. The performance is pretty much identical from my point of view.

      It seems to me that a G3 really needs a heap o' RAM thrown at it to run OS X well, but if you're willing to do that, the performance is fine. Not that I'm about to run it on a beige or anything, but any iMac since '99 or so ought to be okay.

      --saint

  10. Re:Linux & low spec machines by EricKrout.com · · Score: 2, Informative

    The latest Linux-Mandrake version 8.2 allows you to perform a base install that only consumes 65MB of disk space. See my user info for a link.

    m o n o l i n u x

  11. Install GNOME and KDE - just don't... by mav[LAG] · · Score: 5, Informative

    ...let them take over! Run something sane, fast and highly customisable like WindowMaker and create shortcuts or menus for your favourite g- and k-based apps.

    If you really have to use KDE and want some serious speed increases, then compile both KDE and Qt from source with the switch --no-g++-exceptions. This is a hint from Linux from Scratch which works very well.

    --
    --- Hot Shot City is particularly good.
    1. Re:Install GNOME and KDE - just don't... by mav[LAG] · · Score: 2

      Moderators, how is this a troll? This is exactly what I have running on all three machines here at home - WindowMaker + Gnome + KDE. All Gnome and KDE apps run just fine and WindowMaker is nice and fast for the desktop management.

      This should be at least +1 Informative for the KDE speed hint :)

      --
      --- Hot Shot City is particularly good.
    2. Re:Install GNOME and KDE - just don't... by Anthony+Boyd · · Score: 2

      Let me repeat fetta's question with my +1 bonus, to see if someone will notice this and answer:

      What's the downside of using the --no-g++-exceptions switch?

      I know I would like to find out the answer to that one. Also, mav's comment about Linux From Scratch was terrific -- I'm now cruising through all the hints and really, this is quite a huge resource. I wish I had known about it earlier in my Linux life.

    3. Re:Install GNOME and KDE - just don't... by squiggleslash · · Score: 2
      What's the downside of using the --no-g++-exceptions switch?
      Basicly, you don't get any G++ exceptions. It's a bugger, but sometimes you have to make sacrifices. I find it irritating being at a friend's PC, searching for the G++ exceptions, and then finding he compiled his damned KDE setup using that switch. Ouch.

      Of course, once he compiled with -fomit-frame-pointer. Took me weeks to find it again...

      --
      You are not alone. This is not normal. None of this is normal.
    4. Re:Install GNOME and KDE - just don't... by Anthony+Boyd · · Score: 2
      What's the downside of using the --no-g++-exceptions switch?
      It means that you can't compile KDE programs which use C++ exceptions. This is fine for KDE 2, as there are basically no programs using exceptions.

      Thanks Jonathan!

  12. Re:Linux can't run on 200mhz machines forever... by dinivin · · Score: 5, Insightful


    Not everyone has $999 in their back pocket... Most public schools, for example, can't just go out and buy a lab of brand new computers, and are still forced to use computers from 5 years ago (if they're lucky, that is).

    Dinivin

  13. Re:Linux & low spec machines by saintlupus · · Score: 2

    If anyone has any suggestions as to a Linux distro I could try (please bear in mind if over about 50Mbs it has to be from a resumable ftp server) that won't take all night on a 56k modem then I'd be most grateful. (Please remember to post the URL and/ or details of the ftp server).

    What you want _probably_ isn't Linux. Take a look at NetBSD for that bad boy. I've got OpenBSD running on a PPro 200 with 32 megs of RAM, and it's great.

    --saint

  14. Ximian isn't even snappy on my 1.4 Ghz system! by Da+Schmiz · · Score: 3, Informative
    This is my biggest gripe about Ximian Gnome: it's slow. Even on my 1.4Ghz Athlon system, the system is not quite as fast as I'd expect.

    Of course, a large part of the problem lies with Nautilus, which is (if this is in fact possible) slightly slower than Mozilla on my system. Seeing as Mozilla is constantly getting faster and Nautilus is no longer actively maintained, I see this as a potential problem.

    I will say, though, that I don't mind the menubar at the top of the screen. I've populated it with the things I need, and it rarely gets in my way.

    Of course, I have a large screen and frequently use five or six virtual desktops to hold all my windows, so a few pixels of the top is not nearly as important as pager problems would be. On that front, I have always preferred Gnome's paging model to KDE's; I use a setup with four viewports per workspace, with a 1000-ms delay to swap viewports by moving the pointer to the edge of the screen.

    In any case, the point of this long-winded comment is that Ximian Gnome is a neat package, but the overall speed is not nearly as nice as I'd like it to be. (And, before I get flamed, the reason I haven't yet turned off all the bits of chrome that Ximian installs, like Nautilus, is that I actually like chrome. I just wish I could have a schweet-looking system that's fast too.)

    Ah well... Everything works for the time being, so I'm unlikely to change anything on this system anytime soon (I actually have to do real work on this computer). On my other machine, I use KDE whenever I start X -- which isn't often.

    That's what I love about Linux... you get choices. If I want Gnome, I've got Gnome. If I want super-fast, geekoid-to-the-max sysadmin functionality, I've got bash. I'm happy.

    --

    "Anything is better than IE, and you can quote me on that." -- Wil Wheaton.

    1. Re:Ximian isn't even snappy on my 1.4 Ghz system! by mbyte · · Score: 2

      I don't nautilus its not activly maintained anymore. I'm using nautilus 1.1.10 right now, and i must say, its quite snappy. not that snappy as i whish it would be, but its fairly useable.

    2. Re:Ximian isn't even snappy on my 1.4 Ghz system! by frantzdb · · Score: 2
      Nautilus is no longer actively maintained

      This is actually not true. (Although not only development-related, the Nautilus mailing list has had over 100 posts in the last day.) Much of the work on Nautilus at the moment is going into porting it to the Gnome 2.0 architecture. From everything I've heard, it is already way faster with Gnome 2.

      --Ben

    3. Re:Ximian isn't even snappy on my 1.4 Ghz system! by styopa · · Score: 3, Informative

      I was running it on a K6-2 450 (currently using the Gnome 1.4 that Debian is packaging for fewer dependency problems) and I had very few problems with speed after I added more memory. I found that my system was swapping out fairly often till I went from 128 MB to 384 MB. Now, it didn't become lightning fast, but it there was a noticable improvement. Memory is cheap these days, or was last I checked.

      --
      Disclamer - Opinion of Person
    4. Re:Ximian isn't even snappy on my 1.4 Ghz system! by GauteL · · Score: 4, Informative

      Of course, a large part of the problem lies with Nautilus, which is (if this is in fact possible) slightly slower than Mozilla on my system. Seeing as Mozilla is constantly getting faster and Nautilus is no longer actively maintained, I see this as a potential problem.

      This is just untrue. Nautilus is very actively maintained. Darin Adler, former Eazel-employee are maintainer on his spare time, now together with Alex Larsson.

      Lots of the slowness in Nautilus 1.0.x seems to come from general slowness in the immature Gnome-libraries that only Nautilus exposed fully in Gnome 1.x. Nautilus for Gnome 2 got a lot faster for "free", when shifting to the Gnome 2 platform. In addition, lots of other speed improvements have been made.

      I can happily say that Nautilus 1.1.x (The Gnome 2 development platform) is very fast. Opening a new window is about twice as fast. Changing directories is almost instantanious. Even large image-dirs with thumbnailing turned on is acceptably fast. This is on a Pentium III 550 with 256MB of ram.

      I'm going to try this out on a lower end machine, but the huge speed increases is reported to have a nice effect here as well. Nautilus should be usable on reasonably low end machines now, if you turn off the latest bells and whistles.

      For me, it is also nice that the SVG-rendering in Nautilus 2 is a lot faster. I'm unable to "feel" a speed difference between a regular theme and a vector-icon (SVG) theme.

    5. Re:Ximian isn't even snappy on my 1.4 Ghz system! by tempest303 · · Score: 2

      I'm going to throw in a "me too" here...

      On my work box, a 400mhz K6-III, with the right GTK theme and a few kernel patches (namely the low-latency, preempt, and (0)1 scheduler patches), Ximian Gnome rocks! Sure, Nautilus is a little pokey, but I'm using Gnome 2 snapshots at home, and even Nautilus is extremely responsive and snappy. (Ok, I know its silly that in order to get top performance, a desktop user would have to *patch his/her kernel* but cut me some slack - KDE would benefit from this too, so it's not just a GNOME "defect" ;) Besides, most of that stuff is going into 2.5 now, so the next kernel , 2.6/3.0 should be really exciting performance-wise)

      I am soooooo anxious for Ximian to "do their thing" on Gnome2.x - with this and KDE 3 coming, it's an exciting year for Linux on the desktop...

    6. Re:Ximian isn't even snappy on my 1.4 Ghz system! by benmhall · · Score: 2

      Want to see speed in changeing directories? Try Rox or XFTree.

      I mean, come on. We're talking about _changing directories_. This is what a file manager does! I can understand it being slow in generating HTML pages of image galleries or something, but changing subdirectories slowly is like a text editor that can't keep up with what a user types.

      I played with Garnome a bit, and Nautilus does seem to be better now. I still get odd errors all over the place. Warnings about the "History" and "News" panels. It's a file manager!! Why do I need history or news? And why is it giving me errors about the above?

      Maybe if someone stripped out all that extra "stuff" that only seems to weigh Nautilus down it wouldn't be too painful to use.. I do like their script support and music views, though.

    7. Re:Ximian isn't even snappy on my 1.4 Ghz system! by GauteL · · Score: 2

      The News and History errors are annoying. However, you can turn off the sidebar or individual panels, and you won't experience these things again. Nautilus will also go down in memory consumption if you do.

  15. This is why I don't use KDE/GNOME... by BitwizeGHC · · Score: 2

    ... even though I have a 0.9GHz T-bird. A generation behind the times, maybe, but still a snappier box than I'll need for a while yet. I can actually get shorty (my little 266MHz laptop) running with about the same configuration as gas-o (my big machine), and run much the same apps: emacs, moz, GIMP, LaTeX sometimes if I need to write something for human consumption. How, you ask? Two words: Window Maker. :)

    --
    N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
  16. Re:Linux & low spec machines by nvrrobx · · Score: 2, Insightful

    I successfully used Slackware on my laptop - AMD K6-2/333 with 64 megs of RAM and a 4 gig HD... I only loaded X when I needed to hit a site with Netscape, and in that situation I ran twm as a window manager. It wasn't great, but it worked.

    On lower end machines like that, you may want to consider NOT using X, and stick to text mode.

  17. Why not? by bluGill · · Score: 4, Informative

    Why not? I run netBSD on a 20 mhz machine from time to time. (a sun3/60). My only linux machine is a 386-25, but the monitor failed years ago so now it sits on a shelf and handles my mail. Works just fine.

    Now I admit those machines are a bit slow, but they work, and they are more than 10 times faster than the atari I started out with (1.6 mhz, and 8 bits).

    My main machine runs at 200 mhz, but it has two processors. I see no reason to replace it, it is afterall rock solid, and I don't like 3-d graphical games. I don't need more power, I need the power I have used wisely.

  18. Right answer by fm6 · · Score: 3, Informative
    Absolutely correct. GNOME and KDE attempt to reproduce all the functionality of Windows. They'll probably never be as bloated as Windows (or as inflexible), but there's a minimum amount of overhead for all those features.

    There's a lot of good work being done in window managers, and most of them are a lot less resource-hungry than GNOME or KDE. (My particular favorite is Enlightenment, mainly because I find the design very creative.) Of course, they all cater to folks with a serious let-me-tweak-everything mindset. But then, who else wants to run a GUI on old box that most people would just throw out?

    1. Re:Right answer by Some+Dumbass... · · Score: 3, Insightful

      Absolutely correct. GNOME and KDE attempt to reproduce all the functionality of Windows. They'll probably never be as bloated as Windows (or as inflexible), but there's a minimum amount of overhead for all those features.

      The most important point for people with "low-end" boxes to remember is... that they have low-end boxes! You can't possibly expect every piece of software in existence to run fast on your old Pentium or whatever. If you have older hardware, use suitable software.

      For example, I recently set up a 486-33 laptop with 8MB of ram as a webserver. It works just fine. Is it running Apache? No way. I didn't even bother to try. Why? It's called being realistic. With such old hardware, you use a simpler, smaller webserver. And likewise, with a low-end (say, Pentium) desktop, use WindowMaker. For a 386 being used as a desktop, get GeoWorks (if it's still available?) or whatever.

      The point is, while optimized software is certainly a useful goal. Just don't expect miracles. You can't reproduce the functionality of Windows plus some on top of the functionality of X on top of the functionality of Linux and expect it to run on just anything.

    2. Re:Right answer by Explo · · Score: 2


      And as for Windowmaker Blah Blah Blah -- I used to run Windows 2000 on a Pentium 133 (112MB, SCSI-2, Matrox Mystique) with all the desktop goodies and object support, and after it finally finished booting, it was just fine for an end-user or webdev system. Linux GUIs on the same box are good for an xterm and that's about it.


      Bah, I used Windowmaker and Afterstep with P133 and 64 MB of RAM for about one and half year, definitely with more heavy applications than xterm and the GUI was perfectly OK in speed. The limitations with something like GIMP were the amount of RAM and the speed of operations of the program itself, not the responsiveness of GUI and the same pretty much applied to other programs. I still use only Windowmaker even with this 1+ GHz, 512 MB machine and do not intend to switch to KDE or Gnome; WMaker is perfectly OK for my needs, while someone else no doubt wants to use KDE/Gnome in addition to bare windowmanager

      --
      Everyone who makes generalizations should be shot.
    3. Re:Right answer by be-fan · · Score: 2

      They'll probably never be as bloated as Windows (or as inflexible),
      >>>>>>>>>>
      I wish they were! Win2K is so much faster than KDE 2.2.2 or GNOME 1.4!

      --
      A deep unwavering belief is a sure sign you're missing something...
    4. Re:Right answer by Dwonis · · Score: 2
      I still use only Windowmaker even with this 1+ GHz, 512 MB machine and do not intend to switch to KDE or Gnome

      You too? I thought I was the only one!

      I have a similar configuration as you, and I've never understood why someone would pay all the money for a new system, and not want it to run as quickly as possible.

      When KDE/GNOME are (ballpark figure) 30% slower than Window Maker, then they are 30% slower on every machine. That might only translate into a few seconds for some operations, but 30% is still 30%, eh?

  19. Pointless article by brunes69 · · Score: 3, Insightful

    This guy is complainng about bloat and performance of Ximian Gnome and KDE, then goes on to reveal he has been using Mosfets Liquid theme and other eyecandy goodies. Well OF COURSE it's going to be going slow. He also seems to blame StarOffice's slow laucnhing on KDE. He doesn't seem to have a clue what he is talking about.

    If you want a fast desktop on low end hardware, use WMaker ir FVWM or something simmilar. If you want eyecandy, use KDE/Enlightenment/Gnome. There is no news here, everyone has known this for a very long time.

    1. Re:Pointless article by nathanm · · Score: 2
      If you want a fast desktop on low end hardware, use WMaker ir FVWM or something simmilar. If you want eyecandy, use KDE/Enlightenment/Gnome.
      I wouldn't group Enlightenment with kde & gnome. I'm using it right now, it's using less than 4 MB of memory.
  20. That's why I use Gnome by the_rev_matt · · Score: 2

    I was thrilled with KDE, until I used it. I had serious performance issues on an Athlon 750 w/512M of RAM (serious relative to Gnome performance, that is).

    I switched to Ximian and haven't looked back. Performance is of particular interest because I do use several "ancient" machines for assorted purposes and I like to have a consistent WM/DM across all machines. So it runs comfortable on my 200MMX with 64M as well as my Athlon 750.

    --
    this is getting old and so are you

    blog

  21. Does Windows have an edge? by nakhla · · Score: 4, Interesting

    In this situation, does Windows have an edge? I've noticed that Windows comes up much faster on my Dual 1GHz P3 with 1GB RAM than KDE 3.0 does. MUCH faster. There's so much hype about Linux someday conquering Windows on the desktop. Is this REALLY possible if Windows runs faster than GNOME and KDE, the two leading GUIs for Linux?

    Would this problem be solved by using one GUI library? If you think KDE is slow, try running GNOME apps on KDE. The overhead of loading all of those additional UI libraries is unbelievable. Would Linux on the desktop be more effective if only one UI library was used?

    1. Re:Does Windows have an edge? by crivens · · Score: 2, Informative

      As far as I'm concerned, yes it does.

      Windows loads faster on my PC, and applications generally load quicker. For example (and I'm going to make this comparison), opening the File Explorer onto my C: drive takes a fraction of a second, whereas Konqueror in KDE 2.2.1 takes several seconds. My PC isn't brand new, but it is a P3-700, 256Mb with a 20Gb Seagate.

    2. Re:Does Windows have an edge? by 10Ghz · · Score: 2

      "opening the File Explorer onto my C: drive takes a fraction of a second, whereas Konqueror in KDE 2.2.1 takes several seconds."

      That's because of the linker in GCC. It's fixed in GCC 3.1, which means that KDE will become NOTICEABLY faster! Also, if you compile KDE yourself with proper optimizations, you can squeeze additional performance

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  22. Idea: Power-sensitive software by CathedralRulz · · Score: 2, Insightful
    There is always a huge problem for folks with high end comps missing out because of software/OSs being developed for lower end machines.

    Likewise, people with low end comps are often getting screwed by missing out on great new stuff that they just can't run.

    Being that I am a member of the former (I built my own uber comp and have two Dell uber comps) I am sensitive to the latter.

    So I wonder if software can be developed to be sensitive to the user's comp. SOmetimes this is done - Unreal Tournament detects what video settings you are capable of. If this was done more, we wouldn't have to see software constantly coded down to the least common demoninator. The only piece of software that seems to be doing this in a forward looking way is (not surprisingly) a game - Asheron's Call 2.

  23. Chicken & Egg by jmu1 · · Score: 3, Insightful

    This is just another chicken and the egg essay. Is it the availability of hardware resources that drives developers to write 'bigger' code with more features, or is it the 'bigger' code with more features that pushes hardware to be upgraded? In essence, it is both. They are completly symbiotic. Nither would exsist without the other, therefore the forward motion of the hardware industry, along with a higher number of features available, are natually occurring phenomina. Don't moan that you don't want to buy new hardware. Do what I did and bite the bullet: get a job, hippie! ;)

  24. Re:Linux can't run on 200mhz machines forever... by Salamander · · Score: 4, Insightful

    You get a big juicy -1/Illiterate for not reading the article before you responded. The author explains quite clearly why what you suggest is not an option in many environments. You can afford a decent computer, I can afford an even better one, but there are people whose new-equipment budget is zero and who have to make do with whatever five-year-old POS is lying around. Programmers who make software that's unusable for some people just because they (the programmers) aren't affected by the waste and are too lazy to do anything about it are just crappy programmers.

    --
    Slashdot - News for Herds. Stuff that Splatters.
  25. for older systems, use older software by kidlinux · · Score: 2, Insightful

    Really. Newer software is designed because newer hardware is available. The new software is generally coded for/with the new hardware in mind.
    If this guy wants to run a system on older hardware, he should be using software that was designed around the same time the hardware was available. Try the Linux 2.0 kernel series, X 3.3.6. Older distributions had smaller foot prints. Older versions of window managers would be smaller and quicker to compile. Speaking of which, if you have an old system, don't expect to be able to compile all these new software packages with new features designed to take advantage of new hardware, in a reasonable amount of time. Use the older stuff with feature sets that match those of your hardware.
    Older software is still stable, too. That's why at the time it was released as a 'stable version'. It just doesn't have some of the new features and additions that consume resources. Said features weren't around in old software, because said resources weren't available.

    --
    -kidlinux.
  26. Linux can run nearly forever, GNOME might not... by mactari · · Score: 3, Insightful

    The great thing about Linux is that you can cut out the windowing system altogether and still have a useful, up to date machine. I was only half-way joking with a friend today that I wanted to pick up an old Powerbook 170 off of eBay and slap NetBSD for 68k powered procs on it (http://www.netbsd.org/Ports/mac68k/index.html) to make it a smooth links, elm, vi utilizing geekbox. That's a bit extreme, but conosle-only on my old Motoral StarMax 603e isn't.

    So though I'd agree that no author has any obligation to keep hardware requirements down so that they'll run on a P1 133 MHz box and that you can't expect to run tomorrow's GNOME on yesterday's system, one bit of the "beauty" of Linux is that you can still run tomorrow's software without having to make updates to parts of your system you don't want to update -- or, in this case, add the part to your system at all!

    --

    It's all 0s and 1s. Or it's not.
  27. Re:Linux & low spec machines by baka_boy · · Score: 2
    Try one of the "compile-from-scratch" distros like Gentoo; if you're willing to spend a couple of extra (largely unattended) hours doing the initial download/compile/install process, you can get a nice, lean, highly-optimized setup that's customized for your machine.

  28. That's easy by SCHecklerX · · Score: 2
    Don't use ximian gnome :)

    I actually use a couple of gnome apps, and have the g/f on a very low end system (pentium 1 233).

    WM = Windowmaker
    Filer/Desktop = ROX

    Works great!

    1. Re:That's easy by be-fan · · Score: 2

      What do you use for web browsing? Galeon crawls* on anything less than 600MHz. What do you use for word processing? Abiword slows down visibly when dealing with large documents. Highlighting parts of big documents can become a chore. There are many apps that don't have decently performing versions, and its a rather silly situation. And don't tell me people should use vi or elm. People shouldn't be forced to upgrade to 1GHz+ procs just to use reasonably feature-rich GUI programs. Not even MS requires people to have the kind of horsepower that a *modern* Linux desktop does.

      * It's not so much that Galeon crawls, its that the damn thing is agressively single-threaded, so page-rendering freezes up the whole app. On slower systems, page rendering takes up a lot more time, and thus the app seems very unresponsive.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:That's easy by be-fan · · Score: 2

      Umm, how to you view images in Lynx? Dynamic content? Java applets? Also, xemacs is slower than sin and xjed and gedit aren't word processors. CSS is too slow to use just for document processing. As for the GUI comment, some of us are visual (oh my god, a nerd with asthetics, can't be!) and need to SEE what we're working on. Besides, a GUI is a hell of a lot better for word processing (just as a CLI is a hell of a lot better for file management).

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:That's easy by squiggleslash · · Score: 2
      I have a similar system to this guy (indeed, until recently it was a 166MMX I was using. I don't use ROX though, I tried it and wasn't that impressed. But WindowMaker is the cat's pyjamas), and use Mozilla, which is certainly fast except when it has to do something like purge one of its internal caches or something for Usenet news.

      Mozilla is great if you have enough memory and use tabs instead of opening new windows all the time. I would assume that if you're having problems with Galeon, it's probably the way your copy has been compiled, or it's using an ancient Moz or something.

      For what it's worth, Netscape 4.7x, while not state of the art, still renders 99% of stuff out there. It's Mozilla's features (especially tabs) and stability that leads me to use Mozilla in preference, not its standards compliance, which is merely a nice bonus. I'd use Galeon too, but the distributions have never been brilliant on Slackware (and that gconf crap is making me wonder at the sanity of the GNOME developers, period - for God's sake people, why clone the Windows registry?? - and why create such a bad tempered version?)

      --
      You are not alone. This is not normal. None of this is normal.
    4. Re:That's easy by be-fan · · Score: 2

      Just /. pages. Trying to open a new tab on a /. thread will take several seconds during which the whole UI will freeze up. 'Great' is very relative. For me, KDE-2 is barely tolerable even on a 1.5 GHz Athlon XP. For other people, KDE-2 is tolerable even on a 233 Pentium. I've been rather spoiled using BeOS all these years, and it takes a hell of a lot to make the cut. Of course, Win2K can do it, so it can't be all that hard.

      --
      A deep unwavering belief is a sure sign you're missing something...
  29. I use Enlightenment by RainbowSix · · Score: 3, Funny

    Luckily, Enlightenment hasn't been updated since the days when 200mhz was the norm :)

    --
    --------
    It's OK to be social, just don't tell anyone about it.
    1. Re:I use Enlightenment by UnknownSoldier · · Score: 2

      > Luckily, Enlightenment hasn't been updated since the days when 200mhz was the norm :)

      Hehe. That's like using Win 3.1 on a modern CPU :)

      Does anyone know what Rasterman is up to now-a- days? How long ago did he leave Red Hat?

  30. Linux desktop is bloating up faster than Oprah by tap · · Score: 4, Insightful
    The memory usage of KDE and gnome is just huge. We have a few xterminals running off a single linux server, and the number of processes that get started for kde/gnome is a real problem.

    With the versions and default sessions I get with redhat 7.2, I measued the memory usage of KDE and gnome. KDE weighs in at a hefty 95 MB, while gnome uses "only" 41 MB. For comparison, the fvwm2 setup I use includes an email checker that tells me how many mesages I have, a clock, a loadgraph, cpu usage graphs (per CPU), button bar, and virtual desktop pager. The workings of the window manager itself are more configurable than either gnome or KDE. And all this is only 4MB! That's about 24 times less than KDE.

  31. Bloat can never be good. by Borax_Man · · Score: 5, Interesting

    I remember booting an XT and starting a word processor, off floppies, and it still took less time than loading KDE and StarOffice on my AMD 700 with RH 7.1. I also remember booting Word 2.0 on a 386 DX20, with Win31, still faster, also remember booting Word97 on a P100, still faster. Yes I'm sure KDE3 does more than KDE 1, but if you look at EVERYTHING it does, not just the snazzy stuff, but everything, including the window manager, drawing a panel,everything its responsible for, then KDE 3 really does not do all that much more, and the general usage is still pretty much the same. The point is, that my PC not has nearly 100 times the ram of one I had 5 years ago, and is approximately 500 times faster according the the benchmarks I ran, yet for software to run the same speed, or slower, is if you take this into account unforgivable. Even with 4 times the features, a desktop may run 10 times slower than Win 3.1 and by 10 times larger, but its 100's of times slower! With PC's exponentially faster than ones 7 years ago, we should be be enjoying the ability to support 40 people on 1 PC, AI, interfaces that are so fast, that theres no waiting whatsoever to load an app and everything in nice and instant, yet we are still were we where 7 years ago, just able to check e-mail, do word processing etc and still waiting for out PC to load an open file dialog box, and in 7 years time, it wont be any different. Computers 100 times faster than the ones we have now will still just be able to run office apps and a desktop. The point is, if coding was as efficient as it was back then, then we could have the extra features, and still be blindingly fast, but it looks as if were condemmned to be running as fast as we can with hardware upgrades just to stay in the same place. Progess should have had us being able to support many, many more features on our PC's efforlessly, the only software that has really advanced is games, well some of them. If you compare the difference between Quake3 and Wolf3d, youll see what I mean, then compare between KDE 3 and Win95.

    1. Re:Bloat can never be good. by drodver · · Score: 2

      These projects are open source, put your coding where your mouth is and start optimizing.

    2. Re:Bloat can never be good. by Ian+Bicking · · Score: 2

      Not to be picky, but I bet you are testing startup time, which is mostly limited by disk speed, and disk speed has not increased by 500x in the last 5 years (unlike processor speed).

    3. Re:Bloat can never be good. by Borax_Man · · Score: 2, Insightful

      Optimization? Do you think I have time to Optimize KDE and Gnome singlehandedly! Seriously though if you've done programming, youll realize that efficient coding practices need to be adopted from the start. To write efficiently you must select an appropriate language (fast, and not java for simple stuff), and code with speed in mind and design for program for efficient execution and for a small footprint. If a program is bloated, optimisation will do little, but make bloat run a little faster. You can't optimize an elephant into a mouse. If you want a mouse, you need to build a mouse from the start.

      Secondly, I guess the app start up time does have to do with hard drive speed, but hard disks ARE still much faster, not 500X, but possibly 5 to 10 times, and still faster than a floppy. Also, with 384 meg ram, you can re-load and app without touching the hard drive and its still slow. Even with the KDE file manager completely cached in ram, it still takes a while to start. It's simply bad design. Oh by the way, I came close to converting my company to Linux form Win98, but the steep hardware requirement's for a reasonable desktop (most users would not be able to get by with Window Maker) made it unfortunately impossible. A small company like mine still stuck with P133/32MG ram is actually better off financially sticking with Win98 than migrating to Linux. Even on the high end machines here. I imagine there are MANY other companies which came to the same conclusion. The only option is to use LTSP.

    4. Re:Bloat can never be good. by Dwonis · · Score: 2

      Comments like these are what allow people to spread the FUD that "Linux isn't well supported".

    5. Re:Bloat can never be good. by Dwonis · · Score: 2
      This idea of "optimizing" bad code seems to stem from our universities.

      Ever since they started teaching C++ or Java in introductory courses... Sigh. You can teach calculus before you teach algebra, and some people might survive, but most won't know what's going on.

  32. Right on... by Wee · · Score: 2
    I'm definitely checking FluxBox out. Thanks for the link!

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  33. Re:Linux & low spec machines(OT) by Strog · · Score: 2, Informative
    I love Blackbox. I started using on my lowend laptops, etc. because it worked well when other WMs were slow. I started using on my 1.2Ghz Athlon just because I liked it.

    Have you tried Fluxbox?

    It is built off Blackbox 0.61.1 with some "enhancements". I really like using the tabs between windows.

  34. Gnome on low end?? by Lumpy · · Score: 2

    Sorry but the author never told us what his definition of low end is.. My definition is a Pentium 200 or 233 mmx. and Gnome let alone the Ximian version is NOT sutable for it.
    Nautlius is the biggest problem with it sucking up 90% of all your resources.. Best replacement? try your damnedest to delete Nautlius and install ROX. (Rox will even do the desktop dance for you if you like. and for some reason ROX is almost 1/10th the size of Nautilus.. and hellishly faster too..

    Basically.. on a low end system.. you really need to abandon all the bloated (P-II and higher required desktop systems that are Gnome and KDE. they have their place with the Windows horsepower equiviliant systems (I use KDE on my 2 processor P-III 866 "low end system") but blackbox+ROX or Enlightenment+ROX or any combination of efficient and tightly written code will give you awesome performance...

    I hope that someday both KDE and Gnome will stop the feature-add phase and enter the make is run superfast.... and it can, they just need to take time out from the "fun" of adding toys to the dull part of cutting cruft and optimise..

    --
    Do not look at laser with remaining good eye.
  35. Other datapoints by HalfFlat · · Score: 2

    I run Gnome on some 'old' systems:

    1. A Cyrix 120MHz system, 96MB RAM. This used to have 64MB, and Gnome was slow enough to be annoying. At that point, I stuck to fvwm2 like any sane individual. Adding the extra 32MB made all the difference, and now Gnome is quite usable, even using gnome-terminal instead of xterm or rxvt. On this machine I'm not using sawfish, because the delay in bringing up window manager menus is too annoying.
    2. A K6-3/400 machine, 256MB RAM. Again, this one used to have less memory. At 128MB, Gnome ran fine until I started Mozilla. Then the memory squabbles started to hurt. Quite liking Mozilla over Netscape 4 for a graphical browser, more RAM was the solution. This machine runs Gnome perfectly adequately.

    One thing is that on both of these machines, I don't run Nautilus or GMC. Not a big fan of graphical file managers, I don't miss them. It's quite possible that they would slowficate the Gnome experience.

    Oh, and another thing. Gnome 1.2, when I installed it, still looked like it could do with some sanding, and maybe another coat of paint. There were things left out of libraries, or in an inefficient way (thinking of some of the drawing routines.) These probably contributed to the memory usage and slowness of some graphical applications. Here's hoping that's all in the past now with Gnome 2 around the corner.

  36. Re:Linux can't run on 200mhz machines forever... by Wesley+Felter · · Score: 2

    Optimizing software for slower machines has a cost. Just like many other aspects of open source (documentation comes to mind), if there's no incentive for the hackers to do it, it's just not going to get done. My reccomendation for people with old hardware is to run correspondingly old software; usually it's almost as good as the newest version.

  37. Re:Linux can't run on 200mhz machines forever... by Lumpy · · Score: 2

    HUH? I can run linux and a very useable desktop + browser+ apps on a 486 with 16 meg ram and a 4meg CF card to boot from. Something that windows has never been able to do cince windows 3.11

    Linux will be able to run on horribly slow machines long after you and your grandchildren are dead and buried... because it cant be hidden,taken away or forced out of existance.. Linux and the stuff needed to run on stone-age equipment will be around forever....

    and that kiddies is what makes it so much cooler and better than anything that Microsoft can ever create. In 10,000 years when archeologists dig out of a cave a redhat 6.2 distro.. they can figure out and run on their trash hardware linux. if they find windows? it wont run and will be looked upon as worthless.

    --
    Do not look at laser with remaining good eye.
  38. Nautilus certainly is maintained. by mr.e · · Score: 2, Informative

    Nautilus certainly is maintained (by Darin Adler and Alex Larsson) see the developers mailing list for more details at the moment the gnome2 port is just about finished and the speed improvements they've got into nautilus2 are amazing. Eazel may have died a while back, but not all the developer left...

    Here's looking forward to GNOME2.

  39. Oh, boo hoo. by dasmegabyte · · Score: 2

    I for one am glad that GNOME is finally moving into the realm of modern GUIs. Yes, maybe modern is synonymous with slow, but it's also synonymous with features.

    If linux is going to make it on the desktop, it's gonna have to match closed sources OSs on a feature for feature basis. This means it has to have a level of feature bloat similar to windows -- and therefore similar compilation times.

    I don't cry for those with slower machines "in parts of the world where fast machines are unavailable" (BS, by the way -- my friend in Bangladesh has a better machine than I do, and his family's yearly income is less than my weekly). They still have options: GNOME 1.x, for example. This is Linux, man, there's no need to upgrade if what you have now is working. Sure, the new toys would be great...but if the choice is Windows 3.11 or GNOME 1.x, you're still better off petting the penguin.

    --
    Hey freaks: now you're ju
  40. mod parent up! by tempest303 · · Score: 2

    Fluxbox is looking VERY cool - especially since they're working towards full ICCCM support, which means full support for KDE and GNOME.

    I'd like to see this review looked at again with a gtk theme like Premier (uber-fast, uber-clean) and Fluxbox as the WM!

  41. Stupid comparison by be-fan · · Score: 4, Insightful

    I've seen in several places people say that its okay for newer software to require newer hardware. That's absolute bull-crap. Newer software should only require more power if it is more features than older software. I can accept a fully anti-aliased, transparent-everything desktop to be slower than a standard one, because of all the eye candy. However, KDE and GNOME in their present state aren't any more functional than Windows 2k/XP. Yet, they are much, much slower*. Say you're grading things wholistically. You're three important catagories (on the desktop) are features, performance, ease of use, stability, and security. Win2k/XP wins the first one, not only because it has features that GNOME and KDE don't, but because these features are much more mature and widely used. The KDE/GNOME component systems might be great, but far more apps take advantage of COM/OLE on Windows. Win2k/XP wins the second one, hands down. Even with my 1.5GHz KDE2 machine, I still sometimes look longingly at my brother's 750Mhz Win2K machine. The stability bit is a wash. WinXP itself is rock solid, but Windows apps are often flaky. On the other hand, same parts of GNOME and KDE (Konq and Galeon in particular) can be flakey as well, so its probably even. In terms of ease of use, its also probably a wash. As long as you've got a sysadmin, WinXP is as easy to maintain as KDE/GNOME. WinXP is more consistant than either, but Windows apps tend to be more annoying and less customizable, which cancels that out. In terms of security, both are even. WinXP has far more powerful security options (ACL, etc) which are important in multi-user desktops. However, WinXP tends to have more security faults, which cancels the advantages. Normally, security would go to Linux, but on a desktop, access control tends to be more important than hacking-resistance. So, in most of the catagories, its even between WinXP and GNOME/KDE. If WinXP performs a hell of a lot better, what advantage does GNOME/KDE have? The only thing I can think about is that its free software, which is the only reason I use Linux and not Windows. Its a damn good reason, but it would be nice to have some other perks too...

    * Which is ironic in itself, because they're running on kernel that is much, much faster. They can't even blame X, because (from the benchmarks I've done) X is damn competitive to GDI, and in many respects (blitting bitmaps, for example) can even beat DirectX. Nope, after about 4.x, the "but X sux" arguement kind of dissapeared.

    --
    A deep unwavering belief is a sure sign you're missing something...
  42. Low end, high quality desktops by Laplace · · Score: 2, Interesting

    At work I develop scientific applications. Since I don't want to waste memory, but still want to have a functional X server, I run a window manager called PWM (if you do a search for it on google, use the keywords "pwm" and "ion"). I like it because it takes almost no memory, and allows me to dock windows together. It suits my style of working.

    I run a Blue and White G3 at home, with SuSE 7.3. I just reinstalled the system last night in (what appears to be a successful) attempt in building the perfect system. I downloaded the most recent version of Windowmaker (0.80) and spent some time configuring it. It is a sweet desktop. I have all of the applications that I use regularly at my fingertips, have lots of fun dockable apps to do useful things like establish my internet connection and play my ogg-vorbis files, and have lots of eye candy.

    I compiled Windowmaker with CFLAGS="-O3" (highest level optimizations), and it screams. I'm not running particularly fast hardware, but with over half a gig of memory plugged into it and my favorite apps optimized, it hauls ass. I absolutely love it. Windowmaker is one of the most overlooked window manager projects out there, and takes a little to get used to, but is well worth the effort.

    --
    The middle mind speaks!
  43. Missing The Point by EXTomar · · Score: 2

    I knew people where going to post "So don't install it! Use **insert small window manager here**!"

    I believe the point of this excirse is "is it possible?" not whether or not you should. Obviously on a minimalist system you don't install heavy weight software.

    There is a reason to point out things like the fact KDE and Gnome have issues running on small systems. It is up to the reader or the developers to figure out for themselves what this means.

  44. Re:Linux can't run on 200mhz machines forever... by Salamander · · Score: 2
    Optimizing software for slower machines has a cost.

    You'll find no disagreement from me, if you're talking about optimizing for those slower machines. However, what we're generally dealing with is programmers just pissing away dozens of megabytes and millions of CPU cycles to no purpose whatsoever. I've seen a lot of code in my time that could be simplified or streamlined such that there will be some platforms on which it will run faster and no platforms on which it will run slower, and such that it would be more readable and maintainable besides. Some of it was my code, written before I knew everything. ;-) This is being presented as a tradeoff, and sometimes it is, but other times it's just an out and out waste.

    --
    Slashdot - News for Herds. Stuff that Splatters.
  45. Not the way to approach poverty by mr_don't · · Score: 3, Insightful

    And that's a shame, because a person needs only access to a computer and sufficient interest in order to create his or her own route out of poverty.

    I'm not really sure I understand where this person is comming from... The largest Social Movement is South America, Brasil's MST (landless workers movement) use Land reform, land occupation, education, and community building to escape poverty.

    If only it was as simple as loading up a computer with free software! Actually, the computer industry is terrible when it comes to poverty! The highest concentration of highly toxic waste sites (known as SUPERFUND sites) are in the Silicon Valley. We ship about 200,000 computers, which (including the monitors) high levels of lead, cadmium, etc to developing countries, where they pollute landfills and communities. This increases conditions of poverty, not helps them.

    1. Re:Not the way to approach poverty by mr_don't · · Score: 2

      Well, it doesn't really work like that. Check out what happens to Old Computers at the Silicon Valley Toxics Commission site.

      Basically, many people lack proper opportunities to make a living. Desperate people are forced to do things like rip through all of our exported consumer electronics to scavenge copper wire and monitor parts. SVTC (see link above) shows how people resort to collecting potentially carcinogenic toner in cups for reuse in order to earn enough to eat.

      Unfortunately, it's not really as if we are packaging our old computers and sending them to Africa or India for educational use. We are exporting our old computers to Asia - as toxic garbage.

      Check out these facts, straight from the SVTC report mentioned above: Every year, the US exports about 10 million obsolete computers to Asia to be disposed of as hazardous waste. On average, each computer contains 13 pounds of plastic, 3 pounds of lead, enough cadmium to pollute 260,000 gallons of drinking water, enough chromium to pollute 10,000 gallons, and enough mercury to pollute 260,000 gallons.

      Crazy, isn't it!!! This is a huge environmental problem, that until recently has gotten little or no press. SVTC was in the San Francisco paper recently, but Slashdotters would do well to look into solutions to this terrible ecological stress!

  46. Gnome 2 is mostly way faster than Gnome 1 by GauteL · · Score: 2, Informative

    Especially Nautilus is a speed-demon in the latest Gnome2-versions.

    This should mean that most people having trouble with Nautilus slowness should now be able to use it fine.

    This also means that Gnome 2 is not a huge and bloated upgrade.

  47. Re:Linux & low spec machines by gatoresque · · Score: 2, Informative

    I beg to differ. I have a Compaq 420CT notebook (486 75MHz) with 20MB ram running Debian Woody just groovy. It has a WD video chipset which works great either as standard VGA (16 colors) or as SVGA (still 640x480 but with 256 colors). X is slow, of course and this article is right on as there's no way I would consider running GNOME or anything that new on it (though I did run Enlightenment DR13 before, and it was actually not too bad!).

  48. Bloated with features by Fizzlewhiff · · Score: 2

    I use GNOME and the first thing I did was ditch Nautilus. My beef with Nautilus is it just has too much in it. Its a desktop manager, file manager, web browser, and theme manager. The problem with GNOME is there are other parts of GNOME that do the same thing. If you have a slow enough machine, mine is a K6-2 550, and use Nautilus you'll see GNOME start up and set your background color, pixmap, etc. Then the screen flashes a few times while Nautilus does the same thing. You can not turn off that feature of Nautilus but I you want Nautilus to do themes you're stuck first waiting for whatever other part of GNOME also does themes.

    --

    'Same speed C but faster'
  49. Do we *really* need file managers? by gatoresque · · Score: 2, Interesting

    I use GNOME at work on a Debian Woody box. I use the GNOME panel and sawfish, and most other GNOME apps. But I use neither GMC nor Nautilus, and I find that the system responds really fast, hogs less RAM, and I don't really miss the icons on the desktop that much. So everyone, what am I missing here? How do you use these file managers in a way that I would benefit by reconsidering them?

  50. Re:Linux can't run on 200mhz machines forever... by Salamander · · Score: 2

    I think you're off base. I just used the Wayback Machine to look at PC Magazine from March 1997. Typical is the Dell Dimension XPS P200s which, at $3179, sported a 200MHz PPro and 32MB of SDRAM. Cut those numbers in half to find what a true five-year-old POS would be like, and then consider that a lot of people are still stuck with even older machines than that. Obviously we don't expect such a machine to keep up even with your machine that has 4x the MHz and 12x the MB (not to mention better I/O and who knows what other improvements) let alone a modern machine, but there's no reason a god-damned window manager or file browser shouldn't run just fine on it...and apparently they don't.

    --
    Slashdot - News for Herds. Stuff that Splatters.
  51. Re:Linux can't run on 200mhz machines forever... by Zapman · · Score: 2

    This is a very first world centric view point.

    The fact is that it's much easier to get older PC's donated to the third world countries. Throw some nice/efficient apps on them, and they can rock and roll.

    --
    Zapman
  52. Re:Linux & low spec machines by einhverfr · · Score: 2

    I built my own distro that boots off a CD-ROM and takes up all of 100 MB worth of space (including about 50MB of docs). Although it was primarily designed for system recovery, the same approach should work for a small hard disk based system and would probably be easier :P

    (Actually, I built the image to study boot problems so I could pass the LPIC-2 while it was still in Beta-- my systems rarely crash.) Of course it would be a lot of work but you would learn a huge amount.

    You can get Linux to run with as little as 10 MB of free space, but its functionality is rather limited.

    Before everyone cryes "Feature Bloat" with regard to Linux consider this: Pine will always be available if you don't like evolution or Kmail, and Linux will ALWAYS run on low-end systems as long as someone wants it to :)

    --

    LedgerSMB: Open source Accounting/ERP
  53. My favorite (light) setup by benmhall · · Score: 5, Informative

    I know there will be lots of people posting about window manager XYZ or the like, but I have finally settled on a very usable and very fast configuration that I think should not be overlooked.

    I run the following:

    DE/WM: XFce
    File Manager/Desktop icons: Rox filer/XFtree
    Web Browser: Galeon, Opera or Dillo
    Mail Client: Sylpheed or Evolution
    Word Processor: AbiWord, Applix or WP8
    Other Desktop apps: Gnumeric, JPilot

    I have two machines: An Athlon 900 with 768MB of RAM and an old Laptop. A P233 with 64MB RAM. I find that the above works perfectly on either. Initially I set XFce/Rox/Sylpheed/Dillo up just for the laptop. At the time I was using KDE on the big machine. Then I realized how much all of the fancy integration costs. KDE was unusable on the laptop, Gnome without Nautilus or GMC was okay, but XFce etc. put them all to shame.

    Rox is a great file manager. It's blindingly fast, has lots of features normally only associated with Natilus or Knoqueror, and is very tiny. Same goes for XFce.

    Also, XFce has very good keyboard bindings that just make sense.

    If I was going to create a distribution tomorrow I would use the above setup as the default rather than KDE or Gnome. The apps are great, but the overall weight of the system is just too much. I find XFce on my Debian Potato laptop is finally about as fast as Win95 was on the same machine. Oh, and PCMCIA actually works better on that machine in Linux than it did in Windows.

    Honestly, XFce and Rox are such nice programs, I'm really shocked that more people don't use them. They're fast, the developers are responsive, and the programs are small and stable. I used to cringe when people would tell me that they were installing Linux onto a machine with lower specs than my laptop. It doesn't have to be that way.

    As for the apps, most Gtk apps that I use seem to be as fast as you could expect. Xmms, Gnumeric, abiword, jpilot, even gimp are all quite fast considering what they do. Personally, I'm impressed that the author got StarOffice to work as well as he did. I tried OpenOffice on my laptop. I started it up, a few minutes later the HD was still thrashing. I gave up and logged out. Works great on the Athlon, though, and build 642 seems a bit faster. Applix and WordPerfect 8 are _much_ faster. In fact, I'd argue that recent builds of AbiWord aren't actually much speedier than WordPerfect 8 for Linux.

    Anyway, there's my 2 cents.

    1. Re:My favorite (light) setup by Dwonis · · Score: 2
      Or,

      Extra-fancy web browser: w3m
      Mail Client: cat ~/Maildir/*/* # Of *course* you're using maildir.
      Word Processor: cat >[file] # Much more efficient
      Other Desktop apps: halt -f

  54. How about Gnome on a Pseudocolor 8bpp X server? by embobo · · Score: 2

    Recently I was trying to get Ximian Gnome to run on an 8bpp pseudocolor Tek Xterm (a piece of hardware). Conclusion: it can be done, but don't try to run any other apps that rely on using pseudocolor. The panel or sawfish took all the colors, even with imlib set to a low color pallete.

    Now, most somewhat modern apps will allocate a private colormap if it can't get all the colors it needs but there are some old apps that don't do that.

    I ended up running icewm.

  55. Re:Linux & low spec machines by UnknownSoldier · · Score: 2

    > I've got OpenBSD running on a PPro 200 with 32 megs of RAM, and it's great.

    Yeap, you certainly don't need much horsepower if you're running a firewall/server. Walnut Creek used to serve *thousands* of users off a T1 with their PPro 200 back in the mid 90s. I forget which BSD they used though.

    Couple of questions, if you don't mind:
    - Which version of OpenBSD are you running?
    - Are you running X on your PPro, or is it "just" a server?
    - If you're running it as server, got any good links for setting up BSD firewalls? (TrinityOS rocks for Linux firewalling, but I haven't seen anything like it for BSD :-(

    I currently have a PPro 200 w/ 64 Megs running Mandrake, but I've been looking at switching over to OpenBSD once I get some free time.

  56. If that's lowend, what's my laptop! by dasunt · · Score: 2


    My two toshiba laptops are both slower and older then the examples provided. One is a Pentium 75, 16 megs of memory, and the other is an old 486 with 4 megs of memory. I hate to think what the reviewer would call them!

  57. VNC users suffer as well. by Eric+Seppanen · · Score: 2
    I remember the day when I tried to run KDE over VNC. What a mess. It wouldn't even run over 8-bit color, the slightest action caused horrible delays, and when I left it alone for a bit, a *screen saver* kicked in. A remotely-displayed screen saver! Horrors!

    Windowmaker works great in this scenario. Highly recommended.

    --
    314-15-9265
  58. Speed is king. by rafa · · Score: 2

    Blackbox, or fluxbox and a few little apps can be used to make a very, very snappy system. There's no need to give up one's graphical tools to do it either. I run on a p200 with 64Mb of RAM, and the following setup even makes it feel fast.

    • bbkeys for keybaord shortcuts. Built in to fluxbox
    • esetroot or bsetroot to set the background image.
    • 'asmix -s -w' a volume knob, swallowed by the slit. Looks great, very useful.
    • 'ascd +w' cd player, swallowed by the slit.
    • 'gkrellm -w' lovely, themeable system monitor. Configured to be thin.
    • xmms, fully shaded.
    • aterms, nicely transparent and shaded. there's no need to have a dull looking desktop just because it has to be fast!
    • xwc as a filemanager. As snappy as mc (really! hard to believe without having tried it - but it really is amazing) Good looking too.
    • dfm - for desktop icons, I don't use the file manager that's built in (it's slow and IMO not attractive). As a desktop icon manager though, it's very snappy.
    • netscape4.71 - still faster than galeon.
    --
    [Science] is one of the very few things that raises human life a little above farce and gives it the grace of tragedy.
  59. Re:Linux & low spec machines by drodver · · Score: 2

    http://www.openbsd.org/faq/index.html

    I was able to get a fully functional OpenBSD firewall going by following their FAQ. There were other resources but the FAQ was the most helpful.

    My machine? A 486/33 16MB RAM (I've since upgraded to a 486/66 woo hoo!)

  60. Re:Linux can't run on 200mhz machines forever... by haduong · · Score: 2, Insightful

    This is ridiculous. $999 for a computer! Do you know how many weeks my familly can eat for that much money?

  61. Thanks! by Wee · · Score: 2
    Hey, thanks for the tip! I hadn't seen that choice before. Dunno why...

    I've not fiddled with it very much, but cmatrix doesn't want to run. XEarth will, though. Which is better anyway.

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  62. Re:Linux can't run on 200mhz machines forever... by Salamander · · Score: 2
    are you talking about plain bad coding, or a design for simplicity for the programmer that may be slow, but takes far less time/code to solve the problem (eg. priority issue)?

    Neither, in the context of this particular thread. If we're talking about programs like GNOME or KDE, I think we're talking about code that has grown over time with both modularity and performance taking a back seat to bells and whistles.

    In a more general context, probably somewhere between your first and third options. A lot of code seems to hover at a level somewhere between "didn't know any better" and "didn't even care". ;-)

    --
    Slashdot - News for Herds. Stuff that Splatters.
  63. Re:Linux & low spec machines by penguin_nipple · · Score: 2
    try Gentoo , it may have a slightly steeper learning curve to get it up and running, and you may have to wait for everything to compile, but you'll be glad you when you do it. You'll get only what you need and then you can "emerge" (you'll know what I meaan if you click through the gentoo link) the bits you want, instead of loading everything under the sun like alot of the more 'standard' distros end up doing. One of my lil' babies is a P150 64Mb ram and happily runs FluxBox and Rox

    Mind you I have a number of higher end systems on which I like to play around with the newer desktop systems, but the beauty of linux, freeBSD, et al. is the ability to tailor the system the way you want it.

    Personally, I am going to ignore the silly bloat arguments being thrown about. IMHO featureful desktop systems have a place, as do lightweight wm's with efficient filemanagers (I still love mc). It just comes down to what's practical and of course, what floats yer boat.

  64. Forward slash dot dot by Graymalkin · · Score: 2

    So I get to the end of the article which is pretty much a scathing recount of why the writer likes KDE more than GNOME and think maybe there is going to be some good conclusion. I feel kind of let down now. Wow Ximian GNOME is different than KDE, it won't fit on a 720KB floppy disk, and worst of all a Dorito isn't a powerful enough chip to run it. Please. This is crap. Just looking at a screenshot of Nautilus ought to give you a clue it isn't going to run well on a 6502 with 512KB of RAM.

    KDE takes longer to compile than it did a couple version ago, it is ten times more usable now than it was with the 1.0 release. It also packs more applications into the default installation than it used to. If you just want to use KDE apps just install the damn base libraries and don't mess with the DE. The same idea applies to GNOME. Trying to jam KDE 3 or Ximian GNOME 1.4 onto an old POS computer is a fools endeavor and it is dumb to expect all developers to keep the absolute lowest common denominator in mind. I don't think KDE or GNOME EVER ran on a 386 with 4MB of RAM. This argument pops up every once in a while when someone has trouble getting their old computer running some piece of software, to make people listen they whine about the children of third world countries who can't afford a new computer to run KDE or GNOME.

    That being said, there is an amount of bloat when it comes to software, there always will be. Not everything can fit on a single floppy disk and saying everything ought to just because some people have older computers is counter productive. Coders with a schedule want it to work and get it out the door, making it elegant just costs you time and may only reduce your compiling time by a couple minutes or the binary size by a couple kilobytes. If you had to write to very constrained hardware it would make sense to save every extra kilobyte but there are simply too many fast computers in the hands of users today to make it worth while to scrimp on everything.

    If you know you've got shitty hardware the onus is on you to use software on it that is going to have acceptable performance. You DO have the option with Linux specifically and OSS in general. Linux for the rest of us my ass. Why use KDE or GNOME at all? Are you gaining much from their use? Why not use something a bit lighter and frothy like WindowMaker or BlackBox? Why bitch and moan about the ripple applet in E not being smooth on your Commodore64? There are several lightweight distros around and the major distros also have lighter than usual schemes for you to install.

    --
    I'm a loner Dottie, a Rebel.
  65. This guy should redraft his rant. by Inoshiro · · Score: 2

    "Today's KDE3 release candidate takes eight hours on an Athlon running at 1.2 gHz with 768 megs of RAM. And when it is compiled, it runs just about as quickly as KDE-1.x did on that P-133."

    So if KDE 3 runs "just as quickly" as KDE 1 did on the same P133, where's the problem?

    Sheesh.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  66. Re:Win2k vs Linux/KDE on the same hardware... by be-fan · · Score: 2

    In terms of what? I don't doubt that Linux is faster at actually doing *work*. However, I find it hard to believe that it is anywhere near as "snappy." I mean opening menus, starting programs, etc.

    --
    A deep unwavering belief is a sure sign you're missing something...
  67. Fluxbox? You have my attention by fm6 · · Score: 2

    Oh my. Never mind resource issues. Fluxbox has a very interesting and original design. That tabbed windows gimmick addresses some of my pet usability concerns. And it supports KDE apps. I gotta give it a try!

  68. Re:Linux & low spec machines by Sivar · · Score: 2

    FYI/OT
    It was (at least later) a Micron server with a single Xeon 450 and 4GB RAM. It used FreeBSD, custom FTP software, and could serve ten thousand (!) simultaneous users. They had, IIRC, a 100Mbit connection and hoped to get a gigabit connection, but then they kinda died off with the increasing popularity of broadband, thus eliminating the need to actually buy the CDs. (which is where they made the money for the most part)

    Please don't mark this message down, it was not intended for evil.

    --
    Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra
  69. Re:Linux & low spec machines by saintlupus · · Score: 2

    Couple of questions, if you don't mind:

    Fire away.

    - Which version of OpenBSD are you running?

    The newest one, 3.0, installed via network from the boot floppy.

    - Are you running X on your PPro, or is it "just" a server?

    I was running X on it, but then I got a spare Mac to install YDL on. The PPro doesn't even have a monitor on it any more. And hasn't for a while.

    10:42PM up 36 days, 4:26, 1 user, load averages: 0.34, 0.24, 0.14

    - If you're running it as server, got any good links for setting up BSD firewalls? (TrinityOS [csuchico.edu] rocks for Linux firewalling, but I haven't seen anything like it for BSD :-(

    I'm using it as a server, but not as my firewall. There are a lot of OpenBSD firewall guides out there, though - check the FAQ at openbsd.org for some leads.

    --saint

  70. Re:Linux & low spec machines by Enahs · · Score: 2
    I used to run X on a 486DLC40 w/8MB of RAM. The important things were to do away with unnecessary services (I mean, the machine didn't have a dedicated network connection; did I really NEED Sendmail? ;-), doing away with memory-hungry stuff (why use bash when ash will do the job in your shellscript?) and choosing light windowmanagers (why use KDE when there are lighter alternatives that work just fine?)



    It's possible, but just not for everyone. Then again, if you're on a tight budget and determined to do some computing on "ancient" hardware, you're not going to be able to do it the easy way (well, I suppose you could use Freedom Office or whatever it's called. :-)

    --
    Stating on Slashdot that I like cheese since 1997.
  71. Concerning KDE speed by MadFarmAnimalz · · Score: 2

    Have a look here and here. The speed problems with KDE are in fact being scrutinised in interesting ways.

    --
    Blearf. Blearf, I say.
  72. Better File Manager by evilviper · · Score: 2

    I recently came across emelfm (GTK file manger) and I think everyone should take a look at it. It works dual or single-paned. Supports drag-n-drop, has a built-in command-line with output window, and has user configurable buttons (open XTERM here, et al.).

    It's so configuable that it even lets you specify what command you want to use to DELETE a file (if you don't want the standard delete behavior).

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant