Bug 1872482 Comment 21 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR
1. Run `firefox --backgroundtask defaultagent do-task asdf`.
2. Delete `%appdata%/Mozilla/Firefox/Background Task Profiles/[hash].MozillaBackgroundTask-[progid]-defaultagent`.
3. Run `firefox --backgroundtask defaultagent do-task asdf`.

Expectation:
Background task runs, recreating it's profile.

Actual:
"Could not determine any profile running in backgroundtask mode!" message box appears.
STR
1. Run `firefox --backgroundtask defaultagent do-task asdf`.
2. Delete `%appdata%/Mozilla/Firefox/Background Task Profiles/[hash].MozillaBackgroundTask-[progid]-defaultagent`.
3. Run `firefox --backgroundtask defaultagent do-task asdf`.

Expectation:
Background task runs, recreating it's profile.

Actual:
"Could not determine any profile running in backgroundtask mode!" message box appears.

Note:
Deleting the related entry from `[BackgroundTasksProfiles]` in profiles.ini fixes the issue.

Back to Bug 1872482 Comment 21