You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running extensions in both Chrome and Firefox still leaves temporary directories. This happens despite web-ext logging that it cleans up some temp directory on exit in verbose mode. (The directory logged is indeed missing, but others remain.)
Yes, the tmp-web-ext folders are from Firefox runs. I just tried again with the latest version of Firefox and got two new folders with names like "Temp-075a8052-2cd9-4460-8ac9-13e76c3aa77e". Plus there are a bunch of "rust_mozprofile.pspDgJWpvtWe" folders too, also probably from Firefox. These are all in /tmp. It's possible some of these are not from web-ext, but I'm sure a lot of them are.
Is this a feature request or a bug?
Bug
What is the current behavior?
Running extensions in both Chrome and Firefox still leaves temporary directories. This happens despite
web-ext
logging that it cleans up some temp directory on exit in verbose mode. (The directory logged is indeed missing, but others remain.)Here are some recent leftover folders in
/tmp/
:The "lighthouse", "Chrome" and "vxRzd7e"-like folders come from Chrome, I think. "tmp-web-ext" folders are from Firefox.
"lighthouse" folders in particular seem to sometimes grow to hundreds of megabytes in size when a
web-ext run
session is left running for days.Versions
web-ext 5.0.0
Various versions (both latest and older) of Firefox and Chrome.
The text was updated successfully, but these errors were encountered: