<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Joda Stößer</title>
    <description>The latest articles on DEV Community by Joda Stößer (@simjost).</description>
    <link>https://dev.to/simjost</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F984034%2F34e326fb-b1c1-4526-8a42-bb74eb076bbd.jpeg</url>
      <title>DEV Community: Joda Stößer</title>
      <link>https://dev.to/simjost</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/simjost"/>
    <language>en</language>
    <item>
      <title>Profile manager changes in Thunderbird 128</title>
      <dc:creator>Joda Stößer</dc:creator>
      <pubDate>Fri, 16 Aug 2024 23:10:34 +0000</pubDate>
      <link>https://dev.to/simjost/profile-manager-changes-in-thunderbird-128-1il5</link>
      <guid>https://dev.to/simjost/profile-manager-changes-in-thunderbird-128-1il5</guid>
      <description>&lt;h2&gt;
  
  
  How to open the profile manager on macOS after the update
&lt;/h2&gt;

&lt;h3&gt;
  
  
  tl;dr
&lt;/h3&gt;

&lt;p&gt;Since the release of Mozilla Thunderbird version 128, nicknamed “Nebula”, the CLI command to open the profile manger on macOS has changed as the binary was renamed.&lt;/p&gt;

&lt;p&gt;It is now as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;/Applications/Thunderbird.app/Contents/MacOS/thunderbird &lt;span class="nt"&gt;-P&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Context
&lt;/h3&gt;

&lt;p&gt;Thunderbird has long supported having multiple profiles on the same machine, similar to its brother Firefox. Even allowing opening multiple at the same time.&lt;br&gt;&lt;br&gt;
Most users never find the feature, as it is either buried in the troubleshooting pages of the application or behind terminal CLI command flags, most never venture to.&lt;/p&gt;

&lt;p&gt;Opening the profile manager is documented in the Mozilla knowledge base and is straightforward if you follow the steps to the letter: &lt;a href="https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-thunderbird-profiles" rel="noopener noreferrer"&gt;https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-thunderbird-profiles&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The CLI command for the terminal has long been the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin &lt;span class="nt"&gt;-P&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Thunderbird "Nebula"
&lt;/h3&gt;

&lt;p&gt;Source: &lt;a href="https://blog.thunderbird.net/2024/07/welcome-to-thunderbird-128-nebula/" rel="noopener noreferrer"&gt;https://blog.thunderbird.net/2024/07/welcome-to-thunderbird-128-nebula/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Version 128 of Thunderbird introduces a multitude of things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the Rust programming languages in parts of the program to increase performance and stability &lt;/li&gt;
&lt;li&gt;interface changes to better usability&lt;/li&gt;
&lt;li&gt;the introduction of a monthly release channel: &lt;a href="https://support.mozilla.org/kb/thunderbird-128-nebula-faq" rel="noopener noreferrer"&gt;https://support.mozilla.org/kb/thunderbird-128-nebula-faq&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the past, the development team would only have enough manpower to have a new release roughly every year. With more resources, the team is adding a "Release" update channel which will receive updates every for weak, following the example of Firefox.&lt;br&gt;&lt;br&gt;
The annual release cycle will be named "Extended Support Release (ESR)", each version receiving about 15 months of security updates after the first release.&lt;/p&gt;
&lt;h4&gt;
  
  
  Opening the profile manager with Thunderbird 128
&lt;/h4&gt;

&lt;p&gt;With all of these changes under the hood, there are some unexpected surprises here and there as well.&lt;br&gt;&lt;br&gt;
I found one with accessing the profile manager.&lt;/p&gt;

&lt;p&gt;The binary seems to have been renamed from &lt;code&gt;thunderbird-bin&lt;/code&gt; to just &lt;code&gt;thunderbird&lt;/code&gt;, making the new full path: &lt;code&gt;/Applications/Thunderbird.app/Contents/MacOS/thunderbird&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;With the CLI flat &lt;code&gt;-P&lt;/code&gt; the full CLI command looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;/Applications/Thunderbird.app/Contents/MacOS/thunderbird &lt;span class="nt"&gt;-P&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Contribute
&lt;/h3&gt;

&lt;p&gt;As Mozilla Thunderbird is funded by donations, please consider helping the project out: &lt;a href="https://www.thunderbird.net/donate/" rel="noopener noreferrer"&gt;https://www.thunderbird.net/donate/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>thunderbird</category>
      <category>macos</category>
      <category>cli</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
