Bug 410395 (Cherkah) - KRecentDocuments should use data from KActivitiesStats
Summary: KRecentDocuments should use data from KActivitiesStats
Status: CONFIRMED
Alias: Cherkah
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-30 13:01 UTC by Cherkah
Modified: 2019-10-14 06:34 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cherkah 2019-07-30 13:01:48 UTC
SUMMARY

 when the app is pinned/attached in the task bar the historic is not the same as this one show when you click on "recently open" in the app.

STEPS TO REPRODUCE
- Open file "a", "b", "c", and "d"
- Close kate
- Open kate
- Use "Previous Document" in the app
- Close kate
- Pinned kate in the task bar
- left click on the icon to see what are the previous document that shown

OBSERVED RESULT 
the left click in the icon show result not actualized

EXPECTED RESULT
synchronization on live for the Previous Document/historic


Système d'exploitation : Debian GNU/Linux 
Version de KDE Plasma : 5.14.5
Version de Qt : 5.11.3
Version de KDE Frameworks : 5.54.0
Version de noyau : 4.19.0-5-amd64
Type de système d'exploitation : 64-bit

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2019-08-05 03:19:46 UTC
Yeah, they use different backends. We're trying to move everything towards using the Kactivities backend (and then only having one backend to maintain). Moving to KIO where the KRecentDocuments stuff lives.
Comment 2 Cherkah 2019-08-08 19:07:33 UTC
(In reply to Nate Graham from comment #1)
> Yeah, they use different backends. We're trying to move everything towards
> using the Kactivities backend (and then only having one backend to
> maintain). Moving to KIO where the KRecentDocuments stuff lives.

ok thanks
Comment 3 Méven Car 2019-10-14 06:34:07 UTC
At the moment the KActivity backend works only on Plasma.
Until this changes, we will keep KRecentDocument as is.
So it boils down to making KActivity cross-platform and desktop environment independent.