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
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.
(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
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.