KDE CVS-Digest for March 25, 2005

This week's KDE CVS-Digest:
dnssd adds invitation support.
KChart adds PNG export.
KPDF adds annotation support.
Speedups in khtml, KPDF, KMail, and Plastik.
Plus, getting ready for Subversion.

Dot Categories: 

Comments

by me (not verified)

Sorry for being offtopic: I'm looking for an equivalent of the MS ActiveDesktop. I want to have a website as my fullscreen-desktop-background.

*IF* kwebdesktop worked, I could have a perdiodically updated *image* of a webpage on my desktop. But since I might also want to fill out forms on that page, I need a konqueror that runs in the background, without a taskbar entry, without toolbars, window decoration etc.

Does that exist?

by jeroen (not verified)

I know this is possible but not exactly how.
Right-click on the desktop and choose properties, then background, then "advanced options" or something. There can you choose to run a program in the background. You'll have to type in some commands I don't know.
Good luck! Let me know If you find out how to run Konqueror in the background, find the right commands!

by Corbin (not verified)

You would only need to run KHTML, not Konqueror (Konqueror is just a thin wrapper around KHTML and the other KIO-Slaves)

by Mark Taff (not verified)

If he wants to submit forms or click links, he needs the full Konqi, not just KHTML. KHTML will only render a web page. It will not follow a link, such as a form submission.

by Jason Keirstead (not verified)

This is false - KHTML will follow links / form submissions / etc. All you have to do is connect a few signal/slot combinations and you are ready to rock.

See kdenonbeta/kafilah for a very thin wrapper around KHTML, that is basically a fully functional browser.

by superstoned (not verified)

rightclick on the windowdecoration of a konqi and go to advanced - specific window settings (? translated from dutch). there it is. you'll have to play with it a bit, to make sure not all konqi windows become this way :D

by hugo (not verified)

You could experiment with kstart and use a custom profile without toolbars and menubar, using this as a starting point:
$ kstart --keepbelow --fullscreen --alldesktops --skiptaskbar --skippager konqueror --profile myplainprofile

by Rob (not verified)

Why not just put a fullscreen Konqueror (Ctrl-Shift-F) without toolbars (disable them from Settings then save a view profile) on a seperate desktop such as Desktop 5 ad then switch back and forth using Ctrl-F1, Ctrl-F2, ... Ctrl-F5 and so on?

UNIX has had excellent window and desktop management for decades, no need for something silly like kwebdesktop. Should be possible to even load this setup automatically from a session, although maybe some DCOP scripting is required.

by airtonix (not verified)

sorry no, not silly at all my friend.

it paves the way for mootools powered desktop ui that suit your taste and needs

best part is that your favourtie desktopUI developer on the fictional GnoDubDesktop.org is most likely from rhajastan....or Ankmorporhk. 1ghz pcs are falling off ftrucks like no tommorrow thanks to vistas new requirements....

the rampant consumerism of those more financially endowed than I fuel a underground hardware economy...simply because they view their old hardware like the plague and wish no more of the old beast than for it to walk out the door itself.

and usually...more often than not... you see these computer boxes on the side of the road...hard rubbish i think they call it.

i call it cluster birth,

by Capit Igloo (not verified)

I quote (from http://svnbook.red-bean.com/en/1.1/ch02s03.html):
"Figure 2.7, “The repository” illustrates a nice way to visualize the repository. Imagine an array of revision numbers, starting at 0, stretching from left to right. Each revision number has a filesystem tree hanging below it, and each tree is a “snapshot” of the way the repository looked after a commit." (see http://svnbook.red-bean.com/en/1.1/ch02s03.html#svn-ch-2-dia-7)

What's the limit for that global revision number N ? 65535, 2^32 ? 2^64 ? With a big project like kde, I think that question is very important.

by Daniel Mitchell (not verified)

The revision number seems to be a 32-bit int. See http://svn.haxx.se/users/archive-2004-05/0820.shtml.

by David (not verified)

You'd have to commit for a very, very long time to reach the limit and it is even larger on a 64-bit machine.

On interesting point about Subversion is that it tracks changes across a whole repository, so it is much more important to think about how your repository or repositories are organised. If the changes you commit are not logical to you then you're in a bit of trouble. I hope they've been doing some thinking on that.

by Capit Igloo (not verified)

>«You'd have to commit for a very, very long time to reach the limit and it is even larger on a 64-bit machine»

From the thread http://svn.haxx.se/users/archive-2004-05/0820.shtml (thanks Daniel Mitchell for that URL), I read : «So you'd have to commit every second for the next 60 years or so, to use up all 2 billion revisions. On a 64-bit machine, it would take much longer».

So, finally, the only disadvantage I see for svn again cvs is the license: svn is free, but its license is not compatible with the GPL (see http://subversion.tigris.org/servlets/LicenseDetails?licenseID=9 and http://www.gnu.org/licenses/info/Apache.html). Only one disadvantage, but a big one.

>«On interesting point about Subversion is that it tracks changes across a whole repository, so it is much more important to think about how your repository or repositories are organised. If the changes you commit are not logical to you then you're in a bit of trouble. I hope they've been doing some thinking on that.»

On the contrary, with, svn, if you're repository's organisation is not good, you can simply modify it (you can move, rename files and directories without losing the history of those files and directories, and with the history of those moving and renaming), you can't do that with cvs.

by Pat (not verified)

speaking of khtml, I can't access gmail on standard mode, I always get:
"Oops...the system was unable to perform your operation.
Please try again in a few seconds." and then konq crashes.
does this happen to other people?

Applause and hooray to Michael Brade. Can't await KDE 3.4.1 with this fix. :)

by James Richard Tyrer (not verified)

If I Search and Replace on the REGEXP: ^ *$, and replace with nothing, will it now remove blank lines? Or, is there something else that is needed to replace blank lines?

--
JRT

by pX (not verified)

Well, it looks like the answer is sadly NO. ; BTW, thanks for the reminder about the "new line" regexp char.

the question remains : with *what* will kate replace it ?
I'd really like to leave my old & ugly "cleanup" perl script where it is, and do it within KATE, that I'm really considering as my day2day editor. This app is juste great. Well, KDE is great. Sorry about that digression.
I don't natively speak english, so its quite hard for me to try and elaborate on that one, but on question is burning my lips : Why can't the "Replace with" field output regexps too ?

Thanks for any tips, even late, I checked the "Notify" box, so I *will* get you answer

pX