Bug#227538: kdelibs: mixed results on 3.2.2

2004-06-26 Thread Chris Cheney
On Sat, Jun 26, 2004 at 03:55:54PM +0200, Dominique Devriese wrote: > Well, the problem is that what's currently there happens to work in > some cases, but doesn't work in other cases, like the one that the bug > report was about. > > I'll try to explain it again: It's all about the string compa

Bug#227538: kdelibs: mixed results on 3.2.2

2004-06-26 Thread Dominique Devriese
Chris Cheney writes: > On Sat, Jun 26, 2004 at 04:20:12AM +0200, Dominique Devriese wrote: > -snip patch- >> > I haven't heard anything about this bug in a while. Does this >> > patch work? >> >> I'm pretty sure it fixes the problem, yes. >> >> > Has been applied to packages that have been release

Bug#227538: kdelibs: mixed results on 3.2.2

2004-06-26 Thread Chris Cheney
On Sat, Jun 26, 2004 at 04:20:12AM +0200, Dominique Devriese wrote: -snip patch- > > I haven't heard anything about this bug in a while. Does this patch > > work? > > I'm pretty sure it fixes the problem, yes. > > > Has been applied to packages that have been released? > > It's committed in pkg

Bug#227538: kdelibs: mixed results on 3.2.2

2004-06-25 Thread Dominique Devriese
Itai Seggev writes: >> > === >> > --- debian/patches/10_kstandarddirs.diff (revision 125) >> > +++ debian/patches/10_kstandarddirs.diff (working copy) >> > @@ -6,7 +6,7 @@ >> > candidates->append(path); >> >

Bug#227538: kdelibs: mixed results on 3.2.2

2004-06-25 Thread Itai Seggev
> > === > > --- debian/patches/10_kstandarddirs.diff(revision 125) > > +++ debian/patches/10_kstandarddirs.diff(working copy) > > @@ -6,7 +6,7 @@ > > candidates->append(path); > > } >

Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-05 Thread Chris Cheney
On Wed, May 05, 2004 at 05:49:31PM +0200, Dominique Devriese wrote: > Chris, it's all your fault ;p > > Ok to commit ? > > Index: debian/patches/10_kstandarddirs.diff > === > --- debian/patches/10_kstandarddirs.diff (revision 125

Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-05 Thread Dominique Devriese
package kdelibs tags 227538 +patch thanks Chris Cheney writes: > On Tue, May 04, 2004 at 04:19:00PM -0700, Itai Seggev wrote: >> The problem bug is a real bug and not a result of upgrading. I a >> fresh install with the new sarge installer beta 4, and the problem >> persisted. I also have discov

Processed: Re: Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > package kdelibs Ignoring bugs not assigned to: kdelibs > tags 227538 +patch Bug#227538: kdelibs: styles system++ and systemalt disappeared Tags were: upstream Tags added: patch > thanks Stopping processing here. Please contact me if you need assistan

Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-04 Thread Chris Cheney
On Tue, May 04, 2004 at 04:19:00PM -0700, Itai Seggev wrote: > The problem bug is a real bug and not a result of upgrading. I a fresh > install with the new sarge installer beta 4, and the problem > persisted. I also have discovered why this problem manifested in > 3.1.4-3. The binary packages sear

Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-04 Thread Chris Cheney
On Tue, May 04, 2004 at 04:19:00PM -0700, Itai Seggev wrote: > The problem bug is a real bug and not a result of upgrading. I a fresh > install with the new sarge installer beta 4, and the problem > persisted. I also have discovered why this problem manifested in > 3.1.4-3. The binary packages sear

Bug#227538: kdelibs: mixed results on 3.2.2

2004-05-04 Thread Itai Seggev
The problem bug is a real bug and not a result of upgrading. I a fresh install with the new sarge installer beta 4, and the problem persisted. I also have discovered why this problem manifested in 3.1.4-3. The binary packages search /etc/qt3/ and /usr/share/config for config files. Up to (and inclu

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-19 Thread Itai Seggev
On Mon, Apr 19, 2004 at 12:46:38PM -0700, Itai Seggev wrote: > On Mon, Apr 19, 2004 at 01:24:29PM +0200, Dominique Devriese wrote: > > The reason System, along with Marble, System-Alt, and RiscOS went > missing is that KDE is failing to to find the config files. I've > attached and strace of open

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-19 Thread Dominique Devriese
Itai Seggev writes: > On Sat, Apr 17, 2004 at 10:52:27PM +0200, Dominique Devriese wrote: >> Itai Seggev writes: >> >> > OK, so this is the only place in the source where the error >> > message appears: >> >> >QStringList keys() const >> > { >> > QSettings cfg; >> > KStyleD

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-18 Thread Itai Seggev
On Sat, Apr 17, 2004 at 10:52:27PM +0200, Dominique Devriese wrote: > Itai Seggev writes: > > > OK, so this is the only place in the source where the error message > > appears: > > >QStringList keys() const > > { > > QSettings cfg; > > KStyleDirs::dirs()->addToSearch( "con

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-17 Thread Dominique Devriese
Itai Seggev writes: > OK, so this is the only place in the source where the error message > appears: >QStringList keys() const > { > QSettings cfg; > KStyleDirs::dirs()->addToSearch( "config", cfg ); > QStringList keys; bool ok; > keys = cfg.readListEntry

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-17 Thread Itai Seggev
OK, so this is the only place in the source where the error message appears: QStringList keys() const { QSettings cfg; KStyleDirs::dirs()->addToSearch( "config", cfg ); QStringList keys; bool ok; keys = cfg.readListEntry( "/kthemestyle/themes", &ok)

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-16 Thread Itai Seggev
On Fri, Apr 16, 2004 at 06:20:17PM -0500, Chris Cheney wrote: > On the system that it works I bet you have some old libraries laying > around somewhere. As far as I can tell the problem is that basicstyle > was removed long ago and so the themes that are missing shouldn't > exist at all. Can you ch

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-16 Thread Chris Cheney
On Fri, Apr 16, 2004 at 02:55:30PM -0700, Itai Seggev wrote: > OK, so I upgraded the machine on which I had installed the debian > sources over the binary package from 3.2.1-1 to 3.2.2-1. The bug did > not reappear. Buoyed by this result, I upgraded my other machine, > which had been held back to 3

Bug#227538: kdelibs: mixed results on 3.2.2

2004-04-16 Thread Itai Seggev
OK, so I upgraded the machine on which I had installed the debian sources over the binary package from 3.2.1-1 to 3.2.2-1. The bug did not reappear. Buoyed by this result, I upgraded my other machine, which had been held back to 3.1.4-2 (the last version in the bug was not observed), to 3.2.2-1, bu