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

Alfonso Murolo <almur....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |almur....@gmail.com

--- Comment #6 from Alfonso Murolo <almur....@gmail.com> ---
(In reply to Nate Graham from comment #3)
> Looks like the model data comes from KActivitiesStats; the duplicate data
> should probably ne filtered out there, not not even added in the first place.

Hi Nate, I am trying to investigate this behavior. The duplicate data comes
indeed from there. However, i believe the issue comes at insertion time.
Apparently, when the notification to KActivitiesStats happens, it happens in
such a way that the module ID sent is different. When accessing the last 20
characters of such module IDs from the statistics, I manage to get two
different results for the same item (plasmasearch):
kf.activitiesstats: Item:  ⊥ 26 "" 1648998245 "_lookandfeel.desktop"
kf.activitiesstats: Item:  ⊥ 14 "" 1648998547 "cm_baloofile.desktop"
kf.activitiesstats: Item:  ⊥ 11.4125 "" 1649527799 "kcm:kcm_plasmasearch"
kf.activitiesstats: Item:  ⊥ 7 "" 1648998547 "plasmasearch.desktop"
kf.activitiesstats: Item:  ⊥ 6 "" 1648998246 "cm:kcm_style.desktop"

Specifically, it seems sometimes the kcm_pasmasearch.desktop item is sent
without the .desktop extension, and some others with the extension. However,
now that I am trying to purposefully spawn something which notifies it with the
extension, I don´t seem to be able to. Any ideas what could be causing it?
Maybe some other project is notifying access to this KCM file incorrectly?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to