Until now I've always been using my own built Qt packages when building KDE packages for maemo. Initially because the Qt packages in extras-devel where missing some vital parts for KDE (mainly SSL support I think) but after that because I just had them installed, and it worked. But now I wanted to change this, and use the extras-devel provided Qt, as in theory that shouldn't matter, after all they are build from the same sources, with nearly identical configuration. As it turned out, this was actually quite a bit harder than I thought it would be.
mkruisselbrink's blog
KOffice on Maemo
Submitted by mkruisselbrink on Thu, 09/04/2008 - 00:04As KOffice is supposed to be a lightweight office suite, I figured it would be nice to see how well it would run on maemo based devices. Thanks to Thomas Zander who replaced a lot of the double usage in koffice with qreals it was quite straightforward to get koffice to compile and packaged. Well, for the most part that is, I didn't manage to get kspread to link as apparently the old gcc version I'm using has some problems with inner classes in templated classes and duplicate symbols. After fixing some trivial issues, I could install koffice on maemo and run it:
KDE packages for maemo
Submitted by mkruisselbrink on Thu, 08/21/2008 - 11:28Getting KDE on an n810.
Submitted by mkruisselbrink on Mon, 08/11/2008 - 22:14Since Nokia will be giving 100 n810 devices tomorrow at the Embedded and Mobile day at Akademy, I thought it would be a good idea to describe a bit how you can get KDE working on your brand-new device. Since it is already quite some weeks ago I first did this, I might be missing some crucial steps, so if you have any questions after reading this/playing with your n810, feel free to ask me, I'll be at Akademy for the entire week.
Sound on Maemo
Submitted by mkruisselbrink on Thu, 07/24/2008 - 12:01Continuing my efforts to get a decent KDE based system on a maemo based device, this week I've worked on getting sound to work. As maemo uses gstreamer for its media, my first attempt was to use the phonon-gstreamer backend. To get the phonon kcm to build without having xine installed (as I couldn't find any xine packages for maemo) I had to hack around a bit in some cmake files (why are the only options "no multimedia at all" and "multimedia with xine", and is there no "multimedia, but with a different phonon backend" option?), but I got it to compile.
- 3 comments
- Read more
- 1570 reads
Plasma on maemo
Submitted by mkruisselbrink on Sat, 07/05/2008 - 00:04As a next step in my SoC project this week I've worked on getting Plasma to run on a maemo based device. Getting KDE compiled for this platform provided some new challenges, mainly caused by the old compiler used by its SDK (gcc 3.4.4), but apart from some compiler issues I didn't have many problems to get it to compile.
- 2 comments
- Read more
- 4195 reads
Context menus with just a touchscreen
Submitted by mkruisselbrink on Sun, 06/29/2008 - 20:01
An issue I encountered while running plasma on my Neo1973 is the lack of a right mouse button (the screen can't really distinguish between ends of the stylus/which finger I use).
- 3 comments
- Read more
- 2702 reads
KDE with high DPI
Submitted by mkruisselbrink on Sun, 06/29/2008 - 19:53As I mentioned in my previous blog entry, I'm working on making KDE and plasma behave better on systems that are quite different from 'normal' computers, specificaly small devices. As currently the only physical device I have access to for this project is a Neo1973 Openmoko phone, most of my initial work will be for that device.
- 8 comments
- Read more
- 5188 reads
Hello planet
Submitted by mkruisselbrink on Tue, 06/24/2008 - 20:49As this will be my first post published on planet KDE, I want to use this opportunity to introduce myself a bit. I am Marijn Kruisselbrink, a 22 year old computer science student from The Netherlands. My first significant contribution to KDE happened last year when I participated in the Google Summer of Code to implement music notation support in KOffice. Aside from that I have also done some work on improving KDE on Mac OS X, by writing OSX implementations of some of the abstractions KDE provides.
Plasma running on a Neo1973
Submitted by mkruisselbrink on Fri, 12/14/2007 - 09:32[image:3150 align=left size=thumbnail hspace=20] As you can see in this image, I managed to get plasma to run on a Neo1973 phone (using an openmoko image for the rest of the software). The only changes I needed to make to kde code where changes related to qreal not being a double on an ARM processor (except of course some hacks to actually make it cross compilable).
- 3 comments
- 3565 reads
