Re: Debug messages

2013-12-12 Thread Thomas Lübking
On Donnerstag, 12. Dezember 2013 22:40:25 CEST, Luis Felipe Dominguez Vega Thomas Lübking i just do that, but the file never write to the path that i > write in kdebugdialog. Ok, looking at it - akonadi has like a bazillion entries there and you'd likely have to alter all of them and for

Re: Debug messages

2013-12-12 Thread Luis Felipe Dominguez Vega
Ye wuau, restarting Akonadi from shell was my solution, thanks Kevin Krammer and all other people from this Community (well is the most active comunnity that i known) Thomas Lübking i just do that, but the file never write to the path that i write in kdebugdialog. -

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Ignacio Serantes
On Thu, Dec 12, 2013 at 9:01 PM, Alexander Neundorf wrote: > On Thursday 12 December 2013, Ignacio Serantes wrote: > > Welcome Baloo, > > > > New suggestions about development direction to avoid some problems > related > > to Nepomuk: > > > > 1) Baloo must work as a service to share information wi

Re: Debug messages

2013-12-12 Thread Thomas Lübking
Am Donnerstag, 12. Dezember 2013 schrieb Kevin Krammer : > > That will get all Akonadi output, including that of resources, in that shell. > You can then use kdebugdialog to turn on/off whatever you want. or you run "kdebugdialog --fullmode" and log messages to a dedicated file which you then also

Re: Debug messages

2013-12-12 Thread Kevin Krammer
On Wednesday, 2013-12-11, 11:12:51, Luis Felipe Dominguez Vega wrote: > How I can see the "kDebug()" Messages from an Akonadi Resource Plugin??? The best way to get log output from Akonadi processes it to restart Akonadi from a shell/terminal. akonadictl restart That will get all Akonadi output

Re: Dissertation project

2013-12-12 Thread Kevin Krammer
Hi, On Tuesday, 2013-12-10, 22:03:29, Ovidiu-Florin Bogdan wrote: > Hello world, > > Me and my fiancée are students for a masters degree in Software Engineering > and we need to find projects for our dissertations. > > We really want our projects to be something useful and to be a part of KDE.

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Alexander Neundorf
On Thursday 12 December 2013, Ignacio Serantes wrote: > Welcome Baloo, > > New suggestions about development direction to avoid some problems related > to Nepomuk: > > 1) Baloo must work as a service to share information with other users and > minimize resources consumption. With Nepomuk a login

Re: Problems when Compiling Muon

2013-12-12 Thread Aleix Pol
On Thu, Dec 12, 2013 at 2:51 AM, Volkan Gezer wrote: > Hello, > > I am trying to compile muon from source, but I am receiving the following > error: > > > /home/volkan/Belgeler/muon/b/libmuon/backends/ApplicationBackend/../../../../libmuon/backends/ApplicationBackend/Application.h:56:13: > error:

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-12 Thread Kevin Funk
Am Donnerstag, 12. Dezember 2013, 11:27:07 schrieb Frank Reininghaus: > Hi, > > 2013/12/11 Kevin Funk: > [...] > > >> > > Just using K_GLOBAL_STATIC for the KZoneAllocator instance doesn't > >> > > help > >> > > either. I get the same destruction order + crash with that on > >> > > Windows. > >>

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Ignacio Serantes
Welcome Baloo, New suggestions about development direction to avoid some problems related to Nepomuk: 1) Baloo must work as a service to share information with other users and minimize resources consumption. With Nepomuk a login is required and in multiuser environment this is a problem. 2) Data

Nepomuk in 4.13 and beyond

2013-12-12 Thread Vishesh Handa
Hey everyone During the KDE 4.11 cycle Nepomuk reached a maturity level that we were happy with, it is reasonably fast, stable, and unless used together with Akonadi it is no longer the "CPU consumer" it was before. We reached this state after years of analyzing what was wrong and what could b

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-12 Thread Frank Reininghaus
Hi, 2013/12/11 Kevin Funk: [...] >> > > Just using K_GLOBAL_STATIC for the KZoneAllocator instance doesn't help >> > > either. I get the same destruction order + crash with that on Windows. >> > > >> > > Dynamic allocation inside KCompTreeNode doesn't work either, because >> > > KZoneAllocator nee