如何回滚到 Thunderbird 的先前版本

如何回滚到 Thunderbird 的先前版本

Thunderbird 115 的最新发布破坏了一个非常有用的扩展,称为“完整地址列”。如何回滚到 Thunderbird 102.15.1?

答案1

  1. 删除现有的 Thunderbird 并保留配置文件(电子邮件帐户、消息和地址)sudo apt remove thunderbird

  2. 从以下位置下载 Thunderbird 102.15.1Mozilla Thunderbird 档案

  3. 将下载的档案解压至/home/user

  4. 保存此图标(或类似图标)至/home/user/thunderbird-102.15.1/thunderbird/icons

在此处输入图片描述

  1. 使用文本编辑器创建一个名为的文件,Thunderbird.desktop如下所示,并保存到/home/user/.local/share/applications
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/home/user/thunderbird-102.15.1/thunderbird/thunderbird
Name=Thunderbird
Comment=Thunderbird
Icon=/home/user/thunderbird-102.15.1/thunderbird/icons/TB.png
  1. 通过以下方式使文件可执行:chmod +x /home/user/.local/share/applications/Thunderbird.desktop

  2. Activities使用或定位 Thunderbird 102.15.1Super Key

  3. 右键单击 Thunderbird 图标并选择Add to Favorites

  4. 启动 Thunderbird 并拒绝创建新帐户。选择Tools > Import > Import Another Thunderbird Install > Continue > Import from profile "default" > Continue

  5. 重新启动 Thunderbird 并安装Full Address Column扩展

  6. 进入设置并将更新从“自动”更改为“询问”。否则 TB 将更新到 115,您将回到原点。

有趣的是,看看有多少人向 Mozilla 发布了“完整地址栏”的请求,而他们继续忽略这些请求。

相关内容