https://bugs.kde.org/show_bug.cgi?id=390875
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #7 from Alexander Lohnau <alexander.loh...@gmx.de> --- Without having any specific plan on how to implement this let me propose an alternative concept: When deleting an entry we move the file on disk to a temporary location and write in a variable that we can restore this entry. This variable in only in memory, meaning that when we restart the session we can't restore the entry. And whenever we start a new session we clean the temporary location. This way we make the behavior more predictable(the 60 seconds seem pretty random IMO) and ensure that the operation executed by the user gets applied. And we also avoid the case where a user is customizing and cleaning up the plasma config and thinks that they have all the time of the world to restore the entry. This can be even more confusing considering that the entry is not immediately removed from the KNS list of installed entries. This happened to me when I was really new to KDE ;-) -- You are receiving this mail because: You are watching all bug changes.