https://bugs.kde.org/show_bug.cgi?id=456046
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CONFIRMED --- Comment #3 from Méven Car <meve...@gmail.com> --- Since 5.94 KDE Application history is shared with GTK Application (a file opened in gwenview, will be seen in recent files in Gimp for instance) (In reply to Nate Graham from comment #1) > I suspect our recent change to integrate it might be accidentally deleting > the GTK-sourced data, or triggering a pre-existing bug in it. Looping in > Méven who worked on this. I am pretty sure, that's it. This depends on which GTK applications, you use. Vlc does not cause any issue. I can confirm this issue with Gimp. The dolphin and other kde apps write into recentlyused.xbel, I made sure to comply with the GTK implementation, but I noticed that whenever the format of the file does not comply exactly with their expectations, GTk implementations wipe the file clean before writing into it. There is one for time formats already, Gtk expects nano-second time precision, but Qt supports only milliseconds, so I add 000 at the end of the seconds to match Gtk expectation. I made a fix for the indentation : https://invent.kde.org/frameworks/kio/-/merge_requests/880 And it works at least with Gimp. -- You are receiving this mail because: You are watching all bug changes.