On Tue, Oct 07, 2008 at 06:41:37PM +0200, Ana Guerrero wrote:
> On Mon, Oct 06, 2008 at 07:38:15PM +0200, Sune Vuorela wrote:
> > But a untested for the kde3 media manager is here:
> >
> > kdebase-3.5.9.dfsg.1/kioslave/media/mediamanager$ diff -pruN
> > halbackend.cpp.orig halbackend.cpp
> > --- halbackend.cpp.orig 2008-10-06 19:14:22.000000000 +0200
> > +++ halbackend.cpp 2008-10-06 19:14:47.000000000 +0200
> > @@ -851,7 +851,7 @@ QStringList HALBackend::mountoptions(con
> >
> > if (valids.contains("utf8"))
> > {
> > - value = config.readBoolEntry("utf8", true);
> > + value = config.readBoolEntry("utf8", !fstype.endsWith("fat"));
> > tmp = QString("utf8=%1").arg(value ? "true" : "false");
> > result << tmp;
> > }
> >
> > I haven't had kde3 systems around for a long time, so I'm not able to test
> > if
> > the patch actually works as expected.
> >
>
> Thanks Sune.
>
> I might have time to look at this around next monday (13th October), we will
> see about motivation...
> If you are reading this bug report, you are a KDE 3 user and you want to
> help,
> please try this.
Hi Ana,
I would like to help if you could tell me how to get the needed kde3 sources
checked-out/patched/compiled/installed... My machine is quite idle but I am
busy so cut-'n-paste-able instructions would be great. :-)
However I don't think this particular patch will help. It applies to the
"utf8" flag, which in itself is quite ok for vfat. The problem is
"iocharset=utf8".
(See Message#20 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500540#20 )
cheers
-henrik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]