KDE

Compiling and installing KTorrent 3.3RC1 on Kubuntu Karmic

Compiling KTorrent 3.3 RC1 on Kubuntu 9.10 Karmic with KDE 4.3:

Update 1: This works with 3.3 final as well.
Update 2: This works with 4.0 beta1 as well.

  1. Install cmake and related tools:
    sudo apt-get install cmake automoc build-essential gettext
  2. Install other required libraries:
    sudo apt-get install kdelibs5-dev kdebase-workspace-dev kdepimlibs5-dev python-kde4 libboost-dev libtag1-dev libqca2-dev libgmp3-dev

Upgrading KTorrent to 3.2 RC1 on Kubuntu Intrepid with KDE 4.2

Upgrading KTorrent from 3.1.2 to 3.2 RC1 on Kubuntu 8.10 Intrepid with KDE 4.2:

  1. Install cmake and related tools:
    sudo apt-get install cmake automoc build-essential gettext
  2. Install other required libraries:
    sudo apt-get install kdelibs5-dev libqca2-dev libgmp3-dev kdebase-workspace-dev kdepimlibs5-dev libkrosspython0 libkrossruby0
  3. Remove the existing ktorrent installation as a precaution: sudo apt-get remove ktorrent. This should not affect your configuration files.

Konqueror, sFTP and FiSH

I just found out yesterday that Konqueror natively supports sFTP and another protocol which I wasn't aware of named FiSH. To use either, just enter sftp://foo@example.com or fish://foo@example.com as necessary in the Konqueror URL bar to create a connection. My fledgling experience with FiSH seems to indicate that it's considerably faster than sFTP.

KDEInit could not launch '/usr/bin/ktorrent'

If you've run into the error message KDEInit could not launch '/usr/bin/ktorrent' on KDE 4, you are not alone. It appears that this is a KDE Bug that should be resolved in a bug-fix update in the near future. This also apparently affects other applications besides KTorrent.

In my case, when I clicked on a torrent file, the error message cropped up, but the file itself was open fine ...

KDE 4.1: Maximise application windows

In KDE 4.1, whenever you open a window, it invariably is never opened in a maximised state - something that annoys the crap out of me. While it's something of a chore, the following is how you can sort this out:

  1. Open the application and right click on its title bar.
  2. Select the advanced menu and move down to click special application settings.
  3. In the ensuing pop-up, click on the geometry tab and tick both maximised horizontally and maximised vertically.

Flac decoding: FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC / ERROR, MD5 signature mismatch

I use SoundKonverter to accomplish all my ripping and trans-coding tasks. It's something of a front-end for all the command-line apps and is a serious time saver.

hal-storage-fixed-mount refused uid 1000

Twice over the last couple of weeks, I've added a new drive to my Kubuntu box and run into the error hal-storage-fixed-mount refused uid 1000 when I attempted to access any existing partitions via Dolphin or Konqueror. The first time this happened was with a Windows drive with NTFS partitions and the second time with a drive from another linux box with reiserfs partitions.

Samba: The file or folder smb://blah/blah does not exist

A few months back, I wrote about my trials and tribulations with Samba in KDE + Feisty, but, now that I had a fresh install of Gutsy to play with, I tested the sharing applet once again. Once again, however, it failed out of the box, although I must say that it was not as fucking bad as the last time.

Setting up temperature sensors with Ksysguard

Following my recent adventures with my motherboard, I wanted to set up a temperature sensor on my Kubuntu desktop, so that I could keep an eye on my motherboard temperature. Searching the repository came up with a number of potential options including ksensors. However, when I installed ksensors I couldn't find a temperature option; just memory usage and stuff.

Restarting system services in KDE

Here's a simple how-to on restarting services in KDE. I will be alluding to this article in other guides on this site, rather than repeating myself every time - Lazy organisation, I call it :)

  1. Click on KMenu and select System settings.
  2. Select the Advanced tab and click on System services.
  3. Click on the administrator mode button and enter your superuser password.
  4. In the huge list of services on the left, navigate to the service you would like to restart.
Syndicate content