Re: [Kde-pim] Fwd: Re: KDE 4.4.98 (4.4 RC3)

2010-02-06 Thread Ingo Klöcker
On Friday 05 February 2010, Thomas McGuire wrote:
 Hi,
 
 On Thursday 04 February 2010 21:58:46 Sebastian Kügler wrote:
  On Monday 01 February 2010 14:29:52 Arkadiusz Miskiewicz wrote:
   https://bugs.kde.org/show_bug.cgi?id=211128
   https://bugs.kde.org/show_bug.cgi?id=96

Bug 96 exists as long as Kontact exists, i.e. since KDE 
3.something.


  On Thursday 04 February 2010 19:33:25 Dirk Mueller wrote:
   both seem to be present in 4.4.0 as well. does anyone know which
   commits introduced those bugs?
  
  PIMsters, any idea?
 
 I commented on both bugs. While they might be annoying, they are
 hardly hat important and IMHO don't warrant posting to the
 release-team mailing list.

FWIW, I fully agree with Thomas's assessment.


Regards,
Ingo


signature.asc
Description: This is a digitally signed message part.
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: [Nepomuk] kde-4.4, virtuoso-6.1.0, and virtuosoconverter

2010-02-06 Thread Sebastian Trueg
the big problem is that I cannot reproduce this error.
Even without the patch queries work...
I need to look into that when I am back from the FOSDEM.

Cheers,
Sebastian

 Hey Sebastian,

 On Friday 05 February 2010 09:10:36 Sebastian Trueg wrote:
 Please try the attached patch in
 kdebase/runtime/nepomuk/services/storage.
 And if it helps, please apply as I am in the train all day.
 Starting nepomuk will take a long time probably since the whole index
 needs to be rebuilt.

 That doesn't seem to help. (I've only rebuilt/installed that particular
 directory.)
 The error is apparently the same still. I've attached an updated log from
 my
 nepomukserver (gave it some time to start up, the initial CPU load had
 definitely
 settled).

 I'll be on IRC all day and tonight, you can catch me there (or by email,
 of course).

 Sebastian Trueg wrote:
  yeah... damn, apparently the text index is not enabled by default
  anymore. Still was in 6.0.x snapshots I had.
  This is fixed with a simple patch to the storage service though.
  Maybe we need to port that back to the 4.4.0 tag, too.

 Thanks,
 --
 sebas

 http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9



___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: [Kde-pim] Fwd: Re: KDE 4.4.98 (4.4 RC3)

2010-02-06 Thread Eike Hein
On 2/6/2010 2:54 AM, Sebastian Kügler wrote:
 Alright, suppose those are not blockers then. Thanks for having a look at it 
 (both).

I have just flagged another bug as a release blocker,
with Thiago's blessing:

https://bugs.kde.org/show_bug.cgi?id=199485

The short version is that we have to add some payload
screening to KNotify to avoid a nasty crash until the
issue is tackled in either Qt (not until 4.6.3 at the
earliest) or D-Bus (who knows).


-- 
Best regards,
Eike Hein
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: [Nepomuk] kde-4.4, virtuoso-6.1.0, and virtuosoconverter

2010-02-06 Thread Sebastian Kügler
Hey,

On Saturday 06 February 2010 15:11:24 Sebastian Trueg wrote:
 the big problem is that I cannot reproduce this error.
 Even without the patch queries work...
 I need to look into that when I am back from the FOSDEM.

I've re-run the converter (backups FTW!), and while the first query doesn't 
return 
anything, it now works as expected -- and is much faster as well. :)
-- 
sebas

 http://www.kde.org | http://vizZzion.org |  GPG Key ID: 9119 0EF9 


signature.asc
Description: This is a digitally signed message part.
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


branches/KDE/4.4/kdebase/runtime/nepomuk/services/storage

2010-02-06 Thread Sebastian Kügler
SVN commit 1086360 by sebas:

Always enable full-text indexing

CCMAIL:tr...@kde.org
CCMAIL:release-team@kde.org


 M  +3 -0  repository.cpp  


--- branches/KDE/4.4/kdebase/runtime/nepomuk/services/storage/repository.cpp 
#1086359:1086360
@@ -325,6 +325,9 @@
 // lower the minimum transaction log size to make sure the checkpoints are 
actually executed
 settings  Soprano::BackendSetting( MinAutoCheckpointSize, 20 );
 
+// alwyays index literals
+settings  Soprano::BackendSetting( fulltextindex, sync );
+
 return settings;
 }
 
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team