Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
KDE Businesses GUI Software Apple

KDE Running on Mac OS X 393

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."
This discussion has been archived. No new comments can be posted.

KDE Running on Mac OS X

Comments Filter:
  • Good article (Score:5, Insightful)

    by huwr ( 627730 ) on Friday September 23, 2005 @02:47AM (#13627426)
    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.
    • Re:Good article (Score:5, Insightful)

      by DenDave ( 700621 ) * on Friday September 23, 2005 @03:25AM (#13627550)
      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!!

      • Re:Good article (Score:4, Informative)

        by Anonymous Coward on Friday September 23, 2005 @04:10AM (#13627657)
        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...
        • Re:Good article (Score:5, Insightful)

          by Guy Harris ( 3803 ) <guy@alum.mit.edu> on Friday September 23, 2005 @05:45AM (#13627849)
          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.)

          • Re:Good article (Score:4, Insightful)

            by bani ( 467531 ) on Friday September 23, 2005 @06:50AM (#13628040)
            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.
            • Re:Good article (Score:4, Interesting)

              by Midnight Thunder ( 17205 ) on Friday September 23, 2005 @10:26AM (#13628855) Homepage Journal
              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.
            • Re:Good article (Score:3, Insightful)

              by Guy Harris ( 3803 )

              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 proba

          • Re:Good article (Score:3, Informative)

            by neillewis ( 137544 )
            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.
          • Re:Good article (Score:5, Informative)

            by swillden ( 191260 ) * <shawn-ds@willden.org> on Friday September 23, 2005 @09:39AM (#13628557) Journal

            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.

        • Re:Good article (Score:5, Insightful)

          by Octorian ( 14086 ) on Friday September 23, 2005 @08:35AM (#13628287) Homepage
          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.
      • Re:Good article (Score:3, Informative)

        by FidelCatsro ( 861135 )
        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
        • Re:Good article (Score:5, Informative)

          by FidelCatsro ( 861135 ) <.fidelcatsro. .at. .gmail.com.> on Friday September 23, 2005 @04:38AM (#13627709) Journal
          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*/
          • Re:Good article (Score:5, Informative)

            by Onan ( 25162 ) on Friday September 23, 2005 @05:37AM (#13627831)
            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.)

          • 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)
      • Re:Good article (Score:3, Informative)


        (webdav over ssl???)

        I haven't tried it myself, but according to this [apple.com], WebDAV over https is supported in Tiger.
      • Re:Good article (Score:5, Informative)

        by Onan ( 25162 ) on Friday September 23, 2005 @05:44AM (#13627846)
        ... 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.
      • Re:Good article (Score:3, Informative)

        by Sentry21 ( 8183 )

        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? B

    • Re:Good article (Score:3, Interesting)

      by boaworm ( 180781 )
      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...
      • Re:Good article (Score:4, Informative)

        by jaavaaguru ( 261551 ) on Friday September 23, 2005 @04:18AM (#13627669) Homepage
        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:// [ftp] 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"
    • 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 regula
    • Re:Good article (Score:3, Insightful)

      by at_slashdot ( 674436 )
      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?
  • STUNNED! (Score:2, Insightful)

    by ceeam ( 39911 )
    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.
    • by CaptainPinko ( 753849 ) on Friday September 23, 2005 @02:58AM (#13627460)

      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.

    • Re:STUNNED! (Score:5, Funny)

      by nihilogos ( 87025 ) on Friday September 23, 2005 @02:58AM (#13627465)
      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.
    • Re:STUNNED! (Score:3, 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.
    • laugh all you want (Score:3, Insightful)

      by idlake ( 850372 )
      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 KD
  • Goody? (Score:5, Informative)

    by SultanCemil ( 722533 ) on Friday September 23, 2005 @02:49AM (#13627432)
    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.

    • Re:Goody? (Score:5, Insightful)

      by KiloByte ( 825081 ) on Friday September 23, 2005 @03:17AM (#13627529)
      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.
      • Re:Goody? (Score:3, Interesting)

        by m50d ( 797211 )
        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.
        • Re:Goody? (Score:3, Insightful)

          by KiloByte ( 825081 )
          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.
  • Erm... Why? (Score:4, Insightful)

    by eericson ( 103272 ) <harlequinNO@SPAMearthlink.net> on Friday September 23, 2005 @02:50AM (#13627435) Homepage
    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.
    • Re:Erm... Why? (Score:4, Interesting)

      by fiftyfly ( 516990 ) <mike@edey.org> on Friday September 23, 2005 @03:08AM (#13627499) Homepage
      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.
    • by rlanctot ( 310750 ) on Friday September 23, 2005 @03:19AM (#13627536)
      /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!"
    • Re:Erm... Why? (Score:3, 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 mor
    • by m50d ( 797211 )
      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.

    • Re:Erm... Why? (Score:3, Interesting)

      by cgenman ( 325138 )
      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
  • This is not news (Score:5, Informative)

    by spiralscratch ( 634649 ) on Friday September 23, 2005 @02:51AM (#13627440)
    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 [sourceforge.net]
  • news ? (Score:3, Interesting)

    by Tsiangkun ( 746511 ) on Friday September 23, 2005 @02:53AM (#13627447) Homepage
    *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.

    • Re:news ? (Score:5, Insightful)

      by SpectreBinary ( 913950 ) <spectrebinary@hotmail.com> on Friday September 23, 2005 @03:03AM (#13627478)
      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.
      • Re:news ? (Score:3, Informative)

        by foniksonik ( 573572 )
        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.
    • Bah, fluxbox is for wimps. Write an article on running Ratpoison [nongnu.org] on Tiger. I'm sure every Mac user was sick and tired of having all menus, icons, overlapping windows, and indeed a GUI at all. Not to mention all that effort of reaching for the mouse and giving it a quick shove upwards to get to those menus.

      With Ratpoison you too can have a free -- as in, "I have no fucking clue what the First Amendment actually says, so I'll pretend that it has anything to do with contracts and licenses" -- interface to your
  • by Anonymous Coward on Friday September 23, 2005 @02:57AM (#13627459)
    {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}.
    • {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!

    • by grammar fascist ( 239789 ) on Friday September 23, 2005 @05:28AM (#13627809) Homepage
      {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?
    • by hcdejong ( 561314 ) <hobbes@nOspam.xmsnet.nl> on Friday September 23, 2005 @08:38AM (#13628297)
      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.
  • by Anonymous Coward on Friday September 23, 2005 @02:58AM (#13627463)
    BTW, in other news, you may want to check out this neat page [mysuperblog.com] (with pics!) where I describe how I retrofitted my Toyota Camry to be drawn by horses. The gas mileage I get now is astounding!
  • WHY? (Score:3, Insightful)

    by Anonymous Coward on Friday September 23, 2005 @03:04AM (#13627482)
    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.
    • Re:WHY? (Score:3, Interesting)

      by Fred_A ( 10934 )
      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 en
      • "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."

        Minority? Certainly. But you are definately not alone in thinking this way.

        This however goes against the /. mantra that OSX is a gift from the gods and without fail, so expect to be modded down if anyone actually bothers to moderate this stupid non-story, that is.

        Don't get me wrong, I do like a lot about OSX, I think it makes a fine desktop and I can definately see the a
  • by EachLennyAPenny ( 731871 ) on Friday September 23, 2005 @03:05AM (#13627487) Homepage
    AT LAST a userfriendly GUI on Apple plattforms.

    Sorry, could not resist.
    • I would like to see a formal usability evaluation comparing OS X to other GUIs. Even some Macintosh veterans have criticized the OS X GUI pretty strongly.

      Personally, I don't see much of a difference between the major GUI environments (Windows, Gnome, KDE, and OS X) in terms of usability; familiarity seems to be a bigger issue.
      • Even some Macintosh veterans have criticized the OS X GUI pretty strongly.
        The Mac OS X GUI is great once you stop thinking in classic Mac terms and start thinking in NeXT terms. You also have to ditch list and icon views of your folders -- column view is the only way to fly.

        "Apple didn't buy NeXT, they paid NeXT to take over"

        "Mac OS X 10.4: The 'X' stands for NeXT"
  • I like to run vnc server and kde under that, so I can display VNC on another computer or monitor if busy with the main display (gaming/etc).

    Also, i perfer darwinports to fink, not sure what the difference is, other than i like ports system. (go gentoo)

    Last, isn't Apple's X11 optimized? Wonder if you miss any extensions running xfree's version. (Whats the diff?)
  • by God of Lemmings ( 455435 ) on Friday September 23, 2005 @03:07AM (#13627496)
    A native KDE port for OS X has existed since the end of 2003.... http://dot.kde.org/1073009304/ [kde.org]
  • Damn... (Score:3, Funny)

    by Hurricane78 ( 562437 ) <deleted @ s l a s h dot.org> on Friday September 23, 2005 @03:09AM (#13627501)
    ... 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!
  • by NMerriam ( 15122 ) <NMerriam@artboy.org> on Friday September 23, 2005 @03:09AM (#13627502) Homepage
    Slashdot: News for PHB and Marketing Drones.

    Slashdot: Buzzwords arranged in an almost sensible order.

    Slashdot: Computer News for People New to Computers
    • by One Childish N00b ( 780549 ) on Friday September 23, 2005 @06:07AM (#13627905) Homepage
      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.
  • by node 3 ( 115640 ) on Friday September 23, 2005 @03:10AM (#13627504)
    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".
  • Totally off-topic (Score:5, Informative)

    by Biotech9 ( 704202 ) on Friday September 23, 2005 @03:10AM (#13627508) Homepage
    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 [pax-europa.com] and results in this. [pax-europa.com]
    • Yeah, but his screenshots with borders ad shadows look nicer than yours, which shows the window with no border and no shadow.
  • Amazing! (Score:5, Funny)

    by msormune ( 808119 ) on Friday September 23, 2005 @03:15AM (#13627525)
    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!
  • Yuck (Score:5, Funny)

    by catdevnull ( 531283 ) on Friday September 23, 2005 @03:24AM (#13627545)
    Yikes. That's really ugly.

    Now, if someone can get Vista working on MacOS X.... (ducks and takes cover)
  • > Finally, Mac users have a free (as in speech) approach to their filesystem.

    What? Did they remove Bash from 10.4 and put some non-free shell there instead? /still running 10.3...
  • This is old, methinks, and not that spectacular, given Fink and a few other tools that have been out there for ages. It would be nice if the news was not only for nerds, but screened by nerds, so we don't get things like this on the front page. I love KDE and I haven an iBook, but really.
  • I ran KDE under OSX via Fink years ago. Gnome too. It was kinda cool for a few minutes, then I never bothered again. I like OSX so much better. Isn't that why we pay extra for our Macs? If you don't want to take advantage of OSX then you might as well just get a cheap PC and put Linux or BSD on it.
  • because no one's been able to get BASH to compile on a POSIX compliant system.

    All of that stupid BeOS proprietary code. And those DirectX Direct3D calls too!

    Seriously!? What's the deal?
  • Signs for windows? (Score:3, Informative)

    by m50d ( 797211 ) on Friday September 23, 2005 @05:11AM (#13627769) Homepage Journal
    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?
  • by csirac ( 574795 ) on Friday September 23, 2005 @05:20AM (#13627790)
    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
    • by elfasi ( 301055 ) on Friday September 23, 2005 @05:39AM (#13627837)
      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.
    • 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 [petermaurer.de] that allows you to switch to any window in any open application. It's what Cmd-Tab wants to be. Strongly recommended.

    • 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.
  • 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!

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...