<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The new profile management system is fundamentally broken. Please fix it. in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119336#M46710</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Another thing that seems to have been overlooked is that in the old profile system, when you launched the browser with a new profile, a separate process was launched, and a separate icon appeared in the Windows taskbar, which is convenient if you need to switch between profiles.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The new profile system launches profiles from a single process, and they are grouped in the taskbar.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;This may have been intended, but it makes profile budgets pointless, since you only see the budget of the profile currently in use (I think if you're working in a profile, you know which profile you're currently in), and switching profiles requires more than just a single click.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2026 09:43:36 GMT</pubDate>
    <dc:creator>Daniel_G</dc:creator>
    <dc:date>2026-03-05T09:43:36Z</dc:date>
    <item>
      <title>The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/112812#M43565</link>
      <description>&lt;P&gt;I’m a software developer who switched to Firefox from Chromium about a year ago. I genuinely love Firefox, both as a developer and as an everyday user, and I appreciate the work that goes into it. That said, the new profile management system is fundamentally broken. I've never posted here before, but thought it was important because multiple developers I’ve spoken with have independently run into the same problems without any prompting from me. One of them also pointed out that it's issues like this that ultimately influence whether Firefox is seriously considered for broader adoption.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The core of the issue is that Firefox now has two profile systems with overlapping goals and zero interoperability. Profiles created via the new toolbar-based profile manager are not compatible with those created in about:profiles or the -P switcher, and profiles created via the legacy system do not appear in the new manager. They coexist, but they do not communicate.&lt;/P&gt;&lt;P&gt;For power users, this is especially frustrating. The old profile manager allowed profiles to live in custom directories and could be manipulated through profiles.ini,&amp;nbsp;command-line flags, etc. But, instead of extending the existing system, Firefox for some reason introduced a parallel one with fewer configuration options and no supported way to reconcile the two.&lt;/P&gt;&lt;P&gt;Developers, however, are affected the most. As I'm sure the developers here know, a typical workflow involves multiple isolated Firefox profiles, each with different extensions, preferences, and devtools settings, stored in predictable custom directories so they can be launched from VS Code or other editors. It is also common to open development profiles side by side with normal browsing profiles for instant visual comparison. Whereas the old system supports all of this, the new system does not.&lt;/P&gt;&lt;P&gt;What makes this particularly frustrating is that I can almost make it work, but it appears Firefox engineers intentionally designed it not to. The new profile manager uses an SQLite database under the&amp;nbsp;"Profile Groups" directory. I was able to manually import legacy profiles by inserting rows into the Profiles table, for example:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;INSERT INTO "Profiles" VALUES (
  4,
  'Profiles\qnx7k4eh.test',
  'profile',
  'briefcase',
  'firefox-compact-dark@mozilla.org',
  'rgb(251, 251, 254)',
  'rgb(43,42,51)'
);&lt;/LI-CODE&gt;&lt;P&gt;At first glance, it works. Profiles created with the old system show up in the new manager, it bypasses the issues with profiles.ini, etc. However, it only works if the profile lives under Firefox’s default profile directory. As soon as the profile exists in a custom path, the new manager refuses to recognize it. Absolute paths and relative traversal paths fail. The database even stores external paths in traversal form like "..\..\..\..\custom\path\profile.default," which strongly suggests the path field is validated and constrained to remain inside a managed root.&lt;/P&gt;&lt;P&gt;This is where the design completely loses me. The new system appears to intentionally restrict all profiles to a single directory with no supported override. The single most important feature for power users, choosing where their data lives, was deliberately removed.&lt;/P&gt;&lt;P&gt;Developer Edition makes this worse. The new profile manager forces Developer Edition and Stable to share the same default profile root unless you use the old profile manager. Users cannot cleanly separate everyday browsing profiles from development profiles unless they commit to using two different, incompatible profile management systems. Firefox developers, of all people, should have anticipated that users running Developer Edition do not want profiles mixed with daily browsing, expect separate or at least configurable roots, and are more likely to need automation and custom directory layouts.&lt;/P&gt;&lt;P&gt;The only partial workaround I have found is using a directory junction.&amp;nbsp;This preserves compatibility with the new manager while allowing a custom directory layout, but it only works on NTFS. If you need cross-platform portability, for example a profile on an exFAT drive shared between Windows and Linux, you're still out of luck.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;This is not a case where Firefox made a tradeoff to serve one group at the expense of another. If there were a fundamental conflict between a simple system for casual users and a flexible system for developers, that would be understandable. But introducing a new profile management system that cannot see profiles created by the existing one, does not interoperate with -P or about:profiles, cannot support custom directories, and actively blocks common developer workflows makes no sense. Users are forced to choose between control and convenience, and developers get neither.&lt;BR /&gt;&lt;BR /&gt;I'm hoping someone here with more insight can shed light on why Firefox chose to implement it the way they did and if there is any plan to unify the legacy and new systems, or allow custom profile paths in the new manager.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Dec 2025 08:31:13 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/112812#M43565</guid>
      <dc:creator>daddiofadio</dc:creator>
      <dc:date>2025-12-14T08:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115096#M44893</link>
      <description>&lt;P&gt;What's also annoying is when trying to modify or delete a profile from the new profile manager window, it launches that profile and makes you change the settings (or delete it) from inside it, instead of just letting you modify&amp;nbsp;it directly&amp;nbsp;from that window. And for some reason,&amp;nbsp;when you import the old profiles into the new system by modifying the SQLite, those special pages like&amp;nbsp;about:deleteprofile or&amp;nbsp;about:editprofile simply do not work in those profiles and just show blank pages, even when they have the new profile manager feature flags enabled in about:config. What's worse is if I or some external force manages to delete that profile from my file system manually, it'll still show up in the manager. And when you attempt to launch it, it just creates a new blank profile with those pages still broken! I'm honestly baffled as to what's going on here.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dwhaley720_0-1767566593350.png" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/13407i1C38A8EA3DCDAACF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="dwhaley720_0-1767566593350.png" alt="dwhaley720_0-1767566593350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2026 22:53:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115096#M44893</guid>
      <dc:creator>dwhaley720</dc:creator>
      <dc:date>2026-01-04T22:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115503#M45100</link>
      <description>&lt;P&gt;Yes, I have run into all of the issues you describe as well, and I continue to see new, related posts on a regular basis.&lt;/P&gt;&lt;P&gt;I was specifically directed to post here by other developers in different Mozilla communities, which suggested this would be the best place for developers to respond. Hopefully, at some point, a Mozilla developer can provide at least a brief acknowledgment of this post and any possible workarounds. In the meantime, I have effectively given up on the new profile manager and am using the legacy manager exclusively.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 10:44:48 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115503#M45100</guid>
      <dc:creator>daddiofadio</dc:creator>
      <dc:date>2026-01-09T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115525#M45110</link>
      <description>&lt;P&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/97922"&gt;@daddiofadio&lt;/a&gt;&amp;nbsp;Hey, thanks so much for reaching out here! I led work on the new profiles UI and replied to your post on r/firefox, but over the winter holiday break I discovered I had been shadowbanned. I hadn't seen your comment here, but Jon (the community manager) just pinged me with the link. All of this to say - sorry I haven't replied sooner, and thanks for being such a passionate Firefox user. I recognize it took a lot of time and energy to write out your questions and concerns in this level of detail.&lt;/P&gt;
&lt;P&gt;I want to address some of the high-level concerns first, and then I'll address your specific questions in more detail.&lt;/P&gt;
&lt;P&gt;First and foremost - the new multiple profiles UI is not replacing the existing profiles system. It's a more user-friendly addition that preserves backwards compatibility. We are keeping the existing toolkit profile service code in place to support existing power user, QA tester, etc. workflows. The relationship between the existing toolkit profile service and the new selectable profile service (naming things is hard...) is somewhat complex because we are ensuring backwards compatibility with prior versions of Firefox, and we didn't want to risk regressing startup time by making major changes to the early startup-time C++ code.&lt;/P&gt;
&lt;P&gt;Second, you've bumped into some bugs in the implementation that we're currently working to fix. In particular, the bug to allow absolute paths for selectable profiles is just landing today (&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1994700," target="_blank" rel="noopener"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1994700).&amp;nbsp;&lt;/A&gt;There's also a bug in flight (&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1996240" target="_blank" rel="noopener"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1996240&lt;/A&gt;) to add a "migrate" button to each profile entry in about:profiles so that you can easily merge existing toolkit profiles into a selectable profile group. I'm between meetings but will add some bug numbers in a bit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately I'm running to another meeting right this minute, but I'll add more of a response later today. In the meantime, you can read more about the profile system here:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://firefox-source-docs.mozilla.org/toolkit/profile/" target="_blank" rel="noopener"&gt;https://firefox-source-docs.mozilla.org/toolkit/profile/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://firefox-source-docs.mozilla.org/toolkit/profile/changes.html" target="_blank"&gt;https://firefox-source-docs.mozilla.org/toolkit/profile/changes.html&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 09 Jan 2026 21:19:51 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115525#M45110</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-01-09T21:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115555#M45123</link>
      <description>&lt;P&gt;OK, finally have a minute to respond more directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/97922"&gt;@daddiofadio&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I’m a software developer who switched to Firefox from Chromium about a year ago. I genuinely love Firefox, both as a developer and as an everyday user, and I appreciate the work that goes into it.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thanks!&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The core of the issue is that Firefox now has two profile systems with overlapping goals and zero interoperability. Profiles created via the new toolbar-based profile manager are not compatible with those created in about:profiles or the -P switcher, and profiles created via the legacy system do not appear in the new manager. They coexist, but they do not communicate.&lt;/P&gt;
&lt;P&gt;For power users, this is especially frustrating. The old profile manager allowed profiles to live in custom directories and could be manipulated through profiles.ini,&amp;nbsp;command-line flags, etc. But, instead of extending the existing system, Firefox for some reason introduced a parallel one with fewer configuration options and no supported way to reconcile the two.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;(snip)&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;This is where the design completely loses me. The new system appears to intentionally restrict all profiles to a single directory with no supported override. The single most important feature for power users, choosing where their data lives, was deliberately removed.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As I mentioned in my earlier reply, this wasn't a deliberate decision, it's just a bug, and it's been fixed in Nightly 148, which will ship to the release channel audience in late February.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;This is not a case where Firefox made a tradeoff to serve one group at the expense of another. If there were a fundamental conflict between a simple system for casual users and a flexible system for developers, that would be understandable. But introducing a new profile management system that cannot see profiles created by the existing one, does not interoperate with -P or about:profiles, cannot support custom directories, and actively blocks common developer workflows makes no sense. Users are forced to choose between control and convenience, and developers get neither.&lt;BR /&gt;&lt;BR /&gt;I'm hoping someone here with more insight can shed light on why Firefox chose to implement it the way they did and if there is any plan to unify the legacy and new systems, or allow custom profile paths in the new manager.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is a fundamental conflict between the old ToolkitProfileService (which powers about:profiles and uses the profiles.ini file) and the new SelectableProfileService (which powers the new Profiles menus and stores its data in SQLite), and it turns on the need for concurrent access to profiles data.&lt;/P&gt;
&lt;P&gt;Consider the product requirement that the list of profiles shown in the Profiles menu needs to be consistent across multiple instances of Firefox running at the same time, even if, for example, one of the profiles has just had its name changed. To satisfy this requirement, we can't use a file-based datastore like profiles.ini, we need a datastore that supports concurrency.&amp;nbsp;SQLite is the natural choice: it supports multiple reader / single writer semantics through &lt;A href="https://sqlite.org/wal.html" target="_self"&gt;WAL mode&lt;/A&gt;, and it's already available for us to use internally in Firefox.&lt;/P&gt;
&lt;P&gt;On the other hand, we couldn't simply get rid of profiles.ini and move everything into a SQLite database, because we wanted to avoid breaking existing power user workflows, preserve backwards compatibility with earlier versions of Firefox, and avoid regressing startup performance. So we do still need to keep some data in profiles.ini, and we need to continue to use the ToolkitProfileService to select a profile at startup.&lt;/P&gt;
&lt;P&gt;-----&lt;/P&gt;
&lt;P&gt;It's getting a bit late here, so I'll probably stop at this point. But for folks on the thread, what else do you find confusing about the relationship between the new and old profiles systems? What would you like to be able to do, either at the command line or in the UI, that you can't currently do? I'm happy to take suggestions here or in bugzilla bugs (you can file a bug &lt;A href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Toolkit&amp;amp;component=Startup%20and%20Profile%20System" target="_self"&gt;here&lt;/A&gt;). The team working on profiles has been reassigned to other projects, but we can still carve out time to fix bugs and make changes to better support power users.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2026 07:18:18 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/115555#M45123</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-01-10T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/116853#M45598</link>
      <description>&lt;P&gt;Update: the fix for custom profile locations will ship next month in firefox 148:&amp;nbsp;&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1994700" target="_blank" rel="noopener"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1994700&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will hit release in late February:&amp;nbsp;&lt;A href="https://whattrainisitnow.com/release/?version=148" target="_blank"&gt;https://whattrainisitnow.com/release/?version=148&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 00:47:29 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/116853#M45598</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-01-28T00:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117165#M45740</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/10189"&gt;@jhirsch&lt;/a&gt; !&lt;BR /&gt;&lt;BR /&gt;I just wanted to say thank for taking the time to give technical explanations to the current design choices (constraints mostly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even though I know deep down that some frustrating design choices have underlying technical constraints, it really helps psychologically to hear about what those constraints were.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish firefox's communication was better on this front but I guess devs don't have the time to make writeups and communicants don't reallly understand technical choices ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really hope that the work of fusing the old profile system into the new one gets done even though it seems the people working on it have moved on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not the subject of this thread but is the problem of custom-search-keywords-as-bookmarks and the custom-search-keywords-as-search-string-in-the-settings of the same nature ? A file based system vs. a sqlite based newer system ?&lt;/P&gt;&lt;P&gt;It's be really nice if the former were synced like bookmarks are...&lt;/P&gt;&lt;P&gt;Anyways, hope to read you again in the future&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 13:03:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117165#M45740</guid>
      <dc:creator>cassepipe</dc:creator>
      <dc:date>2026-02-02T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117534#M45913</link>
      <description>&lt;P&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/10189"&gt;@jhirsch&lt;/a&gt;, thank you for taking the time to explain the differences and changes.&lt;/P&gt;&lt;P data-unlink="true"&gt;I’m a maintainer of the&amp;nbsp;&lt;A href="https://gitlab.com/hook/activity-aware-firefox" target="_self"&gt;Activity-aware Firefox&lt;/A&gt;&amp;nbsp;wrapper, in which we (ab)use Firefox Profiles to force Firefox to follow KDE Plasma’s Activities – i.e. that each Plasma Activity gets assigned a Firefox Profile. It is a hack, that ideally would not be needed, but several people rely on it to the extent it’s packaged in some Linux distros too.&lt;/P&gt;&lt;P data-unlink="true"&gt;I’m happy to hear that the “old” profiles are here to stay.&lt;/P&gt;&lt;P data-unlink="true"&gt;At the very least we rely on _creating_ and _removing profiles_ through the CLI, as well as _copying some profile contents_ from the default/template profile to a newly created one.&lt;/P&gt;&lt;P data-unlink="true"&gt;Looking forward to learning how our use case can be improved – or better yet, our hack be made obsolete!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 21:27:26 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117534#M45913</guid>
      <dc:creator>hook</dc:creator>
      <dc:date>2026-02-06T21:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117657#M45958</link>
      <description>&lt;P&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/82078"&gt;@hook&lt;/a&gt;&amp;nbsp;Thanks for reaching out! If you'd like to discuss your use cases and possible suggestions on command-line options that would allow you to more easily map profiles in a profile group onto a set of KDE Activities, please join us in the Firefox Profile Management channel on Mozilla Matrix. I've only read a little bit about Activities, but we do have many of the features I think you'd want, such as making a new copy of any profile in the current profile group (currently only exposed in the Profiles section in about:preferences). If Matrix doesn't work, the Mozilla Discourse instance should be cleaned up and ready for new discussions in the next few weeks. (Discourse is a better fit than Connect for more technical discussions.) Let me know which option sounds better and we can continue the conversation elsewhere. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 06:07:49 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117657#M45958</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-02-09T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117658#M45959</link>
      <description>&lt;P&gt;Hi there - thanks for your feedback. I'm glad my explanation and our developer-facing docs are at least a little bit helpful.&lt;/P&gt;
&lt;P&gt;Note that we do not plan to ever remove the legacy toolkit profiles system (built around profiles.ini). This code is very performant and reliable C++ that is used to select a profile at startup, and we also want to ensure backwards reliability with older versions of Firefox. Finally, as we've seen in this thread, many power users have workflows built around the existing command-line options or even directly editing profiles.ini.&lt;/P&gt;
&lt;P&gt;I do think it would be good to (1) write a better power-user explanation of how the two profiles management systems fit together, and (2) expose better tools for power users to manipulate profile groups, perhaps at the command line. I'll be working on this as a background task for the foreseeable future, along with a badly overdue series of blog posts describing the internals for the curious &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 06:16:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/117658#M45959</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-02-09T06:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119336#M46710</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Another thing that seems to have been overlooked is that in the old profile system, when you launched the browser with a new profile, a separate process was launched, and a separate icon appeared in the Windows taskbar, which is convenient if you need to switch between profiles.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The new profile system launches profiles from a single process, and they are grouped in the taskbar.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;This may have been intended, but it makes profile budgets pointless, since you only see the budget of the profile currently in use (I think if you're working in a profile, you know which profile you're currently in), and switching profiles requires more than just a single click.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 09:43:36 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119336#M46710</guid>
      <dc:creator>Daniel_G</dc:creator>
      <dc:date>2026-03-05T09:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119369#M46722</link>
      <description>&lt;P&gt;Thanks for your feedback. In the new profile system, profiles are still launched in separate processes. Multiple profiles share a taskbar entry in order to avoid potentially confusing pinning behavior. We have a bug on file to allow separate taskbar entries for separate profiles (&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1948912" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1948912&lt;/A&gt;). You can vote for that bug if you'd like to see this work prioritized.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN class=""&gt;but it makes profile budgets pointless, since you only see the budget of the profile currently in use &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I'm not quite sure what you mean by profile budgets, could you explain in more detail?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 16:13:43 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119369#M46722</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-03-05T16:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119512#M46781</link>
      <description>&lt;P&gt;All my old profiles including all saved logins were nuked when upgrading to FF 148. They're still there on disk but I cannot find a way to make firefox use them. They dont appear under about:profiles. If I start FF with -P and create a new profile with profile manager and point it to the existing folder, it just ignores it.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2026 09:35:46 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119512#M46781</guid>
      <dc:creator>GaryBonds</dc:creator>
      <dc:date>2026-03-08T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119588#M46808</link>
      <description>&lt;P&gt;I'm sorry you lost your profiles. It's probably best to file a bug so we can work through the troubleshooting steps together and others can find the steps later. (You can file a bug here: &lt;A href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Toolkit&amp;amp;component=Startup%20and%20Profile%20System)" target="_blank"&gt;https://bugzilla.mozilla.org/enter_bug.cgi?product=Toolkit&amp;amp;component=Startup%20and%20Profile%20System)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As a first step, since you know the profile locations on disk, instead of "-P", try starting Firefox with "-profile /path/to/profile". Does that work? If so, we'll next want to look for those paths in your profiles.ini.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 15:09:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/119588#M46808</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-03-09T15:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/120478#M47192</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;For information, similar question &lt;A href="https://support.mozilla.org/en-US/questions/1572094" target="_blank"&gt;https://support.mozilla.org/en-US/questions/1572094&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 11:52:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/120478#M47192</guid>
      <dc:creator>Agentvirtuel</dc:creator>
      <dc:date>2026-03-23T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/121491#M47721</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/10189"&gt;@jhirsch&lt;/a&gt;&amp;nbsp;thanks for the extensive information on the design decisions! I like the new profile manager feature a lot, but I understand that since the `-P` flat uses the "legacy" profile manager, there does not seem to be a possibility to start a specific "new generation" profile with a custom .desktop shortcut, is that correct?&amp;nbsp;I would love to make use of the new profile manager feature, but having to select the profile on startup instead of having different desktop shortcuts is currently a blocker for me.&lt;BR /&gt;Are there any known workarounds or are the any plans on the road map to fix this, or am I maybe missing out on something?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 12:34:45 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/121491#M47721</guid>
      <dc:creator>pymnh</dc:creator>
      <dc:date>2026-03-30T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/122374#M48100</link>
      <description>&lt;P&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/40273"&gt;@pymnh&lt;/a&gt;&amp;nbsp;We have desktop shortcut support in the profile edit page if you're on Windows. On other platforms, I think per-profile shortcuts should work if you use `firefox -profile /path/to/profile` where I assume firefox is on your path (or you provide the local path to the executable). Give this a try and let us know how it works out!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 21:05:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/122374#M48100</guid>
      <dc:creator>jhirsch</dc:creator>
      <dc:date>2026-04-08T21:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/122914#M48349</link>
      <description>&lt;P&gt;Is there an explanation available now?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a longtime Firefox user (over 25 years, since the browser was just Mozilla), and I love the idea of easy toggling between profiles, and I would also love to transfer my two existing profiles and create additional ones for my family members who sometimes use my computer but would ideally have access to their own bookmarks, history, and other settings.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I starting playing with the new profile manager, but I am not seeing how to transfer over my existing profiles, and I am worried that I will manage to permanently delete something important if I play around with it too much without looking for explicit instructions on how to do so.&lt;/P&gt;&lt;P&gt;Forgive me if this is out there; I tried searching here on the Mozilla support site and have found this as the closest information available.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 13:35:46 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/122914#M48349</guid>
      <dc:creator>eatjones</dc:creator>
      <dc:date>2026-04-15T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: The new profile management system is fundamentally broken. Please fix it.</title>
      <link>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/123421#M48548</link>
      <description>&lt;P&gt;Thank you for answering &lt;SPAN class=""&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/10189"&gt;@jhirsch&lt;/a&gt;.&amp;nbsp;&amp;nbsp;I have two profiles that I could import easily in the old profile manager that now have no entries in the new one. Creating entries with SQL or something would be unideal. What should I do? Should I wait for migration button to come in 151 or will there be a guide of sorts? I saw the article for the new profile manager, and it does not specify if I can import profiles.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 16:31:40 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-new-profile-management-system-is-fundamentally-broken-please/m-p/123421#M48548</guid>
      <dc:creator>roaring_raven</dc:creator>
      <dc:date>2026-04-22T16:31:40Z</dc:date>
    </item>
  </channel>
</rss>

