Preview of KDE 3.4
comforteagle writes "In this month's KDE: From the Source George Staikos details what is to be expected from the upcoming 3.4 version of KDE. An Alpha release is due any minute so you might as well know what you're in for if you're a loyal K head. Some changes include major rework within KHTML & Konqueror, Subversion support, and Apple's Rendezvous."
Does anyone know if this will include Konquerer with the ability to use the Gecko rendering engine?
http://www.newsforge.com/article.pl?sid=04/08/30/2 028209
Hope you find it to educational
Chris Williams clw7500nc@gmail.com
This is my problem too. everytime I look at KDE I get the feeling of a window manager that shivers (or refreshes) and it feels 'unstable'. Menus flickering, Icons redrawing etc. I see all these.
The problem comes when I try to find somebody that notices this too: google helps not, discussion lists either etc. Even people (like: real people) deny that they notice this refreshing/flickering.
This is one of the main reasons I avoid using KDE.. and this is one of the first times I read from somebody that he dislikes the same thing.
It's worse than a bug: it's undescribable and unreproduceable...
gtkaml.org
Good call. The problem I have with both KDE and GNOME is that some packages offered as part of the desktop are so dependent on various other components that they're unusable on their own. I don't use GNOME at all but have had to install the full shebang when I install Slackware, because working out the various dependencies for a few packages is just too much work.
If Microsoft integrates a browser with a file manager, or hints at integrating a media player or anything else in the OS, everyone cries foul, so why is that considered good practice in the major *nix environments?
I'd much rather see a truly modular system, so the the user is free to pick and choose a window manager, a file manager, a browser, a messenger etc. and have them all play nice together, regardless of whether they are part of KDE or GNOME or standalone projects.
For the record: Slackware, Fluxbox and ROX-Filer all the way, baby.
I don't say that one has to like KDE, but "I don't like the icons" is not a very godd reason...
Calculon: An Oscar, you say? That would get me out of this festering rat's nest called "television" once and for all. Let me see the script. [Zoidberg hands it to him and he speed-reads it.] No, no I don't like the font.
"Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
An app that didn't make any calls to the kernel wouldn't be able to do much...
:)
To see what system calls Konqueror makes, run 'strace -f konqueror'. This won't catch them all, of course, becuase KDE relies on other processes to do a lot of its work. You can start an X server with xterm as the only client, and do 'strace -f startkde' to see the lot.
Of course, one can always apt-get remove konqueror if one doesn't want it installed, the rest of KDE will not stop working. Try that with Internet Explorer.
WRT to MSIE using 'kernel internals': is there actually any documented evidence of when/where/why it does this? Internet Explorer probably uses the "Native API" *less* than a typical Unix process would use system calls; where Mozilla would open(2) a file, IE would call the OpenFile Win32 API, which would be handled by the Win32 server (csrss.exe, IIRC).