Slashdot Mirror


KDE Running on Mac OS X

GeoffP writes "AppleTalk Australia is running a story on running KDE on Mac OS X. For those that don't know, KDE is a graphical desktop environment used to access your computer's files. Finally, Mac users have a free (as in speech) approach to their filesystem."

95 of 393 comments (clear)

  1. Good article by huwr · · Score: 5, Insightful

    A neat article.

    However, I can't think really why you'd want to be running KDE on Mac OS X when you already have such a neat (IMHO) interface. I suppose it's good for a laugh, too.

    1. Re:Good article by DenDave · · Score: 4, Insightful

      Well there are some aspects of KDE which are not possible under OSX without significant tweaks or non-free software. For example, the browser, Konqueror will go everywhere, even below the "unseen line" of OSX and yes, you can tweak finder to go there to but not without non-free software and even then, you'r stuck with finder's interface.

      You can have a variety of io-slaves under KDE allowing great integration with a variety of network services, yes we can do alot of that with OSX but again, interface and third party add-ons... (webdav over ssl???)

      Furthermore, KDE is a development environment in itself and many developers will be happy to see that they can work two in one!

      I am impressed that it works, I have tried many times to get Fink and the gang working with Tiger and I have borked on each and every occasion. So reading the australian exploits with expectation!!

      --
      -if at first you don't succeed, stay the heck away from paragliding.
    2. Re:Good article by boaworm · · Score: 2, Interesting

      Well, you could run the X-server rootless, and integrate KDE applications with your Aqua ones. That's pretty useful from time to time, you can run Konqueror, Kopete, Koffice, KMail and such.

      Why you would want to do like in the article, run X in a small window, is hard for me to understand though...

      --
      Probable impossibilities are to be preferred to improbable possibilities.
      Aristotele
    3. Re:Good article by Anonymous Coward · · Score: 4, Informative

      I switched "temporarily" from OS X to Linux/KDE after a water spill fried my iBook. This was about 8 months ago. I haven't bought the replacement iBook (yet?) mainly because now I can't live without KDE's network protocol integration (sftp , webdav, smb, ftp, ... everything is supported!). I can transparently access folders with the (file browser, editor, image viewer, etc. etc. ) in multiple servers, seamlessly. OS/X is seriously lacking in this area. A native KDE port would be a useful addition. Better yet would be OS X itself natively supporting the most widely used network protocols. Tiger was a big dissapointment in this respect...

    4. Re:Good article by jaavaaguru · · Score: 4, Informative

      Agreed, Apple's X servers for Panther and Tiger work fine with KDE, and I get to use nice applications like Konqueror (because Finder doesn't do sftp:// and Kate alongside my Mac apps. I'd suggest people stick with Apple's X server.

      It's a good article, but it could be summarised in three lines:
      1) Install Apple's X server from your OS X CD
      2) Install fink from fink.sourceforge.net
      3) type "sudo fink install kdebase3"

    5. Re:Good article by FidelCatsro · · Score: 2, Informative

      Menu bar , GO ,Go to Folder , then type in the folder you want EG: /etc , /bin ETC. .

      Simple as that for accessing low level folders

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    6. Re:Good article by mikrorechner · · Score: 2, Informative


      (webdav over ssl???)

      I haven't tried it myself, but according to this, WebDAV over https is supported in Tiger.

      --
      "Oh, a lesson in not changing history from Mr I'm-my-own-Grandpa." - Dr Hubert Farnsworth
    7. Re:Good article by FidelCatsro · · Score: 4, Informative
      Oh I should also add to that You can also create sym-links from the terminal so you can access the folders .
      for those who don't know how to do that :
      in the terminal go to the folder you want to create the sym-link and type
      ln -s /etc
      for example

      Or simply from any directory
      ln -s /etc /*path*/
      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    8. Re:Good article by Onan · · Score: 4, Informative

      Or there's the beautiful "open" command: open /etc/

      ("open" does whatever doubleclicking on its argument[s] would do. eg, if it's an application it launches it, if it's a document it launches the owning application and opens it, if it's a directory it opens it in a Finder window. It's one of the great examples of gui/cli synthesis that osx does uniquely well. Much like pbcopy/pbpaste: cli interfaces to the clipboard, something I wanted in linux for years.)

    9. Re:Good article by Onan · · Score: 4, Informative
      ... and yes, you can tweak finder to go there to but not without non-free software...
      Hm. I'm missing the non-free software involved in typing "defaults write com.apple.finder AppleShowAllFiles TRUE".
      I am impressed that it works, I have tried many times to get Fink and the gang working with Tiger and I have borked on each and every occasion.
      Really? I guess I don't know who all the gang are, but I've been using Fink and Tiger together since the day Tiger was released, without even actually needing to upgrade it.
    10. Re:Good article by Guy+Harris · · Score: 5, Insightful
      I haven't bought the replacement iBook (yet?) mainly because now I can't live without KDE's network protocol integration (sftp , webdav, smb, ftp, ... everything is supported!). I can transparently access folders with the (file browser, editor, image viewer, etc. etc. ) in multiple servers, seamlessly. OS/X is seriously lacking in this area.

      Yeah, it really sucks that OS X lets you transparently access folders over FTP with ls. It'd be much better if it did it with ioslaves, so only KDE applications could transparently access them.

      (Yes, I know that ftpfs is read-only. Implementing it as an NFS server, so that the FTP back-end has no way of knowing when an application is finished writing to the file, makes it difficult to support read/write access. And, yes, I really have accessed an FTP server with ls, egrep, etc., and yes, it was convenient.)

      And the same goes for WebDAV and SMB (although WebDAV uses a gateway VFS rather than using NFS, so it does know when a file is closed and can upload its contents if it was written to, and smbfs is implemented as a kernel-level VFS and supports reading and writing). Unfortunately, there's no sftpfs, but, if there were, that'd be a lot more UN*Xy than doing it with an ioslave.

      BTW, your Linux box probably has an smbfs, too, so you can access SMB servers from the command line as well as from KDE apps. (Or does KDE do the right thing on systems with smbfs/cifsfs, and just mount the damn server and let the underlying UN*X do the work?) Somebody might have implemented ftpfs, etc. with userfs, so you might have them as well.

      Better yet would be OS X itself natively supporting the most widely used network protocols. Tiger was a big dissapointment in this respect...

      Which ones are missing? (Other than read/write FTP, and sftp, which are already known to be missing.)

    11. Re:Good article by bani · · Score: 3, Insightful

      the problem with the way osx does ftp though, at least through finder, is that it mounts it as a filesystem, and when the remote ftp site goes out to lunch it sometimes takes osx with it. it also makes it impossible to parallelize tasks to a single remote site. the way ftpfs does it, everything gets serialized and blocks. a slow remote ftp site will make finder slow to a crawl.

      ftpfs also groks an extremely limited dialect of ftp, it gets easily confused by various ftp server software that kioslave (or mozilla, camino, etc.) doesn't have any problems with.

      no, kioslave really is the best way to do it.

    12. Re:Good article by neillewis · · Score: 2, Informative

      I have run kde under X11 in the past to use the fish:// support in konqueror. To my mind this is preferable to any sort of ftp, with a key pair set up it's easy, and if you use ssh anyway, has no other setup requirements or firewall issues.

    13. Re:Good article by Zzootnik · · Score: 2

      Seriously???
      No more '.AppleDouble' files? no more '.ds_store' files?
      (WOO-HOO!!!)
      This --- I gotta see... Hands down, that's been the ONE thing about apple anything (even the Mouse thing) that's bugged the hell out of me for useability... Its Messier than I am fer chrissake! -->leaving all those dot-underscore-filename files hanging all over the damn server...

      --
      Sig currently under construction. Mind the gap....
    14. Re:Good article by Octorian · · Score: 4, Insightful

      One thing I'd like to see is a HOWTO on running X11 as the native GUI system on MacOSX in place of Aqua/WindowServer/etc. Of course one could always run raw Darwin on the machine, getting most of MacOSX device support advantages, but that would be an unreasonable pain for people who want the two environment to co-exist once in a while, and/or not do a complete reinstall.

    15. Re:Good article by Sentry21 · · Score: 2, Informative
      Well there are some aspects of KDE which are not possible under OSX without significant tweaks or non-free software. For example, the browser, Konqueror will go everywhere, even below the "unseen line" of OSX and yes, you can tweak finder to go there to but not without non-free software and even then, you'r stuck with finder's interface.

      I'm going to go ahead and assume here that you're referring to things like dotfiles, /bin, /usr, and so on? Is there non-free software that does this 'tweaking' for you? Because it's actually pretty easy.

      defaults write com.apple.finder AppleShowAllFiles -bool true

      Then just restart Finder and off you go.

      killall Finder

      Do people really charge for this? Or do you mean non-free as in you can't get the source for 'defaults' (I think you can)?

    16. Re:Good article by swillden · · Score: 4, Informative

      Which ones are missing? (Other than read/write FTP, and sftp, which are already known to be missing.)

      The biggest one is the kioslave accessible as "fish://" which uses ssh and standard UNIX utilities (ls, rm, cp, etc) on the remote system to implement remote file access. Very secure, very convenient, very slick. Less important ones include imap, pop3 and mbox. Believe it or not, it's very handy to be able to browse a random mailbox without having to configure it in an e-mail client. Others I've used from time to time include finger, ldap, and nntp, not to mention all of the non-remote kioslaves like camera, fonts, gzip, bzip, man and all of the non-file kioslaves like vnc, rdp, mailto, news, print, applications, etc.

      Of course, Mac OS X has ways of accomplishing all of the same tasks, but having gotten used to being able to get an any of this functionality so quickly and easily in KDE, I find OS X a little cumbersome to use.

      -- End of on-topic post. Beginning of off-topic post. --

      However, my *biggest* beef with OS X (this is an unrelated plea for help from anyone who knows) is that I cannot find a way to set up remote "raw" printers on OS X. I have a Linux print server, and I want CUPS on OS X to simply deliver Postscript to the CUPS server on Linux and let the Linux box render and print it. I can use the CUPS web admin interface on the Mac and set up the raw printer queues, and I can print test pages to them, but no OS X apps will print to them. I just get a generic error message (which I'd post but I don't remember it and I'm 2000 miles from the Mac at the moment). I found that I can sort of "trick" it, by using the Mac printer configuration interface to change the printers from raw to "Generic Postscript Printer" and then printing a document. What comes out of the printer is the raw Postscript, so this isn't useful, but then if I use the CUPS web interface and change the printer type back to raw, it will work properly! For a while. Then OS X seems to discover that I've tricked it and starts giving me error messages again.

      Actually... it just occurred to me that I should try lying to OS X and telling it that those print queues are actually Postscript printers. Apple Laserwriters or something like that. Hmm.

      BTW, the motivation for letting the Linux box do the rendering is twofold. First, the Mac drivers for one of the printers (HP Photosmart 7260) do not support printing to a remote printer. Not only that, but I think the drivers on Linux produce better-quality photos than the HP drivers for Mac, so it's actually better to get the Linux box to print stuff than to attach the Photosmart directly to the Mac. That one really surprised me. Second, the Linux box is much faster and I get the printouts faster when I can get the Postscript to printer-native-language translation done there.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    17. Re:Good article by The+Infamous+Grimace · · Score: 2, Interesting

      I have added 4 links to the Finder toolbar (not sidebar) - 'bin', 'sbin', 'private', and 'usr'. But that doesn't let me browse to '\Volumes\some_connected_ipod\iPod_Control\Music\' . Perhaps a folder action would do the trick.

      (tig)

      --
      Ignorance and prejudice and fear
      Walk hand in hand
    18. Re:Good article by Midnight+Thunder · · Score: 3, Interesting

      the problem with the way osx does ftp though, at least through finder, is that it mounts it as a filesystem, and when the remote ftp site goes out to lunch it sometimes takes osx with it

      This actutally a big issue that needs to be fixed on MacOS X, and it is not just limited to FTP. Any network mount that goes off-line causes the Finder and any other open/save dialogues to block. In certain cases I have been gone 15 minutes and I still see the color-wheel spinning.

      --
      Jumpstart the tartan drive.
    19. Re:Good article by teh*fink · · Score: 2, Insightful

      I have no clue what the "CUPS web admin" is...

      assuming cups is running on your comp:
      http://localhost:631/

      --
      "I DARE you to make less sense!"
    20. Re:Good article by at_slashdot · · Score: 2, Insightful

      I would turn the question in the other direction, why would you use an OS under KDE that's not free (as in freedom, as in non-DRM, as in non-proprietary, as in not tied to one company) and it's also expensive?

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    21. Re:Good article by goMac2500 · · Score: 4, Informative

      Log in as >console (either by enabling type in user to log in or by going to the login within and hitting the left arrow, then option enter (I think)). Log into an account when it prompts you. Type startx.

    22. Re:Good article by Guy+Harris · · Score: 2, Insightful
      the problem with the way osx does ftp though, at least through finder, is that it mounts it as a filesystem

      There are those who consider that a problem. As per the posting to which you're replying, I obviously consider that a feature.

      and when the remote ftp site goes out to lunch it sometimes takes osx with it.

      If a remote server hang can hang up your entire system, that's a problem with the system (or with some component of the system; if you can still do things in a Terminal window, the problem is probably at a layer above Darwin), not with the notion of an ftpfs, as there are other remote file systems in OS X - and in Linux, and various BSDs, and various other UN*Xes.

      it also makes it impossible to parallelize tasks to a single remote site. the way ftpfs does it, everything gets serialized and blocks. a slow remote ftp site will make finder slow to a crawl.

      Sounds like too little threading - again, a problem with OS X's implementation of the idea, not with the idea itself.

      ftpfs also groks an extremely limited dialect of ftp, it gets easily confused by various ftp server software that kioslave (or mozilla, camino, etc.) doesn't have any problems with.

      Again, an implementation problem, not a problem with the idea. What are some examples of FTP server software that ftpfs's client can't handle?

      no, kioslave really is the best way to do it.

      That assertion is not supported by anything you've said above, because that stuff just complains about a particular implementation of the notion of an FTP file system.

  2. STUNNED! by ceeam · · Score: 2, Insightful

    For those that don't know, KDE is a graphical desktop environment used to access your computer's files. Finally, Mac users have a free (as in speech) approach to their filesystem.

    Is this an all-time low for a slashdot article? I can't imagine how it can be beaten.

    1. Re:STUNNED! by nihilogos · · Score: 5, Funny

      I believe it was Feynmann who said

      "That's not right. It's not even wrong"

      Some statements are so bizarre that they defy comment.

      --
      :wq
    2. Re:STUNNED! by commodoresloat · · Score: 2, Interesting

      It's pretty bad. I had KDE running on my OS X system back under 10.2; how is it news now? For a while I was just logging in to >console and starting kde so there was no OS X -- but I came to my senses and now I use OS X exclusively. Either way though it's not news -- this artiKle is Komplete Krap.

    3. Re:STUNNED! by qubex · · Score: 5, Informative

      It was Wolfgang Pauli: "This isn't right, this isn't even wrong."

      Reference: http://www.brainyquote.com/quotes/authors/w/wolfga ng_pauli.html

      --
      "Place me in the company of those who seek Truth, but deliver me from those who believe to have found it."
    4. Re:STUNNED! by bheer · · Score: 2, Insightful

      > Is this an all-time low for a slashdot article?

      In terms of general asininity I'd say that honor goes to this story.

  3. Goody? by SultanCemil · · Score: 5, Informative
    Honestly, this is just a silly post.

    Does the poster even realize this is simply the X server with KDE running as a client app? its not like they've replaced the nice, flashy GUI with KDE. They've just compiled and run it! Look, I can run Ethereal on OS X. Look, I can run *name unix app* on OS X. Good grief.

    --
    Cemil.
    1. Re:Goody? by SpectreBinary · · Score: 3, Insightful

      Choice I suppose. If you ever needed a few KDE apps, then here's a solution. If you ever spent your time 50/50 in OS X and KDE, this is the best way to go - if only fink were a little more up to date with KDE packages in a consistent sense.

      One of the parts omitted from the article was a demonstration by Si, the guy who wrote the article, of a KDE desktop running on one monitor and OS X running on the other - both controlled by the same G4. For him, it works well and documenting how it was done just makes sense. Not everyone has the complete knowledge needed to get this up and running if they DO need it.

      It's certainly not going to suit everyone - nor even the majority of people using OSX/KDE, but it's going to make life just a little more comfortable for the few who need to use both regularly.

    2. Re:Goody? by KiloByte · · Score: 5, Insightful

      Hey, many many years ago I've ran Quake on ancient IRIX workstations. Oh wait... it was over X with the actual binaries running on a Linux x86 box. Oh, and I'm running KDE on Windows right now (Cygwin X server, of course, on a machine at work)! Hey, come, lookie, KDE for Windows!

      How exactly running an X program over X can be considered a port? It just works as it should, but there is nothing special to it.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    3. Re:Goody? by m50d · · Score: 2, Interesting

      RTFA, the programs are running locally. True, all it basically shows is a) OSX can get a working X and GNU tools and b) KDE really is independent of the underlying OS and only relies on X and some GNU tools, as has always been its aim, but it's impressive and useful. Since it's still using X it's not really any better technically than the port of KDE to Solaris, but I think this will mean more to more people.

      --
      I am trolling
    4. Re:Goody? by KiloByte · · Score: 2, Insightful

      Locally, but not using any of OSX APIs. It's trivial to port calculation-only code: both X libraries and the GNU tools are already ported. Thus, the whole glory goes to the portability of GNU tools, but this is not what this article was about.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  4. Erm... Why? by eericson · · Score: 3, Insightful

    Ummm... If I wanted to run KDE, why would I buy a Mac? I mean I love my Powerbook, but I know the Pentium M systems are faster, cheaper, and (if my experiences are the rule not the exception) more reliable.

    --
    The evil monkey commands you to dance.
    1. Re:Erm... Why? by fiftyfly · · Score: 3, Interesting
      Ummm... If I wanted to run KDE, why would I buy a Mac? I mean I love my Powerbook, but I know the Pentium M systems are faster, cheaper, and (if my experiences are the rule not the exception) more reliable.
      Simply put... you wouldn't. At least not what the poster is sugesting. OTOH running something like konqueror natively without an xserver (not yet possible) would rock as the finder simply sucks.
      --
      "Sanity is not statistical", George Orwell, "1984"
    2. Re:Erm... Why? by rlanctot · · Score: 5, Funny

      /puts on flame retardent suit

      This just in! Mac OS X users can now poke themselves in the eye with a fork. When contacted for comment, the fork manufacturers said "We got no idea why anyone would want to poke themselves in the eye with a fork, but we're all for it! Anything that increases fork sales is a plus for us. Vive la Liberte!"

    3. Re:Erm... Why? by guildsolutions · · Score: 2, Informative

      I have had nothing but pure success with my powerbook. I have had no mechanical failures or warranty issues. My powerbook 17" is much, much more reliable than my last 2 Dell PC based notebooks. Far more stlyish and far better in the overall design department. With my Dell notebooks I have had two LCD's go bad, 2 hard drives, 1 video card, 1 built in firewire port, 1 built in ethernet port. With the powerbook, nothing.. everything is perfect. PC notebooks are infact cheaper. Marginally faster, but never more reliable. I would trust my powerbook to be working, exactly as is in 4-5 years. I would never begin to want to even trust a PC notebook to work after the warranty expires.

    4. Re:Erm... Why? by megaversal · · Score: 2, Interesting

      http://wiki.befunk.com/tiki-index.php

      They say it's pre-alpha level code, but I did try it (ages ago). I know a friend who switched from Linux to a Mac, but still starts up X + KDE just to use KMail to check his mail. It would be nice to see more KDE apps running natively.

      --
      Sig!
    5. Re:Erm... Why? by m50d · · Score: 2, Funny
      Ummm... If I wanted to run KDE, why would I buy a Mac? I mean I love my Powerbook, but I know the Pentium M systems are faster, cheaper, and (if my experiences are the rule not the exception) more reliable.

      If you look at any Apple thread (at least prior to the x86-switching keynote) where it comes up, you'll see 500 apple zealots saying Mac hardware is the same price, faster, and far more reliable than x86 systems, and anyone who replies denying it getting modded down as troll.

      --
      I am trolling
    6. Re:Erm... Why? by megaversal · · Score: 2, Interesting

      I think it renders fine in my Firefox, but that's neither here nor there.

      If you do a Google search with words like: native, kde, osx (and/or "os x") you get various matches. Here's one. The links from here have a bunch of screenshots: http://dot.kde.org/1073009304/

      --
      Sig!
    7. Re:Erm... Why? by cgenman · · Score: 2, Interesting

      Your experiences are the exception. While apple desktops are comparatively expensive, apple laptops are actually a good deal. PC notebooks are getting milked for as much money as possible by system builders to make up for the razor-thin margins on the desktop... Expect to spend 1-2.5k on a PM notebook, which is basically the same range as Apple's iBook/PowerBook line. I've seen a lot more problems with stability on PC laptops, but I generally see the lower end (1k models) or the experimental end (sony's Vaio). But iBooks are generally rock solid.

      Linux-on-Powerbook is actually quite really popular. Tons of sysadmins and programmers buy iBooks and replace OSX with Debian (or red-hat, or install-of-choice). I'm guessing this has to do with the power architecture being the same as that of some of IBM's servers. Or maybe they just like the hardware. Either way I'd guess that half of friend's iBooks are running already running Linux.

  5. This is not news by spiralscratch · · Score: 5, Informative

    This has been possible for a while now. It's quite easy to set up if you use Fink. You can even set it to use apple's own built-in X11 instead of installing XFree86.

    http://fink.sourceforge.net/news/kde.php

    1. Re:This is not news by Knome_fan · · Score: 3, Informative

      Read again, they used X11.
      So this really isn't news and this really isn't newsworthy.

  6. news ? by Tsiangkun · · Score: 2, Interesting

    *yawn*

    I guess I should write up my tutorial on how to run fluxbox on OS X, and my follow up, setting environment variables to allow Terminal.app to interact with the X server.

    1. Re:news ? by SpectreBinary · · Score: 5, Insightful

      I guess I should write up my tutorial on how to run fluxbox on OS X, and my follow up, setting environment variables to allow Terminal.app to interact with the X server.

      Do it. Don't put down documentation on any process that others might not have done - there are many MANY people who might not have the experience to come up with the solution on their own, but who may benefit from it.

      The attitude that writing documentation on the simple stuff is pointless is the reason so many man pages, web pages, FAQs and howtos on open source software sucks dog nuts.

      Not everyone is geek enough to know how to do some of the cool things - that knowledge comes about for those of us who are geeky enough to enjoy learning the ins and outs of everything for its own sake. Other people, the majority, need to see how something can work when set up well before they'll accept it.

    2. Re:news ? by foniksonik · · Score: 2, Informative

      If anyone wants to find out more tips on how to do things on OS X, go here:

      "http://www.macosxhints.com/

      Probably the most comprehensive and up to date list of tips/tricks/hints available and with an active community that discusses each and can help you find out why a particular hint, etc. isn't working perfectly on your machine.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
  7. {app} Running on {platform} by Anonymous Coward · · Score: 5, Funny

    {magazine} {country} is running a story on running {app} on {platform}. For those that don't know, {app} is a {category} used to {verb} your {noun}. Finally, {platform} users have a {adjective} approach to their {noun}.

    1. Re:{app} Running on {platform} by tktk · · Score: 3, Funny
      {magazine} {country} is running a story on running {app} on {platform}. For those that don't know, {app} is a {category} used to {verb} your {noun}. Finally, {platform} users have a {adjective} approach to their {noun}.

      This article is the biggest dupe I've ever seen!

    2. Re:{app} Running on {platform} by grammar+fascist · · Score: 3, Funny

      {magazine} {country} is running a story on running {app} on {platform}. For those that don't know, {app} is a {category} used to {verb} your {noun}. Finally, {platform} users have a {adjective} approach to their {noun}.

      That would be teh BESTE APRIL FOOL'S JOKE EVAR. And link to Google searches - for "app," "platform," "category," "verb," and "noun."

      That'd be WAY too clever for Slashdot - but I can dream, can't I?

      --
      I got my Linux laptop at System76.
    3. Re:{app} Running on {platform} by hcdejong · · Score: 3, Funny

      In our day, we used to have to {verb} our {noun} manually, using a {obsolete device} and a hand-cranked {platform}. And we liked it that way. You {pejorative} have it too easy with your {adjective} {app}. With all this newfangled technology, {verb} is becoming a lost art.

    4. Re:{app} Running on {platform} by Anonymous Coward · · Score: 2, Funny
      You {pejorative} have it too easy with your {adjective} {app}. With all this newfangled technology, {verb} is becoming a lost art.


      Sadly, the first thing I thought of when I read this was, "Shouldn't it be '{gerund} is becoming a lost art'?"

      AC
  8. Lower Low Coming Soon... by CaptainPinko · · Score: 5, Funny

    Is this an all-time low for a slashdot article? I can't imagine how it can be beaten.

    Simple, it'll be duped shortly.

    --
    Your CPU is not doing anything else, at least do something.
    1. Re:Lower Low Coming Soon... by Anonymous Coward · · Score: 2, Informative

      This article itself IS a dupe. A previous article on the subject is here:

      KDE Ported to Mac OS X

      (and there are probably several others...)

      You're going to have to lower the bar lower than that if you really want to hit a new low. :)

  9. That's totally awesome by Anonymous Coward · · Score: 5, Funny

    BTW, in other news, you may want to check out this neat page (with pics!) where I describe how I retrofitted my Toyota Camry to be drawn by horses. The gas mileage I get now is astounding!

  10. WHY? by Anonymous Coward · · Score: 3, Insightful

    KDe, for all it's open source goodness, isnt a superior system to what OSX has. I dont get why you would bother - OSX is a delight to use.

    1. Re:WHY? by Fred_A · · Score: 2, Interesting

      Um, well, I might be in a minority there, but I find KDE (or Gnome for that matter) to be much more comfortable to use than the Apple UI.

      I use my iBook daily nowadays, and the interface on my other machines is much more comfortable. Now the Apple interface is much nice than Windows, but I still like the X based ones better. Just being able to send a window at the back, or having sloppy focus... Or proper virtual desktops (although the little gadget that adds that on the Mac does help quite a bit). In the end it's probably a matter of taste and of what I'm used to.

      And I do use quite a few X based apps on my iBook (on top of a few native apps) so being able to log directly into KDE every now and then would make things simpler (if only so that the top menu and the bottom dock didn't obscure the interface). I probably wouldn't make it my default interface though because it's unlikely that it would be as well integrated as the native one.

      --

      May contain traces of nut.
      Made from the freshest electrons.
    2. Re:Why? by ocelotbob · · Score: 2, Insightful

      Because KDE's network transparency beats the shit out of anything OS X has, perhaps? Things like fish are far superior to anything I've seen on the mac.

      --

      Marxism is the opiate of dumbasses

  11. Exactly what was missing by EachLennyAPenny · · Score: 5, Funny

    AT LAST a userfriendly GUI on Apple plattforms.

    Sorry, could not resist.

    1. Re:Exactly what was missing by Tilmitt · · Score: 2, Insightful

      OS X is great apart from the Finder, which is an absolutly terribly designed interface. It's like something they'd make for Linux, except smack in the middle of all that OS X niceness. It's just terrible. It personally gives me a poor sense of spatial orientation when trawling through stuff in it. It deprives you of information about what you're looking at, you have to use the so called never needed right click to "get info" about files. This would not be a bad thing if you were given at least some information in at least one of the view modes about the files you are looking at (size etc) but no information is provided. Spotlight, as an extention of Finder, is just really not near what it should be. Again my complaint is tied to lack of information provided by the interface. Even when you expand your search to include all results you are still not told the filesize of the objects you are looking at. There are three folders named Music on my PowerBook, only one created by me which actually has Music in it. The rest are just folders created by certain apps which for whatever reason related to their function, think that you will be placing at least some music in those folders. When i type in the word "Music" into spotlight these three folders come up and no distinction what so ever is made between them despite one being massive and the others being empty or almost so. So I have to click through them hoping I hit my actual Music folder the first time. In short OS X is so so great and just works and wow yay! But Finder and by association Spotlight are shamelessly crap parts of OS X. OS X is in my oppinion way better than Windows or Linux or even BSD but it could be all the more so better if Finder and Spotlight were given a serious reworking, hopefully from scratch...and without that fugly Brushed Metal interface for Finder! :p

      --
      This guy are sick.
    2. Re:Exactly what was missing by vorpal22 · · Score: 2, Insightful

      It deprives you of information about what you're looking at, you have to use the so called never needed right click to "get info" about files.

      File Menu - Get Info
      or
      Cmd-I

      This would not be a bad thing if you were given at least some information in at least one of the view modes about the files you are looking at (size etc) but no information is provided.

      Go into the detail view, and you get "Date Modified" and "Size" fields. IIRC, you can also change this and pick which fields you'd like and in what order.

      The rest are just folders created by certain apps which for whatever reason related to their function, think that you will be placing at least some music in those folders.

      I totally understand your frustration here, but Apple can't be held accountable for folders created by applications that you install; furthermore, this is indicative of a shortcoming in those applications rather than a shortcoming in Finder. (I do agree that Spotlight should try to make some kind of distinction between them, though - perhaps displaying full path name relative to user dir if you hover over them.)

  12. Talk about old news... by God+of+Lemmings · · Score: 5, Informative

    A native KDE port for OS X has existed since the end of 2003.... http://dot.kde.org/1073009304/

    --
    Non sequitur: Your facts are uncoordinated.
  13. Damn... by Hurricane78 · · Score: 3, Funny

    ... i already tought about inventing a game where the guy with the baddest "article" posted on slashdot gets the most points, but *damn*! You already won before it even began!

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  14. Introducing our new format... by NMerriam · · Score: 5, Funny

    Slashdot: News for PHB and Marketing Drones.

    Slashdot: Buzzwords arranged in an almost sensible order.

    Slashdot: Computer News for People New to Computers

    --
    Recursive: Adj. See Recursive.
    1. Re:Introducing our new format... by One+Childish+N00b · · Score: 3, Insightful

      Slashdot: Computer News for People New to Computers

      Ever think there are different levels of geekdom? I'm a music geek first and foremost, and a computer geek second. I didn't know what Fink was, yet I've been a Linux user and casual Sourceforge browser for nearly 3 years and an OS X user for almost a year. I found this article useful even if you didnt, just for novelty value rather than anything else.

      Just because you already knew how to do something, doesn't mean everybody does. If this was a PC World 'How to Switch on your Computer' article, you might have a case, but this is a site for all geeks, not just computer geeks; all reasonably smart people - people likely to enjoy this site - should know how to turn their computer on, but not all of them are going to know about something like this, which they might find useful for any number of reasons.

      Rant over. I just don't like people who assume just because something is of no interest to them, or simple to them, that it's boring or obvious to everyone else.

      I liked this article, it's something I might try out when I've got a few hours to spare. You can read something else if you want.

      Thank you, slashdot, for enlightening me as to this smart bit of kit. Keep it up.

      --
      Dealing with lawyers would be a lot less tedious if they all looked like Casey Novak.
  15. Free (as in speech) doesn't mean better... by node+3 · · Score: 5, Insightful

    Finally, Mac users have a free (as in speech) approach to their filesystem.

    1. KDE has been running on OS X for many years now.
    2. cp, ls, mv, etc are open source, and have been available on OS X since the beginning.
    3. KDE is nice, but I didn't buy a Mac so I could run KDE, I bought it so I could run OS X.

    Which isn't to say it's not good to be able to run KDE if you want, just that I've never heard someone lament, "oh, that only there were some form of free (as in speech) approach to the filesystem on my Mac".

  16. Totally off-topic by Biotech9 · · Score: 4, Informative

    But when you take a screenshot in OS X you don't have to select and drag a box around the window you want as this author has done.

    Press Apple-Shift-4, which changes your cursor to a cross-hairs, this lets you drag a box on any part of the screen and the contents are dumped to the desktop as a screenshot.

    But! then press spacebar and the cursor changes to an icon of a camera, now click on the window you want to take a screenshot of, and the screenshot will be of that window only, pixel-perfect to the border.

    So it looks like this and results in this.

    1. Re:Totally off-topic by SeanAhern · · Score: 2, Interesting

      Nice. So what did you use to capture the quicktime in the first link?

    2. Re:Totally off-topic by BeanThere · · Score: 2, Funny

      Ah yes, I can see why this truly is the OS for grandmothers everywhere. It's just so intuitive.

      Yes, because grandmothers frequently want to take screenshots of their OS X desktops. It comes up all the time. Why just the other day my grandmother called me up asked me how to take screenshots, she needed them for the "how to install KDE on OS X" article she was writing. How I wish that such a commonly needed feature was more intuitively accessible, but alas, Steve Jobs has failed miserably on this one - the whole Mac is unusable, why, just totally unusable. Millions of grandmothers every day boot up their Macs and just stare at the screens not knowing what to do next - the touted usability, it seems, was all just marketing.

      Etc. etc.

    3. Re:Totally off-topic by netzwerg · · Score: 2, Insightful

      Or just use Preview.app's File->Grab.

  17. Amazing! by msormune · · Score: 5, Funny

    Now you have a possibility to change your already unified and quite well designed Mac user interface with KDE! Now you have the freedom to make a really bad choice!

  18. Yuck by catdevnull · · Score: 4, Funny

    Yikes. That's really ugly.

    Now, if someone can get Vista working on MacOS X.... (ducks and takes cover)

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
    1. Re:Yuck by iphayd · · Score: 3, Funny

      We already had Vista running. We called it Jaguar, though.

  19. Re:Mouse buttons? by SpectreBinary · · Score: 2, Funny

    > Or is it just me who haven't been following anything in the Mac hardware world for years.

    Yes. All macs since the late 1980s have supported multiple button mice. All macs shipping now come with a 4 button mouse with horizontal and vertical scroller.

  20. Fink and DarwinPorts by Mechcozmo · · Score: 2, Interesting
    http://fink.sourceforge.net/faq/relations.php?phpL ang=en

    That's pretty much a summary. DarwinPorts is just like Fink essentially, just minor differences. Ironically, the KDE port is mentioned in the comparison of the two. (Bottom of page)

  21. laugh all you want by idlake · · Score: 2, Insightful

    KDE isn't just for browsing files, it is dozens of well-integrated applications. Porting KDE to the Mac makes lots of shareware applications obsolete and brings lots of new, mature applications to the Mac. And even KDE's file browser has a lot of nice features compared to Apple's.

    The only limitation of this port is that it is based on X11; since Apple refuses to integrate X11 better into the Mac desktop environment, that's not a good solution for regular users. However, since the Qt toolkit underlying KDE has a native Mac version, we can expect a native port of KDE to follow fairly soon.

  22. why would one do this? by davids-world.com · · Score: 2, Insightful

    they ask me to install fink, which is a problem per se - fink is the package distribution system that usually breaks when you install a package, due to some compilation error or difficult dependencies, right?

    Then they want me to get rid of Apple X11 in favor of Xfree86. That'll probably have consequences for other X11 applications.

    In the end, I can run a sub-optimal GUI environment which doesn't really do anything useful I couldn't do otherwise, whose utilities/applications - in my experience - crash regularly. From a user-perspective: lost of wasted time.

    It's not surprising that it runs on OS X -- OS X is Unix.

  23. Mod parent down by dulff · · Score: 2, Informative

    What was the point in changing the original text? Idiot.

  24. Useless Info by fbnas · · Score: 2, Interesting

    I've been using Mac OS X(.3) since January, which isn't too long (considering this is my first mac), and coming from a Linux/Windows background (and more CLI-inclined), I naturally was busy playing around with the Darwin aspect of the OS.
    Then I tried to make my iBook boot like Linux and run Gnome and all that. 2 weeks after I bought the laptop, I accomplished that. Then I got bored... The Mac OS X interface is way sweeter and much easier to use. And I realized that all my attempts to truely crash Mac OS X (the graphical environment) weren't very successful. So besides the interface being sweeter, it's also more stable than KDE or Gnome (from my experience) on the iBook.
    So besides the fact that the article is old news, I can't imagine it being of any use to run KDE on Mac. Of course, that's after I tried it, so then again for the curious, maybe it is worth it. But if you're curious enough, then I'm sure you've already tried it... Hence: Useless post... And the LAST thing I expected to see on slashdot... But then again...

    (Had to say something)

  25. Signs for windows? by m50d · · Score: 2, Informative

    Qt/Mac was made available under the GPL fairly recently, so this is an encouraging sign for the porting of KDE to windows (though that has to wait for the porting of KDE to Qt4). I also presume that they've managed to remove the dependencies on X, which should not only speed up windows ports but also makes it more feasible to run KDE apps on Qt/Embedded. Anyone with a Zaurus like to comment?

    --
    I am trolling
  26. Reasons for using KDE/Gnome on OS X w/Finder by csirac · · Score: 3, Informative

    I'm running a mish-mash of Gnome components ranging from 2.6 - 2.12 with fink.

    Darwinports also has a gnome and KDE distribution for X11 on Mac OS X.

    The Gnome stuff has been a bit crazy recently, what with the menu files changing file formats and everything.

    Why do I run Gnome? Simple: consistent keyboard shortcuts. On my iBook, I have too many different inconsistent ways to get home, end, pg up and pg dn - some use Fn+arrow, others use the command (apple) key. In Apple's terminal app, it's all backwards - you have to press shift+apple+arrow to get home/end, but for pg up/dn you just use apple+arrow, whereas on Linux/Solaris you use shift+pg up (which would be shift+Fn+pg up on this iBook). WTF?

    Don't even get me started on the Finder's utterly, utterly useless "alt-tab" - what a pointless piece of crap. You simply _CANNOT_ switch windows with it, only applications! Great, you can switch focus to the most recently used window in one app or the most recently used window in another, but there is NO FUCKING WAY you can change amongst those app's windows without using the mouse and going to the "window" menu or using "expose" (all involve several distracted seconds on that bastard touch-pad mouse thing).

    More frustratingly, apple+arrow in Apple's terminal switches between terminal windows - which is great - but I am either expecting this behaviour to get me home/end (like using apple+pg up/pg dn does), or trying to use apple + left/right arrows to switch windows in some other application that does not mimic this behaviour!

    NeoOffice/J uses Fn+arrow for home/end, but Mozilla etc. use apple+arrow. Then apple's terminal uses shift+apple+arrow...

    I still don't even know how to skip over words in a line of text (in Linux/windows it's ctrl+arrow, but this does nothing in most mac apps).

    Sigh... I never thought I'd see the day... resorting to a gnome desktop instead of Finder. Finder has some great aspects to it; its network shares are reliable and good, and after I've installed the virtual desktops 3rd party app I feel mostly at home ... except for the bloody retarded keyboard shortcuts and lack of a usable alt-tab.

    It's a bloody nightmare for keyboard users. Please stop trying to make me use the touchpad... argh

    1. Re:Reasons for using KDE/Gnome on OS X w/Finder by elfasi · · Score: 5, Informative

      Actually with Finder and the 'alt-tab' issue, this too drove me mad, until a kind soul told me about the Apple+` shortcut, that's the Apple key and the grave accent key (just below the ESC key on my PC keyboard and on the bottom left of my Mac keyboard). This switches between multiple windows of a single application and saved me much gnashing of teeth.

    2. Re:Reasons for using KDE/Gnome on OS X w/Finder by Cloney · · Score: 2, Interesting
      Don't even get me started on the Finder's utterly, utterly useless "alt-tab" - what a pointless piece of crap. You simply _CANNOT_ switch windows with it, only applications! Great, you can switch focus to the most recently used window in one app or the most recently used window in another, but there is NO FUCKING WAY you can change amongst those app's windows without using the mouse and going to the "window" menu or using "expose" (all involve several distracted seconds on that bastard touch-pad mouse thing).
      Try Apple+~ to switch between windows of the open application. Also, calm down, and drink less coffee. Finder is a bit of a mess, but the Apple-Tab is fantastic, simply for being able to Apple+Q to quit applications without giving them focus.
    3. Re:Reasons for using KDE/Gnome on OS X w/Finder by BurntNickel · · Score: 2, Informative

      Don't even get me started on the Finder's utterly, utterly useless "alt-tab" - what a pointless piece of crap. You simply _CANNOT_ switch windows with it, only applications! Great, you can switch focus to the most recently used window in one app or the most recently used window in another, but there is NO FUCKING WAY you can change amongst those app's windows without using the mouse and going to the "window" menu or using "expose" (all involve several distracted seconds on that bastard touch-pad mouse thing)./P>

      You do know about "alt-esc" to change windows within the same application?

      --
      And the knowledge that they fear is a weapon to be used against them...
    4. Re:Reasons for using KDE/Gnome on OS X w/Finder by micilin · · Score: 2, Interesting
      Don't even get me started on the Finder's utterly, utterly useless "alt-tab" - what a pointless piece of crap. You simply _CANNOT_ switch windows with it, only applications

      You're not supposed to switch windows with it: Command-tab to switch applications. Command-` (i.e Command- backtick) to switch windows in the foremost application. And they're changeable in the System Preferences, as is every key board shortcut IIRC, even some application specific ones.

      Your points about inconsistency in the Apple interface are valid, and a sore point to the pre-OS X purists (I'm kind of one of them, but OS X now gives FAR more than it ever took away compared to OS 9,8,7,etc.), but RTFMH (Read the fine mac help), or buy a book.

    5. Re:Reasons for using KDE/Gnome on OS X w/Finder by treerex · · Score: 2, Informative

      Don't even get me started on the Finder's utterly, utterly useless "alt-tab" - what a pointless piece of crap. You simply _CANNOT_ switch windows with it, only applications!

      Others have pointed out Cmd-` to cycle windows within an application. There is also a third-party utility called Witch that allows you to switch to any window in any open application. It's what Cmd-Tab wants to be. Strongly recommended.

    6. Re:Reasons for using KDE/Gnome on OS X w/Finder by hackstraw · · Score: 2, Informative

      but there is NO FUCKING WAY you can change amongst those app's windows without using the mouse and going to the "window" menu or using "expose"

      Try fucking using the Apple+` (backtick, right above the tab key) for switching between windows in an application. I believe there is a similar thing in windows as well, maybe Alt+`.

      A requirement for my OS is that I have to be able to do most anything from the keyboard or the mouse, OS X fits that bill the best of any OS I've ever used.

  27. Re:WHY??? by Aqua+OS+X · · Score: 3, Insightful

    Aqua goodness, brushed-metal goodness, unified tool bar grayish-ness, the new iTunes post brushed-metal dark grayish-ness, etc. Basically, whatever shinny inconstant interface turd Apple thinks is cool this month.

    And yes, I realize the irony of an Apple interface rant coming from some a-hole who's screen name is "Aqua OS X" ;)

    --
    "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
  28. Re:Hasnt anyone tried out the latest Enlightenment by lightyear4 · · Score: 4, Interesting

    ..how does enlightenment push an envelope? Simple. It puts some complex and attractive eye candy where, for all intents and purposes, it was never meant to be. That is to say, it pushes the limits for X11 and the unices. X11 was designed as an extremely lightweight graphical windowing system for terminals over a network, not for graphics intensive aqua-esque-sexiness. For unix users who have lived for years in minimal graphical environments, its a very new development. Apple struck a home run with Aqua using brand new innovations, yet Enlightenment accomplishments are on running on top of a 25 year old graphics subsystem. Interesting in context, dont you think?

  29. Parent is a troll, mod down! by One+Childish+N00b · · Score: 2, Informative

    We are now going to configure your eyeball to withstand Taco's gaping anus. Pin your eyelids back, Clockwork Orange style, and squeeze the eyeball into his rectum. Careful not to lose it in there! Fink to use the unstable application builds, now these wont crash all the time or anything like that it means that we will have access to newer versions of the software we will be using , specifically KDE 3.4

    And others. Parent is a troll.

    --
    Dealing with lawyers would be a lot less tedious if they all looked like Casey Novak.
  30. What's you hay mileage? by Rhinobird · · Score: 3, Funny

    Do you get 40 furlongs to the bushel?

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  31. Re:I haven't either, what's it like? by TheRaven64 · · Score: 2, Informative
    Qt apps make the cardinal UI mistake of looking like OS X apps, but not behaving like them. As a trivial example, the key combinations for skipping forward or backward a line or a word are different in Qt apps to every single other app on the system. This is insanely irritating, since it's the kind of thing you don't even do consciously. An X11 version, at least, will look different and so give a visual clue that it is going to behave differently.

    The best cross-platform software to run on OS X is the stuff written for GNUstep. GNUstep uses a very similar set of UI guidelines to OS X, and it implements the same OpenStep specification as Cocoa, so (once you have re-drawn the GORM files in IB) it is a quick re-compile and you get the benefit of all of the native widgets being used as they were designed to be used.

    --
    I am TheRaven on Soylent News
  32. brought to you by the old-fucking-news dept. by dionysian.mind · · Score: 3, Interesting
    Hrm... this article seems like old news -- I have been doing this since my brand-new 700mhz iBook on OS X 10.1. What's even better, that I didn't see when I skimmed through the article, is that you can drop OS X into console mode by entering the user >console at the login screen, with no password -- log in to the console and issue the 'startx' command. No more aqua, just kde (or gnome)...

    This is kinda useful on the new iBooks that would like to run a more linux-y interface, but still want wireless support (the airport extreme cards use a closed-source broadcom chip-set that will never be opened due to FCC regulations). You can just run your qt / gtk programs in your respective window manager and run all the programs you can either find on fink, or anything else you can get to compile correctly (good luck). Obviously the down-side to this is that you can't run an OS X apps, but if you just log out it will throw you back to the OS X log-in screen.

    What I would really like to see (calling out to the talended /. developer community) would be a way to initiate sessions on OS X, so that the ctrl-alt-F* would give you a different session -- one running quartz/aqua, and one running Xfree86/Xorg. Say hello to the best of both worlds -- the window manager of your choice right at your finger-tips!

  33. Mod parent up, not in a dumb way. Seriously. by Marc2k · · Score: 2, Insightful

    I don't understand why this entire article is a big deal, because of what you just said. I had a Powerbook for awhile between 2002 and 2003, and I used this trick to run Enlightenment all the time.

    --
    --- What
  34. Re:WHY??? by Overly+Critical+Guy · · Score: 2, Insightful

    As opposed to the horrible interface inconsistencies of the Linux desktop? As if iTunes' smoothed look is ruining your desktop.

    --
    "Sufferin' succotash."
  35. Advanced printer prefs in OS X by Magura · · Score: 2, Informative

    However, my *biggest* beef with OS X (this is an unrelated plea for help from anyone who knows) is that I cannot find a way to set up remote "raw" printers on OS X

    Have you found the "Advanced" option when adding a new printer?

    In System Prefs -> Print & Fax, add a new printer (the '+' button), and then the trick is option-click on "More Printers..." and then the top dropdown list in the dialog will have an "Advanced" option. Hitting that will let you choose things like talking to remote LPR queues and more.