When I delete an add-on and restart NVDA, I though the folder would be fully deleted, so no temp directory.
But with all add-ons I tried to delete, after the first restart, I still have the tmpxxx.delete directory for each add-on.
This directory is only deleted after a second restart.
Is it the expected behavior?
I tried with an appModule which I didn't use before deleting, and with Pico I wasn't using at this moment.
The text was updated successfully, but these errors were encountered:
Comment 1 by jteh on 2014-12-05 05:15
This is due to an error in Addon.completeRemove. We're trying to rmtree the original path instead of the temp path.
Comment 3 by James Teh <jamie@... on 2015-01-09 02:56
In [911c426]:
When removing an add-on, the add-on directory is now correctly deleted after restarting NVDA. Previously, you had to restart twice.
Addon.completeRemove was trying to remove the original path instead of the temporary rename path.
Fixes #3461.
…d after restarting NVDA. Previously, you had to restart twice.
Addon.completeRemove was trying to remove the original path instead of the temporary rename path.
Fixes#3461.
Reported by PZajda on 2013-08-22 11:02
Hi,
When I delete an add-on and restart NVDA, I though the folder would be fully deleted, so no temp directory.
But with all add-ons I tried to delete, after the first restart, I still have the tmpxxx.delete directory for each add-on.
This directory is only deleted after a second restart.
Is it the expected behavior?
I tried with an appModule which I didn't use before deleting, and with Pico I wasn't using at this moment.
The text was updated successfully, but these errors were encountered: