On Wed, Oct 08, 2008 at 07:52:07AM +0200, H. Langos wrote:
> 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 )
>
There is like a zillion of ways for doing this, a copy&paste one:
As root (or using sudo):
apt-get install devscripts
(you can install pbuilder to make your life easier as we'll see below)
As user:
dget
http://ftp.debian.org/debian/pool/main/k/kdebase/kdebase_3.5.9.dfsg.1-5.dsc
you will see it downloads the source and makes the directory
kdebase-3.5.9.dfsg.1. enter in this directory. You will see a debian/
directory in your tree. Drop your patch under debian/patches naming it for
example 02_mypatch.diff
Then for building the package, you need to install all the packages listed
under Build-Depends in the debian/control file, if you installed pbuilder, you
can do this very easily running as root (or sudo-ing):
/usr/lib/pbuilder/pbuilder-satisfydepends-aptitude
from kdebase-3.5.9.dfsg.1/
Then as normal user run debuild from this same very directory and when it
finishes, "cd .." and there you have all your new patches deb files.
Later you can remove all the build depends removing the package
pbuilder-satisfydepends-dummy.
HTH,
Ana, caffeinated
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]