Slashdot Mirror


Killing Clutter With The Antidesktop

Espectr0 writes "Hate window managers? Cannot live without one? Well, you can, kind of. A Freshmeat editorial called 'The Antidesktop' talks about how you can get rid of flashy, bloaty window managers without loosing functionality." It depends on how many tasks you want to keep track of in your head, too.

6 of 448 comments (clear)

  1. Console by RalphJay · · Score: 5, Insightful

    I think this guy is taking it too far. If you really want to avoid all bloat, you shouldn't run X anyway. Seems to me someone who doesn't like windowmanagers etc. should just run stuff from the console (and definately not Mozilla).

    1. Re:Console by Bastian · · Score: 5, Insightful

      I think windowmanager choice is a somewhat different issue from software package choice.

      My take on the whole issue is that software (office suites, Mozilla, etc.) is what the computer is actually there for, and this stuff should be the focus of what I am doing when I sit down.

      To that end, when I login on my computer, I am not logging in to goof around with Gnome or KDE, I'm logging in to browse the web, check my e-mail, or work on some project.

      It's probably of note that I program enough that most of my time interacting with my computer is either done through a web browser or through CLI.

      I also want X. As far as I can tell, the CLI jockeys who don't use X aren't using any applications that need X - say, OpenOffice or a web browser. The GUI people who say someone who wants to use X but have it get out of his way, on the other hand, have missed the point.

      I like WYSIWYG word processors like OpenOffice, I like browswing webpages with web browsers that are capable of displaying images, and I don't know how in the heck I would maintain my webpage if I didn't have X to run a decent paint program from.

      What I don't like is navigating endless menus, using the mouse to manipulate files, and not being able to efficiently switch tasks with only a keystroke. You know that feeling some people express that Windows is more of a roadblock on the path to efficient computer usage, and so is MacOS? I feel the same way about Sawfish.

      This is a very different issue from Mozilla wasting resources - that has nothing to do with the interface. Frankly, the Web is a mouse-driven thing, and for that I can handle Mozilla being mouse-driven. Resource wastage is bad, but then again so is resource wastage on most any other decent web browser. Besides, Mozilla is an application, not a desktop environment.

  2. Not for the faint of heart by BESTouff · · Score: 5, Insightful
    Although I find his setup really geeky and probably will never use it, that's what I like with X (and Linux in general): those who have the balls can really customize what they want to appear how they like it.

    This guy must have a good laugh at each GNOME/KDE flamewar ...

  3. X's Multiple Personalities, and OS X by Spencerian · · Score: 5, Insightful

    I love X Window's flexibility in adding window managers. I also hate it because I never, ever get the same convenience and experience in navigating an operating system as I do with Mac OS X and Windows. KDE and GNOME have gone through great changes to make this easier, but they are desktop managers, not window managers. Nowandays the distinction is subtle, but significant when you're trying to pawn off Linux to your mom.

    That said, while Mac OS X (my choice) doesn't use X (but can with the XDarwin OSS project), a user can get quite minimalistic even with Apple's OS X interface. For instance, unlike previous versions of the Mac OS, you don't have to show one damned icon, or even the dock, in Mac OS X. To do it:

    1) From the Apple menu, choose Dock-->Turn Hiding On. This hides the dock until you move the mouse towards the dock's hidden location.

    2) Click on the Finder button in the dock (or click on the desktop) and choose Preferences from the Finder menu. Uncheck the options under "Show these items on the Desktop." That rids you of any hard drive, removable media, or network drive icons.

    3) Move any other document icons (the only things that can be left) into a folder in your Home folder, or elsewhere.

    4) Change your desktop background to something pleasant.

    The only thing left on the desktop now will be the menu bar.

    Users who prefer to navigate their applications in a menu-centric style can create an alias (shortcut/symlink) of their Applications and Documents folders and place them in the dock. From there, users can just click on the folder and, ala the Start button or typical window manager menu, navigate through to the item they need.

    --
    Vos teneo officium eram periculosus ut vos recipero is.
  4. Id like to see this guy by brunes69 · · Score: 5, Insightful

    ...who "doesnt need a mouse" use Mozilla (or any other graphical web browser) for any length of time without the mouse, and be faster than anyone with one. While the keyboard certainly has its places, browsing the web certainly isn't one of them. There is a reason for all these insane web accessability standards everyone talks about yet no one follows, because navigating the web without a mouse is slow.

  5. Here's the low-down by x+mani+x · · Score: 5, Insightful

    Well, people will chime in and tell you that the Display Postscript / Display PDF display technologies and accompanying API's are a GUI solution for UNIX. While both NeXTStep and MacOS X look great, their windowing systems come with a significant loss in features; in particular, they are not network transparent.

    I think most criticisms for X stem from the following reasons:

    + Adding fonts to X is, simply put, an absolute nightmare. Last I checked, it involves copy files to a directory, manually editing a text file, restarting your "font server", and other crap. This is just not acceptable ... but I think there are projects out there trying to resolve this.

    + Back in the old days, writing apps for X was a nightmare. The low level drawing API that comes with X, called XLib, has more to do with drawing primitives like lines than with drawing and managing buttons, text fields, etc. AFAIK, the only decent API available for writing apps was Motif, which was only available commercially (note that many programmers will disagree with me that Motif is "decent" -- in fact, it is apparently a huge pain in the ass ... look at the source of any Motif-using app and you'll see). Although, nowadays with projects like gnome, kde, tcl/tk, perl's gui hooks, etc ... it is almost trivially easy to code complex UI's for X.

    + XFree86 is a nightmare to configure. While Redhat does all kinds of fancy stuff to autodetect your video card/monitor, I tried Debian a few days ago and gasped at how little has changed in configuring XFree86 since 7 years ago. With a nervous laugh, I noticed that same line in xfree86config where you have to input your vertical/horizontal frequency ranges, and it warns you about how it might destroy your monitor. Aahhhh, fond memories of that very same config step that struck the fear of God in me as I installed Slackware for the first time when I was just a little tyke.

    Fortunately, most of the above is being worked on. Despite all that I've said, I am an ardent X supporter. Its out of the box network transparency is a massive, let me repeat that, massive feature for anyone but the strict home user who only uses a browser and a chat program or two. Academic, scientist, programmer, administrator, office worker -- millions of professionals rely on X's network transparency every single day. No need to use/buy expensive, bulky, slow VNC clients or proprietary terminal servers. This is precisely why X is not going anywhere anytime soon.