Re: media:/ in 3.4-pre broken?

2005-03-22 Thread Hendrik Sattler
Am Dienstag, 22. März 2005 18:30 schrieb Joerg Platte:
> Am Montag, 21. März 2005 14:54 schrieb Joerg Platte:
> > I have exactly the same problem on one of my computers. I can mount
> > devices using pmount and KDE mounts removable devices, too. But the
> > IO-slave does not detect this and dies. The same setup (as far I can
> > remember) works without any problems on my notebook, but I can't
> > reproduce it on my other computer. Has anybody solved this issue?
>
> After removing the symlink "/etc/mtab -> /proc/mounts" kio_media does not
> crash any longer. The ioslave seems to have a problem with parsing the
> contents of /proc/mounts.
>
> Now, I was able to mount devices using KDE. But another problem remains.
> How can I disable the "sync" mount option? This option might be suitable
> for small USB memory sticks only, since it reduces the write performance
> dramatically. This prevents usage of the kio_media for USB harddisks. How
> can I disable the sync option?

If media:/ does not allow you specify parameters for pmount, maybe locally 
"dpkg-divert"ing /usr/bin/pmount to /usr/bin/pmount.real and a new 
script /usr/bin/pmount may help:
#!/bin/sh
exec pmount.real -a "$@"


HS



Re: OpenOffice.org file dialog

2005-03-22 Thread Timo Springmann
Hi List,

On Dienstag 22 März 2005 22:32, LeVA wrote:

> > since my upgrade to KDE 3.4 the OpenOffice.org-KDE file dialogs are
> > totally broken (the file dialog crashes every time I want to save or open
> > a document). Are there any plans to update the openoffice.org-kde
> > package?
>
> http://bugs.kde.org/show_bug.cgi?id=100849

Thanks, works again now.

Timo

-- 
Gravity is a myth, the Earth just sucks


pgpS0SzQUeWae.pgp
Description: PGP signature


kopete message text encoding

2005-03-22 Thread LeVA
Hi!

Anyone knows, how to control my contact's message text encoding. I'm always 
getting a message when someone thru icq is trying to send me a message, saying 
"Kopete can not display the message, check if I set the correct encoding for 
the contact...". 
But I don't have a clue where to set that up.

Thanks!

Daniel

-- 
LeVA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: OpenOffice.org file dialog

2005-03-22 Thread LeVA
2005. március 22. 22:29,
Timo Springmann <[EMAIL PROTECTED]> 
-> debian-kde@lists.debian.org,:
> hi list,
>
> since my upgrade to KDE 3.4 the OpenOffice.org-KDE file dialogs are totally
> broken (the file dialog crashes every time I want to save or open a
> document). Are there any plans to update the openoffice.org-kde package?
>
http://bugs.kde.org/show_bug.cgi?id=100849

HTH,

Daniel

-- 
LeVA



OpenOffice.org file dialog

2005-03-22 Thread Timo Springmann
hi list,

since my upgrade to KDE 3.4 the OpenOffice.org-KDE file dialogs are totally 
broken (the file dialog crashes every time I want to save or open a 
document). Are there any plans to update the openoffice.org-kde package?

Timo

-- 
Gravity is a myth, the Earth just sucks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: need help updating with apt

2005-03-22 Thread Ulrich Fürst
Daniel Nelson <[EMAIL PROTECTED]> wrote: 
> I am trying to update to KDE 3.4, I added the repo to my sources.list 
> but it doesn't seem to be available to update, can someone let me know
> ---snip--- [EMAIL PROTECTED]:/home/torham# apt-get dist-upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Calculating Upgrade... Done
> The following packages have been kept back:
>libswfdec0.3
> 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Is your libswfdec0.3 out of sarge? And what about your other packages? 

$ apt-cache depends libswfdec0.3
does show you on which packages "libswfdec0.3" is depending on. 

$ apt-get install libswfdec0.3 
will show you a detailed error message.

And what das 
$ apt-cache policy libc6 libswfdec0.3
tell on your system?

Ulrich


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: media:/ in 3.4-pre broken?

2005-03-22 Thread Joerg Platte
Am Dienstag, 22. März 2005 18:47 schrieb Marcus Thiesen:
> Well /etc/mtab was no symlink for me initially, therefore I started
> fiddling around with it but it didn't really change anything. When I remove
> it, I get the error message that /dev/sda1 can't be found in /etc/fstab or
> /etc/mtab which is true, because it is not in /etc/fstab and I just deleted
> /etc/mtab. When I make /etc/mtab a symlink to /proc/mounts (isn't there
> something under /sys nowadays?) I get the old errors, though the format is
> slightly different to the old mtab. Well anyway, mounting stuff and seeing
> it under KDE still doesn't work for me.

I forgot to mention that I created an empty file /etc/mtab before rebooting 
the computer. Now, all devices are listed in /etc/mtab and I have no problems 
to mount devices. 

> BTW, as I'm using the Kubuntu packages, I reported it as Kubuntu bug 8039
> (https://bugzilla.ubuntu.com/show_bug.cgi?id=8039)

Strange

regards,
Joerg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: media:/ in 3.4-pre broken?

2005-03-22 Thread Marcus Thiesen
On Tuesday 22 March 2005 17:30, Joerg Platte wrote:
> Am Montag, 21. März 2005 14:54 schrieb Joerg Platte:
> > I have exactly the same problem on one of my computers. I can mount
> > devices using pmount and KDE mounts removable devices, too. But the
> > IO-slave does not detect this and dies. The same setup (as far I can
> > remember) works without any problems on my notebook, but I can't
> > reproduce it on my other computer. Has anybody solved this issue?
>
> After removing the symlink "/etc/mtab -> /proc/mounts" kio_media does not
> crash any longer. The ioslave seems to have a problem with parsing the
> contents of /proc/mounts.

Well /etc/mtab was no symlink for me initially, therefore I started fiddling 
around with it but it didn't really change anything. When I remove it, I get 
the error message that /dev/sda1 can't be found in /etc/fstab or /etc/mtab 
which is true, because it is not in /etc/fstab and I just deleted /etc/mtab. 
When I make /etc/mtab a symlink to /proc/mounts (isn't there something 
under /sys nowadays?) I get the old errors, though the format is slightly 
different to the old mtab. Well anyway, mounting stuff and seeing it under 
KDE still doesn't work for me. 

BTW, as I'm using the Kubuntu packages, I reported it as Kubuntu bug 8039
(https://bugzilla.ubuntu.com/show_bug.cgi?id=8039)

Have fun,
 Marcus



-- 
:: Marcus Thiesen :: [EMAIL PROTECTED] :: www.thiesen.org ::
   :: ICQ#108989768 :: 0x754675F2 :: [EMAIL PROTECTED] ::

Do something every day that you don't want to do; this is the golden rule for 
acquiring the habit of doing your duty without pain
   Mark Twain



Re: media:/ in 3.4-pre broken?

2005-03-22 Thread Joerg Platte
Am Montag, 21. März 2005 14:54 schrieb Joerg Platte:

> I have exactly the same problem on one of my computers. I can mount devices
> using pmount and KDE mounts removable devices, too. But the IO-slave does
> not detect this and dies. The same setup (as far I can remember) works
> without any problems on my notebook, but I can't reproduce it on my other
> computer. Has anybody solved this issue?

After removing the symlink "/etc/mtab -> /proc/mounts" kio_media does not 
crash any longer. The ioslave seems to have a problem with parsing the 
contents of /proc/mounts. 

Now, I was able to mount devices using KDE. But another problem remains. How 
can I disable the "sync" mount option? This option might be suitable for 
small USB memory sticks only, since it reduces the write performance 
dramatically. This prevents usage of the kio_media for USB harddisks. How can 
I disable the sync option?

regards,
Joerg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]