Xubuntu + KDevelop
Posted on April 26th, 2008 under Code, Uber-techie.
I recently ditched Gentoo on my notebook for Xubuntu (Ubuntu with the XFCE windows manager), after a portage block removed my coreutils, rendering it pretty much useless. I’m still a big fan of Gentoo, but will likely be using it for servers and not desktops. I’ve recently been turned on to KDevelop for working on my Ruby on Rails projects. Although not as polished as Textmate for the Mac, I do find it a nice alternative. It has a nice class view, embedded console and IRB shell, a pretty nice “find in files”, and many other features. I’ve been a longtime Kate user, which happens to be the editor in KDevelop.
(KDevelop with the Class View on the left and console on the bottom)
But since switching to Xubuntu, starting up KDevelop was sluggish starting up. I also had “the process for the file protocol died unexpectedly” error (appearing twice). Since KDevelop is a KDE application, I knew it probably needed to KDE libraries for different file protocols, kioslaves. So although not a dependency (which it probably should be), installing the kio-locate package solved my problems.
$ sudo apt-get install kio-locate

