Category: KDE

  • Amarok Rating Stats

    Recently I was looking at this old post and the screenshots of Amarok 1.4 reminded me of something I loved about that version of Amarok – the stats that would display when you were playing a song – like if you were playing a Five Iron Frenzy song it would tell you your three favorite…

  • My Second Ever Useful GUI Program

    A while ago I wrote about my first ever useful GUI program.  And in one of the series of posts that followed I explained that the reason I hadn’t made a useful GUI program before now is because all the typical stuff has already been made over and over.  We don’t need any more tetris…

  • The Easiest Server Setups: ownCloud, Team Fortress 2, and Piwigo

    I first heard about virtual machines about six to seven years ago.  I couldn’t see a point in wanting to run another computer inside your computer.  A few years ago I used VMs to test and blog about Linux distros.  In the past year I’ve used it to preview new features in Fedora while the…

  • Developing My First Plasmoid: The QML Code

    Back in February I posted the code to the data engine I developed for my plastmoid.  At the time I’d wanted to clean up my plasmoid before posting it on here, however, I’ve become stuck on a key feature so I was hoping that maybe by posting the code I could get some help.  (As…

  • My first video editing experience with KDEnlive

    [iframe src=”http://player.vimeo.com/video/41535967″ width=”500″ height=”281″ frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen>] KDEnlive Test from djotaku on Vimeo. I’ve mentioned this on my blog before, but there are a few passions that I have been engaged in to various degrees over the course of my life. One of those is the creation of videos. Of course, video creation is…

  • KDE in Spanish Revisited

    Around a year ago I decided to KDE in Spanish to learn some technical terms. Back then I was using GDM, but now I’m using KDM. I didn’t see a way to set the language! How would I change the language to Spanish? I took a look online and found instructions. I’m going to reproduce…

  • Using Digikam from the Point of View of Lightroom User

    As I’ve mentioned before on this blog, I’ve been into photography since I was five years old.  That’s when I got my first Kodak Instamatic camera and started shooting photos and creating photo albums.  I have about ten photo albums, with most of them coming from when I got to high school and could really…

  • Developing my first plasmoid: The Data Engine (in python)

    I figured it’d be neat to show you how my plasmoid works so you could use it when developing your own plasmoids.  Here’s the main.py of my data engine.  The indentation is off, in case you try to copy and past this in. Here are the imports: from PyQt4.QtCore import * from PyKDE4.kdecore import *…

  • Developing my first plasmoid part 3

    I did it!  I have created my first ever useful GUI program.  After all these years of thinking that all the useful GUIs had already been invented – I found an itch to scratch.  And here’s how the final, working version looks: And so there it is!  I was actually surprised that this last little…

  • Developing my first plamoid Part 2

    OK, so it’s been a year since I last blogged about working on this program.  I tried working on the data engine in August and then got stuck right around the time I started my first semester of grad school so I had to drop it, even though it got stuck in my head and…

  • Ubuntu to the Rescue: A Tale of Broadcom Wifi Drivers, Prerelease Software, and a new Acer Aspire One Netbook

    note: I wrote this on 17 April, a full week before it is published on the blog Nearly six years ago I bought my first laptop.  I’d never seen the point of laptops over desktops – the value per dollar just isn’t there.  But I was going to be traveling for work now and again…

  • KDE: Strength in Abstraction

    I have not yet tried out Gnome Shell or Ubuntu Unity, but the biggest complaint most people level against them is that our desktops are being tablet-ified.  Sure, there need to be new, innovative interfaces for tablets and phones, but that’s no reason to abandon the desktop.  Sure, perhaps the average Joe (or Jane) will…

  • KDE 4.6.1

    A few weeks ago, I upgraded to KDE 4.6.1 in Fedora 14 from KDE 4.5.  The first login after reboot dumped me into Gnome.  What the heck was going on?  Apparently, in GDM, the entry had changed from KDE4 to KDE Plasma Desktop.  Once I logged in that way, I was able to see the…

  • Testing out KDE’s Activities

    Now that KDE 4.6 has finally landed in Fedora (KDE 4.6.1, to be precise) I can properly test activities.  I spoke before of how I planned to use them back in this post.  So let’s see how well it works in practice.  I think for my first activity, I will setup an activity for programming…

  • KDE Browswers Part 2: Rekonq

    So I’ve been using reKonq for about 3 weeks now.  (Regardless of what the date of this blog post is in relation to the previous one – I usually write these ahead of time and then stick them into the queue)  So here we go: The Good -Appears to have “Download them All” built-in if…