KDE CVS-Digest for March 25, 2005
Saturday, 26 March 2005 | Dkite
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.
Comments:
OT: KWebDesktop?! - me - 2005-03-26
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?
Re: OT: KWebDesktop?! - jeroen - 2005-03-26
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!
Re: OT: KWebDesktop?! - Corbin - 2005-03-26
You would only need to run KHTML, not Konqueror (Konqueror is just a thin wrapper around KHTML and the other KIO-Slaves)
Re: OT: KWebDesktop?! - Mark Taff - 2005-03-26
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.
Not True - Jason Keirstead - 2005-03-28
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.
Re: OT: KWebDesktop?! - superstoned - 2005-03-26
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
Re: OT: KWebDesktop?! - hugo - 2005-03-27
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 <url>
Re: OT: KWebDesktop?! - Rob - 2005-03-30
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.
Re: OT: KWebDesktop?! - airtonix - 2007-02-24
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,
question about subversion - Capit Igloo - 2005-03-26
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.
Re: question about subversion - Daniel Mitchell - 2005-03-27
The revision number seems to be a 32-bit int. See http://svn.haxx.se/users/archive-2004-05/0820.shtml.
Re: question about subversion - David - 2005-03-27
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.
Re: question about subversion - Capit Igloo - 2005-03-27
>«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.
gmail - Pat - 2005-03-27
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?
A few more steps on the road towards perfection... - Carlo - 2005-03-27
Applause and hooray to Michael Brade. Can't await KDE 3.4.1 with this fix. :)
Will Kate replace blank lines? - James Richard Tyrer - 2005-03-28
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
Re: Will Kate replace blank lines? - pX - 2006-02-11
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