https://bugs.kde.org/show_bug.cgi?id=449563
--- Comment #7 from Alfonso Murolo <almur....@gmail.com> --- (In reply to Schlaefer from comment #0) > Created attachment 146230 [details] > System Settings most used shows same module twice > > SUMMARY > > The "Most Used Settings" shows same item twice. > > STEPS TO REPRODUCE > > 1. Open System Settings > 2. Have my setup and System Settings usage behavior > > OBSERVED RESULT > > "Display Configuration" is shown twice for me. > > See attached video. > > EXPECTED RESULT > > Display Configuration module should only be displayed once. > > SOFTWARE/OS VERSIONS > Operating System: EndeavourOS > KDE Plasma Version: 5.24.80 > KDE Frameworks Version: 5.91.0 > Qt Version: 5.15.2 > Kernel Version: 5.16.4-242-tkg-cacule (64-bit) > Graphics Platform: Wayland > Processors: 12 × 11th Gen Intel® Core™ i5-11400 @ 2.60GHz > Memory: 31,2 GiB of RAM > Graphics Processor: AMD Radeon RX 5500 XT (In reply to Alfonso Murolo from comment #6) > (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? I still can´t put my finger on this, but I am under the impression that this phenomenon is the result of the KActivities-stats database being notified differently over different KDE versions. @Schlaefer: did you update your KDE version before noticing this bug, by any chance? -- You are receiving this mail because: You are watching all bug changes.