Linux Journal: Interview with Matthias Ettrich

Linux Journal features an interview with Matthias Ettrich, the founder of the KDE desktop environment. Aleksey Dolya interviews Matthias about the process of creating KDE and what he's up to these days. Asked about current popularity of KDE, Matthias answers: "Beyond all expectations, really. We see more and more contributors, more languages, more applications. And we see KDE code move onto other platforms. Recently Apple came up with their new browser for the Macintosh, which they built on top of KHTML and KJS, two of the more important pieces of KDE technology." Matthias is also appearing together with Lars Knoll (and Konqui) in the "Qt3: Signals and Slots" video of Trolltech's video section.

Dot Categories: 

Comments

by protoman (not verified)

I can't even imagina a better QT than QT3. This tool is really awesome, and it's improvement reflects directly on KDE.

Anyway, first post?

by Anon (not verified)

Thanks Derek, great job ;-)

by Anon (not verified)

man the dot is getting worse than slushdot. At least there they read the post before responding...

RTFA should be RTFP here :)

by me (not verified)

LOL

by anon (not verified)

hehe that's funny. DON'T DO IT AGAIN.

by AC (not verified)

I think that you who are posting 'thanks derek' - are actually the derek himself
(or someone who wants to promote or kid with derek)

or even some kind of very stupid bot!

anyway it's funny and it's working! derek is now more popular than his cvs digests!

by AC (not verified)

Will you post "thanks derek" on the next article of the dot?

by Anonymous (not verified)

What happened in the end with this proposal of Matthias (regarding KDE as a supported platform of Qt)? http://lists.kde.org/?l=kde-core-devel&m=101170367405607&w=2

by AC (not verified)

I guess nobody had the time/funding to do it.

by Datschge (not verified)

It will be one of the topics on the KDE Developers' Conference 2003 in Nové Hrady this August.

by Anonymous (not verified)

Someone on this list must have read the dot. :-)

by Benjamin Meyer (not verified)

Really? hmmm... know I really would like to go. Anyone know of whom I could ask to be my sponsor?

by Anton Velev (not verified)

QT must include in its toolkit some of the improvements made by the kde team (at least the kdelibs must be merged with qt codebase and bundled with qt).
Some things that qt may include are:

-KHTML (and use safari on OSX and MSIE on Win (until there is no khtml for Win))
-KJS (instead of reinventing the wheel and oposing kde with its GPLd QSA)
-DCOP
-ARTS
-KTextEditor component (also other standart KDE componetns that are definitely better than their QT opponents)
-KDE standart dialogs (as Mattias said file dialog, print dialog) - and on Mac and -Win their own dialogs
-KDE print system
-KIOSlaves
-KParts (and ofcourse may be some of the stable KOffice Kparts)
-integrate or fund the integration of KDevelop with QT Designer
-other you suggest

In a conclusion I'd like to add that QT forces some opposition (with GPLd license) of the standart kde libs and comps (which are LGPL), which is reasanoble as they have to make money by selling licenses. However we know that noone can make commercial app using only the KDE components - so I beleive that they have no reason to just combine them (not really sure about the other licensing issues and of course someone (QT) should fund it).
Soon or later this is going to happen - else community will free one-by-one the KDE libs and comps from QT GPL usage, as it happened with KHTML/KJS - Apple helped to free them from QT. So if QT does not start integrating KDE libs with it's software, community would bash it out soon or later.

One thing must be sure! QT should continue its policy of dual licensing to make money (and improve the software) - weither or not ingegrated with KDE, and both projects have interest this to happen - kde apps for reaching the commercial market and QT to not reinvent the wheel and not staying in opposition to KDE.

Mattias? What you would say about it?

Anton

PS1: relevant article
http://dot.kde.org/1047362149/1047380146/1047455315/

PS2: actually i think that this is LGPL vs GPL issue

by Daniel Molkentin (not verified)

> -KJS (instead of reinventing the wheel and oposing kde with its GPLd QSA)

QTScript (The scripting language of QSA) implements a newer version of EMCA Scripts (i.e. it supports a real OO paradigm, whereas kjs only knows about OO using a prototype function). The fact that QScript is GPL'ed is not the problem, the problem is that it is considered a binding under certain circumenstances (if you offer full access to a GPL'ed library, otherwise you could circumvent the GPL this way). It would be the same if you used KJSEmbed (which is the kjs alternative to QtScript). It's in no way "opposing" kjs, maybe kjsembed at best (which didn't exists when QSA development was started).

Cheers,
Daniel

by Richard Moore (not verified)

I'm not sure that QSA was started before KJSEmbed actually. It's also worth noting that KJSEmbed supports a number of things that QSA doesn't and vice-versa (though that is changing as I add the QSA features to KJSEmbed).

Rich.

by Anton Velev (not verified)

Even if you are right, why then there are 2 same functionalities instead of having one that is better than both?
And also don't you find a split that happens - mostly KDE apps should use KJS (as KDE invented it, and konqueror will use only KJS forever), but in the same time as far as I know kexi (the new KOffice Access tool) is using QSA and not KJS - so what would be the standart for KDE then?
And is it possible someday to have them merged? I guess that even it is possible to merge the codes it's definitely impossible to merge the licenses (GPL vs LGPL).

Anton

by anonymous (not verified)

the same: What about a RAD for QT/KDE? i would like to see something similar to Glade for Qt/KDE and integrated into Kdevelop. As we know, this can be compiled for Linux, Windows or Mac (multiplataform). I think this would be the definately step to achieve "conquer" one of the best place of programming tools, close to Borland or Microsoft, and knowing that are Open tools. Is my wish list :)

by Sad Eagle (not verified)

Qt Designer. Not quite integrated, but it gets the job done.

by Ian Reinhart Geiser (not verified)

Ummm have you ever USED visual studio? Its very disintegrated when it comes to doing anything more advanced than the standard wizards allow. Maby I have been using MetroWerks way to long, but the second I try to change a library path in MSVC my project is toast.

Now flip over to KDevelop. its more modular that MSVC, supports Java, Python, Perl, etc.. Qt Designer is external but KDevelop 3.0 will allow you to subclass .ui files and to see members in your class browser. I cannot even get MSVC to do that with their own damn dialogs. If you have problems with the concept of something as simple as Qt Designer you need to stay as far from programming as physicly possible.

I know there are script kiddies that want to click and drool together Quake 3 here, but its not going to happen. Not on windows and not on Linux. We have support of VERY highlevel languages like Python w/ PyKDE/QT (both work VERY well in KDevelop3) and very low level languages like assembly. That too works in KDevelop 3, although at that level a texteditor will do more good.

Please think before you post.

Cheers
-ian reinhart geiser

by ik (not verified)

i do not agree. i think better integration between QT designer and kdevelop is very important, and will cause better and more software. I also think the kdevelop guys would think about it as soon as QT designer becomes modular and embeddable (i don't think it is right now, but i could be wrong)

by thelightning (not verified)

Of course integrating is very important. Yes, most of coders ine KDE world are very familiar with KDevelop and Qt Designer. It may be very easy for them to use. But for new programmers (like me) it is not very comfortable. I'm a Delphi programmer and I have really good -and running- projects on Windoz. I don't have time to learn C++, so Delphi will be my programming tool so more. I also like Kylix 3. But with Kylix I cannot make native KDE programs. As a new feature in recent CVS Digest, there was a Delphi support but what about QT Designer integration? I think if KDevelop gets integrated QTD, KDE will get more killing applications.
Thanks to all KDevelop contributors.
Bye!

by Eric Laffoon (not verified)

Kommander is another thing that is useful because it is focused on being a user level RAD for mini apps and dialog extentions of KDE apps. Kommander is based on QT Designer and produces a ui file, using modified KDE widgets, that can be run by it's executor.

Kommander is:
- visual dialog design
- maniuplates text associated to it's widgets
- speaks DCOP
- has embedded shell scripting
- can call external scripts
- has a very limited event model

Kommander development objectives include
- more widgets, especially more complex ones
- data widgets
- enhanced object model
- possible inclusion of kjs
- enhance design features

Kommander is useful for quick feature add on prototypes, non compile mini apps, dialog extentions and "application glue" for merging KDE apps into seamless operation.

Kommander is included with Quanta+ from version 3.1. Anyone interested in helping with the ongoing development please contact me. Kommander needs developer help and should be very useful for all KDE apps.

by cies (not verified)

While reading this _very nice_ interview this thought poped-up:

Why C++ as native language for KDE and not Objective-C?

It maybe a ridiculous question, but it is a question that bother me a bit...

Cheers,
Cies.

_________________
DISCLAIMER: I'm no programmer ;-)

by Apollo Creed (not verified)

I guess the answer is that Qt is written in C++ and not Objective C. If you go on to ask "why is Qt written in C++", the answer would be that "everyone" use C++ and it's a standard language for things like this. Objective C may be nice but its not nearly as widespread as C++.

by Anon (not verified)

Four simple points:

- Back in 1998, ObjectiveC in gcc sucked (apple did a lot of work on it since they use it)
- Lack of toolkits for ObjectiveC
- You get the object introspection with C++/Qt as well
- There are more people that know C++

by Tim Jansen (not verified)

And, AFAIK, it lacks features like templates.

by Will Stokes (not verified)

And that's a bad thing?!

by Daniel Molkentin (not verified)

Yes, Templates make your life a lot easier because you implement template classes and template functions once to use it for a whole range of classes.

by anonymous (not verified)

In Objective C you do not need Templates for that thanks to the dynamic
nature of the language's object system. Besides, Objective C++ exists.

by Daniel Molkentin (not verified)

So? Qt also adds a dynamic object system to C++. While it might to be as well integrated, there are a lot occasions where templates are just better...

by anonymous (not verified)

Funny... Someone claims Objective C would have been a bad decision for KDE's (or Qt's) implementation language because it does not have templates. I tell him, that Objective C doesn't need templates and then you say (correctly) that Qt doesn't even use them and add it's own Objective C like dynamic type system.

Oh, the irony ;o)

by S.E. (not verified)

Dynamic polymorphisms and templates are /not/ equivalent.

by Tim Jansen (not verified)

That depends on much you like to copy&paste your code...

by Ruediger Knoerig (not verified)

Templates bring two big advantages:
* generic programming.
Many algorithm are indifferent to the (numeric) data type. Thus you can write an
implementation, test it and use it where you have to. A good example is the STL.
Especially the container classes speed up software development, since you don't
have to develop e.g. a linear list if you need one. Copy&Past is not a solution, since
- you have to alter the code - this may introduce subtile errors.
* template specialization make it possible to select the best implementation/algorithm transparently. (i.e. list may use a different algorithm than list
* template libraries like the STL commonly uses unified interfaces, for example: most of the STL container classes can be interchanged.
* By using the template mechanism to select algorithms depending on data types or to achieve compile-time bindings etc. one can improve the speed dramatically.
See the Blitz++ matrix template library for example. Using these techniques they've beaten Fortran77!
One example: Use template specialization to select an algorithm dependend on an integer (e.g. filter order for digital filters). Then you can implement different code dependend on the filter order, e.g. N=1..8: hand-written, unrolled loops; 8-16: time-domain convolution with loops, N > 16: FFT-based convolution.

by Robert Williams (not verified)

Why did he asked why GNOME is the standard? Matthias asked if he meant because of SUN. Is it the general consesus that GNOME is the standard now? I have been away from Linux/KDE for a while and was suprised to read that.

by Anonymous (not verified)

Some people only know/use RedHat (for patriotic or other reasons) and as RedHat defaults to Gnome they may think of Gnome as THE desktop like of RedHat as THE Linux distribution. But, does it really matter when most other distributions, especially the desktop-oriented ones (Yoper, Mandrake, Knoppix, Lindows, Xandros, Lycoris, Ark) default to KDE?

by kidcat (not verified)

>But, does it really matter when most other distributions, especially the desktop-oriented.....

Unfortunately: Yes.
Reason: A totally unreasnobly high amount of the computer professionals who have only used Win23 only "know" two things:

1: "Linux is manufactord by RedHat - everyone else are just knock-offs"
2: "IBM says Linux is good enough for servers - But IBM and M$ are enemies.. so errr.."

So lots and lots of people doesnt even see the other distroes as "desktop-oriented" but only as some kind of paralel-branding.
I know how horrid it sounds but ive been fighting it endlessly.. and this is LinuxFreindly(TM) Denmark!! I'll probably get a heart-attac if was to discuss this matter with a group of long-term M$ professionals in a large company in say Texas ;-P

Another thing ive noted is that it is actually unwise to tell "them" of the wonderfull freedom of choise when it comes to DTE... as many of them replies something like: "If they can't even agree on a common *desktop*, I wont even imagine how messy everything else must be!!!"

So yes.. we need RedHat to change the default desktop. But I [do personally in my own mind [etc]] think they will do so on their own accord over the next 1-2 years, as KDE is gaining more developers/testers and allso has a great deal more functionality per line of code then the GNOME project...

Wouldn't it be great if RH would be so kind ad do a RedHat Linux Workstation with KDE and a RedHat Linux Multiserver with GNOME?

/kidcat

by Stretch (not verified)

> But I [do personally in my own mind [etc]] think they will do so on their own
> accord over the next 1-2 years, as KDE is gaining more developers/testers

Of course they will!
And it has already begun.
Don't you see the obvious point behind "BlueCurve" (hell, it's even in the name!)?
if KDE ought to become the default RedHat desktop, then it *must* be an american product. Period.

It's the same logic as movies. Do you think any American has ever heard about "Open your eyes" by Amenábar? Nope. They saw "Vanilla Skies", an American movie featuring Tom Cruise - same story but, please, clean the streets, clean the thoughts, cut the balls, for nobody in God Blessed America should ever know about mankind diversity.

And of course, send this POS back to Spain thereafter, because frankly, America ought to be enough for everyone.

by Eric Laffoon (not verified)

The standard would be freedesktop.org which works for standards and interoperability. RH has not focused on desktops until lately and even so people who start on RH (like I did) do not stay there. I tried other things. For one thing I noticed a box of CDs cost twice as much from then as it did other distros. Now I run Gentoo because I hate the RPM treadmill.

As far as usage goes, it's difficult to get an exact number, but every survey to date that seemed the least bit credible gave KDE a substantial advantage in users. Even in core Gnome developer discussions the consensus is that KDE leads in many areas, in fact dramatically so. Gnome's founder found the computer lab he started Gnome in running KDE on his last visit. KDE is also much better suited to commercial ventures with kiosk mode and some of the modifications being sponsored by the German government. Gnome has also alienated a number of users with recent removals of configuration options too. If a desktop is gaining on Linux it would appear to be KDE... though who really cares who's ahead as long as you have what you want?

In an ideal world both desktops will flourish and interact. When Gnome picked up it's big partnership with Sun and all everyone said that was it... at the same event they announced it KDE was again overwhelmingly voted the best desktop. In the end it is not really going to be possible to establish a standard by corporate fiat just as M$ will not be able to hold it's dominance forever by it's power. People will continue to choose what they like based on their exposure. The Linux standard should continue to be choice.