[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#227538: kdelibs: mixed results on 3.2.2



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);
        if ( !ok )
            qWarning( "KThemeStyle cache seems corrupt!\n" ); //Too
        bad one can
't i18n this :-(

        return keys;
    }

This code is the same in both debian and pristine sources (which I
guess makes sense, given the recompiling the debian sources fixes the
problem). It's not entirely clear to me how this code actually ever
works, but apparently it does. However, I'm no closer to figuring out
why I'm getting this message. (Perhaps this is only the result of an
upgrade? If I get the chance, I'll try install the pacakges on a
pristine partition and see what happens).

--
Itai

Itai Seggev, University of Chicago, Department of Physics
Co-coordinator, Carmel Project (http://linbrew.sourceforge.net/carmel)

In 1997 a group of programmers started writing a desktop environment
to fix a travesty they didn't create.  Their program promptly found
its way onto un*x systems everywhere. Today, still opposed by a
software monopolist, they survive as soldiers of fortune.  If you share
their vision, if you know you can help, and if you can connect to
internet, maybe you can join... the K-Team.



Reply to: