Skip to content

Top 10 Kubuntu Applications Part 1

This is going to highlight my top 10 Kubuntu applications that are installed in the Kubuntu 7.10 Gutsy Gibbon base install. It’s going to focus on all KDE native apps for the purpose of integration into KDE. I use almost all of these on a daily basis, and with few exceptions do I have alternatives that I prefer. This is intended for the reader who just received their Kubuntu disk and has not installed anything extra yet. The base install’s list of included applications is rather diverse and provides the user with most desired functionality, and this post will focus on the best of that software, and when appropriate compare only included software on other commercial software.

Konqueror, in my opinion, is the best file manager on any platform. If you’re new to my blog, I’ve written about Konqueror before. While it lacks Breadcrumb Navigation, it’s more capable in regards to other features. It’s a tabbed environment, with the ability to split panes vertically and horizontally, multiple times. We’re able to integrate shell scripts, so the possibilities are virtually endless. You’re able to configure a background image. It includes an excellent web browser.

Katapult is an awesome shortcut launcher. This is an example of where the open-source community is ahead. Katapult provides quick access to shortcuts, applications on the KMenu, and others through “plugins”. To activate, you press a key combination (default is Alt+Space) and you’ll see the slingshot logo. Start typing a couple of characters and Katapult finds the closest relevant application, bookmark, etc. Complete the launch by pressing Enter. This is much quicker than using Alt+F1 and the arrow keys to navigate. It’s also more flexible and quicker than using the run dialog.

Konversation is another leap of technology past mainstream commercial personal operating systems. While Instant Messaging clients have come a long way over the past decade, IRC is still the king of chat, and few software packages surpass Konversation in the way of capabilities. It’s also important to newcomers of Kubuntu, because it provides immediate, direct access to the official chat, where the community is able to really provide instant support. I’ve used it many times and I’ve always been able to find someone willing to help me get going in the right direction when trying to solve my problem. It doesn’t have all of the instant messaging capabilities, but it’s direct link to instant help and free technical support earns it’s high ranking here.

kTorrent also holds no equal in Windows XP (or Vista I believe). Instead, you’re stuck to the demise of the single threaded transfer of Internet Exploder. If you’re not familiar yet with torrents, you should take the time to consider some of the free and open source torrents available at Jamendo while you’re testing out kTorrent.

SpeedCrunch also fills the gap where CALC.EXE fails to put processing power to work. SpeedCrunch’s view is more informative and input options are more diverse. It provides a running history of the calculations and provides user defined variables.

Kontact is THE free PIM and Mail client I choose to stick with. Many other applications integrate to Kontact which make it truly exceptional. It expertly handles my mail (IMAP mostly), my calendars, groupware connections, to do, notes, RSS feeds, etc. To achieve similar capabilities, you can spend several hundreds of dollars. It does everything.

Kaffeine is a stand up media player. This awesome KDE media player supports visualizations, plugins, it’s got it all. It plays mp3, wma, ogg, avi, etc. The program allows us to create media playlists. The integrated screen shot capture system is just a toolbar away.

Kopete is an awesome instant messaging client. It supports Jabber, AIM, Yahoo, MSN, GMail/XMPP, IRC, Gadu-Gadu, and many others. There are many messenger clients, but Kopete is so complete I’m not compelled to use anything else. While you can use Kopete for IRC, it’s just not flexible enough for an experienced IRC user to consider it higher in the ranking.

Kate is another Text Editor… but not just any. She’s very configurable and is powerful enough for use by developers. She’s particularly adept at helping change all of your configuration files. She’s not as fast or light as some of the alternatives, but the system has no competitive alternative when it comes to robustness.

k3b is by far superior to GnomeBaker. It allows the user to create DVD’s, audio CD’s, data DVD and CD’s, as well as VCD’s. It can create audio CD’s directly from MP3 with the addition of a plug in. It also directly burns and creates ISO image files of all formats.

Akregator will be my 11th and bonus application for this list. It integrates nicely with Kontact so you can easily access your feeds from your favorite PIM. Can’t beat that really.

Keep is one you can’t live without, so it’s the P.S. Bonus. It’s a backup manager allowing the user to specify the source and destinations of the backups, and scheduling the automated intervals. Another feature I enjoy is the ability to compress the backup. This works especially well for backing up /etc/ which contains many text files.

Google Buzz

Notes after the Gutsy crashed Feisty.

It’s been awhile since I’ve written, mostly because I’ve moved to a new apartment. It’s a huge relief to get off the third floor, but it sure has slowed down my postings.

I’ve kind of gotten settled into the new apartment now, and have been spending some time getting Gutsy back the way I had Feisty. I’ve gotten transKode installed, but Media Tag Tools has been a thorn in my side. Fortunately I’ve found that Amarok does it, and does it better. At this point, I filed the bugs with Media Tag Tools on BerliOS and I think I’m washing my hands of it.

Something good had to have came from the crash, so here it is : It made me look into a backup system. I opted for keep, just because of the simplicity, and the fact that it was already there.

Google Buzz

Kubuntu Gutsy Gibbon Upgrade Crashed

What a disappointment. I’ve previously written about experiencing the Blank Screen Bug in Gutsy with the Release Candidate CD. Today, I was forced to experience that the problem is still there on the official release. I used Adept Manager to update 16 packages it noticed that were behind. After the update, it finally figured out that I was due for the distribution upgrade. It started the process and crashed. I rebooted and it informed me of 1304 updates. I started that process, it crashed, and failed to boot again.

I used the ISO for the Kubuntu 7.10 official release and tried to install. The first try, GRUB failed to point to the correct hard drive. The second time, it still used the wrong drive, but I edited the GRUB configuration and it successfully booted.

 The strangest thing, was even after I installed and booted up, the Adept Manager informed me of a couple of updates, and I updated those, and then it prompted me for a distribution upgrade… again. This time, I think I chose correctly when I opted to decline the upgrade.

Google Buzz

How To Install Transkode

I found a great program for converting my audio files from any format (flac, ape, spx, bonk, mp3, mp4, ogg, wav, wma, etc) to any other format. It’s called transKode and so far, it has actually supported all the formats I required, which was my biggest demand. I’ve got a Rio Carbon and my wife has a Creative Zen. I’ve been enjoying a lot of the wonderful free for non-commercial purposes music from sites such as Jamendo. Jamendo’s site only lets me download the .ogg files via torrent, and since neither of my players support that format, I’ve been looking for a program that converts them nicely for me.

Unfortunately, it wasn’t in the Ubuntu repositories, so I had to compile it. However, it was a lot easier than I had anticipated. I did have to compile one dependency, Taglib, and that was even easier.

Here’s the break down of the steps I went through, including taglib.

change to the folder where transkode was downloaded

cd /home/vmadmin/Downloads/transkode-0.7beta/

run the program to extract transkode. i used arK because it was easier than looking at a man page. i opened konquer in the current window using

konqueror $PWD&

change to source folder

cd transkode/

configure the setup

./configure

make the components

make

install the app

sudo make install

cleanup the source directory

make clean

download taglib

change to download folder

uncompress taglib

tar xzf taglib-1.4.tar.gz

change to the source folder

cd taglib-1.4/

configure the setup

./configure

make the components

make

install the components

sudo make install

cleanup

make clean

remove anything left behind

rm -f -R transkode-0.7beta/
rm -f -R taglib-1.4/

Google Buzz

Blank screen bug in Gutsy Gibbon

I found users on Launchpad describing a bug I was encountering with Gutsy Gibbon. I haven’t tried the official release cd yet, and may not encounter it there.

Google Buzz

Kubuntu 7.10 Gutsy Gibbon is released

With the release of Kubuntu 7.10 Gusty Gibbon, it’s now time to get started on the update. I’ve been trying for two days and I haven’t been able to get Adept Manager to recognize that there’s a new update. I am not able to devote very much time to it, so I’ll continue to try in my free time.

If anyone has any suggestions or comments regarding this issue, please advise.

Google Buzz

Marble – The Perfect Desktop Globe

After hearing great things about Marble, I decided to install it in Kubuntu (should work fine in Ubuntu/Edubunu too). It was easy to setup via Adept/Synaptic. It took very little space and was surprisingly feature packed. I was able to zoom in with considerable detail to Dallas, TX.

DFW in Marble

While it lacks 3D code, my EM64T happily rendered a faithful reproduction of a globe without great delay. However, I was able to identify where the 3D support would enhance performance. There’s a few features, and everything is visual, so I’ll highlight those with some screen shots from the program.

The following screen shows N. America at night. It’s interesting to use this to see this as an indicator of population density. Consider the sprawl across The United States up until the west side of the Midwest, with a few specs on California.

DFW in Marble #1

 Below, you’ll see how Marble is kind enough to distinguish the North Pole from Magnetic North. Also notice how you’re able to select Navigation and Topics on the left. Navigation provides options for Zooming and finding locales. The Topics offers the Atlas, Earth at Night, and Satellite views.

DFW in Marble #2

I really like the rich, full colors of the Satellite Topic, and this is a great picture contrasting the size of the Pacific Ocean to the tiny, unlabeled (in this view at least) specks that are Hawaii. You’ll see that it has labeled Mauna Loa and Mauna Kea though.

 DFW in Marble #3

Overall, it’s a really nice program using totally free and open source code. It’s very fun and friendly to use as a means of exploring our Earth.

Google Buzz

Gutsy Gibbon Release Candidate is Suitable for install by every user.

Great news! The Release Candidate of Ubuntu and Kubuntu 7.10 code-named “Gutsy Gibbon” is available for install and is suitable for testing by any user. The complete official documentation on the upgrade is available for review. I didn’t see the expected updates I was looking for mentioned, but I just skimmed it. I have always planned to wait for the official update. The system’s running so good, and I don’t expect to really use the eye candy anyway. I do look forward to trying it though, but only after the official release.

Google Buzz

Basket Note Pads – Take Notes Your Way

Today I discovered a program that think I might be using a lot more in the future. It’s called Basket Note Pads. It’s a very versatile program for taking notes. I prefer the tree based and free form views available in this new software as compared to Tomboy or KNotes.

Some of it’s features include:

  • Easily take all sort of notes
  • Collect research results and share them
  • Centralize your project data and reuse it
  • Quickly organize your toughts in idea boxes
  • Keep track of your information in a smart way
  • Make intelligent To Do lists

The website is very feature packed, and offers several screen shots.

To install in Kubuntu, simply use

sudo apt-get install basket

Google Buzz

HOWTO : KSquirrel is a better image viewer

I’d heard mention of KSquirrel in other neighborhoods before (Gentoo and Debian systems mostly) and thought anything would be better than gwenview. I was right. It’s much faster and a major improvement. It was a little tricky to install, but I was able to do it. Here’s how:

Installing KSquirrel

From the above link, click on Downloads and you’ll be taken to a page with multiple selections. You’ll need both files for the Debian binaries. In Konqueror, right click on the *-libs.deb file and use the Kubuntu package manager to install it. Mine failed, and that’s ok. Do the other file now using the same way, and it may fail again, like mine did. I fixed the install of both by using


sudo apt-get -f install

from Konsole. I was then able to launch by using alt+f2 and typing ksquirrel

Google Buzz