Harsh J

Memoirs of a QWERTY Keyboard

Archive for the ‘KDE’ tag

Pomodoro and KDE

2 comments

Am no follower of the Pomodoro technique nor do I know its specifics but before you go ahead and try out those multiple Adobe AIR applications or use the GNOME-oriented Workrave, please try out this software called RSIBreak which was built for KDE specifically.

RSIBreak - Repetitive Strain Injury prevention software for KDE

RSIBreak - Repetitive Strain Injury prevention software for KDE


It isn’t a full fledged timer feature but I think it will get your needs covered with its offerings easily enough. One of the amazing utilities I’ve used, built with KDE Libraries. It should be available in your Linux distribution’s software repository too.

Written by Harsh

May 5th, 2010 at 3:22 pm

The problem with too many options

7 comments

As you generally have on anything Linux, is the ability to make things look like this:

Look at the titles, not the graphs.

Look at the titles, not the graphs.

Written by Harsh

April 28th, 2010 at 7:11 pm

UML Blues

2 comments

Turn those blues to violet using Violet ;)

Violet was the UML modelling tool I had to use to save me some fun-later-time and make the whole process quick and painless. It also supports exporting to an image format and all in all it is a lovable, simple and just-works tool. But do note that it uses Java to do all that magic.

The other alternative I had was Umbrello which sadly isn’t in a very usable state yet. Perhaps this summer its GSoC fix may make it better. Wish I knew enough of QGraphicsView stuff to try it myself :)

Written by Harsh

March 29th, 2010 at 10:34 pm

Scratching my itch

4 comments

If you like open source software, you end up doing that someday sooner or later – you scratch your itch and make a contribution. That’s how it rolls. Well unless you’re sponsored to do so, of course.

I did the same for KDE, having had an on/off relationship with it since 3.x, and finally settling onto 4.3, I managed to get into writing code for it. Although not a fan of the entire desktop, it is what I use on a daily basis and I do feel the lack of a few things sometimes. There’s already too much to customize; and am sure I don’t know the half of it yet.

I read a lot of comic books in my free time, on the PC. While I do have my collections named and arranged neatly, it has always been hard finding a particular file since there were no previews of its covers on KDE 4. Since Okular, KDE’s magnificent all-in-one document reader, reads the files (.cbr, .cbz type) why not also preview it. That became my itch, my want. And I scratched it with copious amounts of help provided by its development community. However, I’d be glad if some artist came along and gave the format an Oxygen-style icon as well – since it still lacks one.

In KDE 4.4, you will have comic book previews which would show you the comic book covers in its file manager’s preview mode. This should make your life easier. However, for .cbr thumbnails to work, you’d need the non-free version of unrar cause the free ones don’t do version 3+ files well. It isn’t a hard dependency, and .cbz ZIP files would work just fine without unrar. I’d also written support for .cbt, but it’d have to wait until KDE 4.5 cause of their ‘feature freeze’.

Since I made it this far, I also fixed certain minor annoyances – some reported by other people as well. A small list:

I’ll be more than glad to hammer more bugs, once the feature freeze melts. Go here to read about what’s new in KDE 4.4.

Written by Harsh

December 8th, 2009 at 12:04 am

KBreakout Cheats

leave a comment

KBreakout is a game provided by the KDE Games suite.

I love playing it and after going about 15 levels into it, I got interested in a few mechanisms and decided to fool around with its code. Turns out, something sinister is hidden within it ;)

To enable the cheat mode in KBreakout, simply run it as the following (on *nix):

export KDE_DEBUG=1; kbreakout

Game should start as normal but now you can use L and S keys to add lives or shift levels incrementally. Use it wisely; I do so to explore levels (Turns out, hacking/adding levels is easy too!)

Written by Harsh

November 26th, 2009 at 10:54 pm

Posted in Personal

Tagged with , , ,