Firefox Profile Bloat: New UI Integration Snares Developers with SQLite Path Traps
The new Firefox Profile Manager embeds profile control directly into the main UI, a move many see as a usability upgrade over command-line management.
The divide cleaves sharply between user convenience and developer necessity. Some praise the UI enhancement, noting it moves profile switching beyond hidden parameters. However, core developers like pantherina hammer the system, asserting the toolbar profiles fail to interoperate with the legacy `about:profiles` switcher. Further, pantherina flags that the system's SQLite structure suggests mandatory path validation, effectively trapping profiles inside a single managed root and breaking custom tooling that expects external directory control.
The consensus confirms profiles are desired for local data isolation. Yet, the structural incompatibility—specifically the restriction on custom, external profile paths—is the critical flaw. The convenience gained by the average user is actively undermining the specialized workflow of power users and automated tooling.
Key Points
The new UI integration is a welcome usability improvement for general users.
Core_of_Arden and illusionist find the feature's placement inside the main UI a clear gain over requiring startup parameters.
The new profile manager creates non-interoperable systems.
pantherina states profiles made via the toolbar ignore the legacy `about:profiles` mechanism.
The system fundamentally breaks developer workflows.
pantherina argues stripping support for custom profile directories guts automated tooling, citing VS Code compatibility issues.
Path management appears artificially constrained.
pantherina discovered the SQLite database structure implies path validation, blocking manual specification of profile locations.
Profiles are useful for keeping data siloed.
sugar_in_your_tea confirms the core value remains the complete, local separation of history and bookmarks per instance.
Source Discussions (3)
This report was synthesized from the following Lemmy discussions, ranked by community score.