Re: Problems with KService/KBuildSycoca in Comic Dataengine

2011-07-27 Thread Matthias Fuchs
Am 25.07.2011 19:17, schrieb Aaron J. Seigo: > On Monday, July 25, 2011 17:34:05 Matthias Fuchs wrote: >> plasmapkg -t comic -u %f&& kbuildsycoca4 > > that could well be a reasonable short term solution. > > another would be to patch Package::installPackage to call recreate() via dbus > when a pac

Re: Problems with KService/KBuildSycoca in Comic Dataengine

2011-07-25 Thread Aaron J. Seigo
On Monday, July 25, 2011 17:34:05 Matthias Fuchs wrote: > plasmapkg -t comic -u %f && kbuildsycoca4 that could well be a reasonable short term solution. another would be to patch Package::installPackage to call recreate() via dbus when a package is installed. does the attached patch to libplasm

Re: Problems with KService/KBuildSycoca in Comic Dataengine

2011-07-25 Thread Matthias Fuchs
Am 25.07.2011 10:59, schrieb Aaron J. Seigo: > On Sunday, July 24, 2011 12:35:05 Matthias Fuchs wrote: >> Both have to do with KServiceTypeTrader > > it's probably kbuildsycoca and kded, not KSTT. Yes indeed. > when a comic is installed or removed, kbuildsycoca4 must be run; this will > automati

Re: Problems with KService/KBuildSycoca in Comic Dataengine

2011-07-25 Thread Aaron J. Seigo
On Sunday, July 24, 2011 12:35:05 Matthias Fuchs wrote: > Both have to do with KServiceTypeTrader it's probably kbuildsycoca and kded, not KSTT. when a comic is installed or removed, kbuildsycoca4 must be run; this will automatically happen after some delay as kded4 watches the contents. a run

Problems with KService/KBuildSycoca in Comic Dataengine

2011-07-24 Thread Matthias Fuchs
Hi, The comic dataengine has some [1] problems with sycoca for quite some time. That means that sometimes (not reproduceable on every machine and not always reproduceable) newly installed comic plugins do not show up or removed comic plugins still show up. Both have to do with KServiceTypeTrade