Skip to content

Posts 

KDE 4.0 on HP 2133 Mini-Note

Wednesday, 16 April 2008
Last week HP announced it's Mini-Note PC with preloads of SUSE Linux Enterprise Desktop 10. Our heros of the Mobile Devices Team have worked the last weeks on that. The Mini-Note is available in different configurations starting at $499 (that would be only 313 Euro if applied for Europe without surcharge). All editions share the form factor, the nearly full-size keyboard and the nice display (1280x768). So I had to lend one from Mobile Devices team and play with it. :-) Read More

Kick me

Wednesday, 16 April 2008
Seems like I've been bad. At least bad enough to get kicked from planetkde.org. No clue why actually. edit: I'm back, thanks to Chris Lee for running the planet in the first place :)

CD Testers Wanted

Tuesday, 15 April 2008
Kubuntu and variants Release Candidate is due out this week and next week is the final thing, so its solid install testing until then. We need people to download the daily and daily-live CDs and install them. Upgrades and netboots also need testing. See the ISO Tracker for what needs doing, the test case for the all new KDE 4 and the old KDE 3 procedure and join us in #kubuntu-devel and #ubuntu-iso for coordination. Read More

More with MyPoint

Tuesday, 15 April 2008
So after a few emails of feedback on MyPoint i have made a few changes and updates to the tool. The big change is that I changed the wiki formatting to trac's flavor of markup. While I don't like it's flavor as much as say media wiki trac is what I use at work and play. The major gain of this that it is easier to collaborate on content with coworkers. Since MyPoint's focus is to make it easier for developers to make presentations with developers tools I thought this was a wise choice. Read More

KDevelop - UI revolution

Monday, 14 April 2008
I'm currently at the KDevelop sprint at the Trolltech offices in Munich, Germany. We had a productive weekend of talks to bring everyone up to speed with the current state of KDevelop, and while what's going on under the hood is very exciting, it currently suffers from a kluged together, buggy and incomplete UI. For the first day of the programming several of us are working on improving the user interface, and it's making progress slowly but surely. Stay tuned for a screenshot / screencast when we have it looking just right :)

New Plasma Widgets Design

Monday, 14 April 2008
This is the draft design for a new widget API for plasma, it will be appearing on techbase later, but here's what we're thinking. General Notes The intention of this API is to provide a very simple way for users to create plasma applets. The API can be used both for scripting and from C++. For the simple javascript API, this API will be all that is provided allowing us to run untrusted applets as they will not have access to any dangerous facilities. Read More

Writing Plasma Data Engines in Ruby

Monday, 14 April 2008
It sounds as though exciting things are happening at the Milan Tokamak Plasma sprint, with an api review and the Widgets on Canvas changes happening at the moment. Meanwhile, I've been having my own 'mini-sprint' this last week in Gran Canaria. I've ported the digital clock as well as the analog one, along with the web applet, plasmoid viewer and data engine browsers apps, and the time data engine to Ruby. Read More

KDevelop meeting in Munich

Saturday, 12 April 2008
Today (for some yesterday I guess) the KDevelop meeting started. After arriving a little late, I came just in time to grab something to eat after listening to the end of Aleix's talk about KDE 4 in general. So far we are still at the "formal" part, discussing general direction of KDevelop in KDE 4. [image:3391]

Plasma Sprint Day One

Saturday, 12 April 2008
After a day's work at the Plasma sprint, there's already quite a lot of news to report. After a lot of trawling through log files, I was able to fix the problem that was preventing the Plasma binding plugin from loading. In the end it was something simple (as usual) namely that the method that allows the plugin to load was not being compiled into the module since it was missing from the generated .pri file. Once this was fixed, it was simply a matter of changing the name of the extension we load from 'qt.plasma' to 'org.kde.plasma' to match a fix in the generator and we had a successfully loading set of bindings. Read More

How to install perl modules

Friday, 11 April 2008
Ever called a perl script and got this? Can't locate Regexp/Common.pm in @INC (@INC contains: SCRIPT /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at SCRIPT line 18. Well, use zypper: Read More