Re: k3b 1.0 ??

2003-11-15 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Es Dissabte 15 Novembre 2003 06:22, en Cameron Patrick va escriure:
> On Fri, Nov 14, 2003 at 06:55:16PM +0100, Joan Tur wrote:
> | Hallo!
> |
> | I'd like to try the DVD burning capability of version 1.0 of k3b... do
> | you know when is it going to be in SID ?  8-?
> |
> | Thanks  ;)
>
> Oooh!  DVD burning support in K3b would be very nice, so far I've been
> using mkisofs and dvdrecord by hand which is a bit of a pain, to put it
> mildly.  Some quick Googling suggests that it uses dvd+rw-tools rather
> than dvdrecord, which is also good because the former is already
> packaged in Debian while the latter is not :-)
I'm now using xcdroast + cdrecord.prodvd (not free, but free for 
non-commercial use)...

> Someone has already filed a bug requesting the new version in Debian:
>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218063
Glad to read that.  Thanks  ;)

- -- 
  Joan Tur. Eivissa-Spain
Jabber: [EMAIL PROTECTED]
   Yahoo & AIM: quini2k
www.ClubIbosim.org
Linux: usuari registrat 190.783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/tg1Aok8j9RhtetwRAuEuAKCRn2y1RAEpqLN0vZKmJ74FwG3M5QCglNhe
gjnIjZ96pIyqlJmK1y7UwWY=
=S1I1
-END PGP SIGNATURE-




KSpread cell border problem

2003-11-15 Thread Anders Ellenshøj Andersen
Has anybody seen this?

I was doing a checklist in KSpread for a party I am organizing.

For each item in the checklist I created a number of cells with borders 
depending on how many i needed of the particular item.

Then I did some cutting, copying and pasting and a few row insertions, and a 
weird thing happened to the borders. The borders would not be displayed even 
though the was on in the cell properties dialog. Saving the document and 
reopening it would fix it so the cells displayed correctly.

I am now trying to reproduce this systematically but hasn't been able to, so I 
am asking you now if anybody has seen this?

Anders

-- 
This email was generated using KMail from KDE 3.1.4 on Debian GNU/Linux




Re: Make zip file from Konqueror

2003-11-15 Thread Kevin Krammer
On Friday 14 November 2003 22:53, Jeff wrote:
> Is this possible?  I've been looking for a way to do this.  I'd like
> to be able to select a number of files and do something that makes a
> zip file with all the selected files.

You can do this with a service menu:
http://developer.kde.org/documentation/tutorials/dot/servicemenus.html

A simplistic approach looks like this:
[Desktop Entry]
ServiceTypes=all/all
Actions=ZipFiles

[Desktop Action ZipFiles]
Name=Add files to ZIP archive
Exec=zipfiles %F


zipfiles is a script somewhere in the users path and looks like this:
#!/bin/bash
cd $(dirname $1)
for infile in $@; do
zip -r /tmp/tmp.zip $(basename $infile) > /dev/null 2>&1
done;

Of course /tmp/tmp.zip is not very sophisticated :)
You could use kdialog --inputbox to ask for a name.

Cheers,
Kevin

-- 
~
Kevin Krammer <[EMAIL PROTECTED]>
Developer at the Kmud Project http://www.kmud.de/
~


pgpNO5uXIDm9J.pgp
Description: signature


Re: KThemeStyle cache seems corrupt!

2003-11-15 Thread David Millet

Problem narrowed down: the culprit is {kdelibs kdelibs-bin 
kdelibs-data kdelibs4} version 3.1.4-3.
Downgrading to 3.1.4-2 fixes the problem.
I'm having similar problems, opened synaptic to discover I have 3.1.4-3 
installed, but how do i downgrade?  I only know how to upgrade, I don't 
think synaptic has a downgrade option...

Thanx,
David