我刚刚在运行 Leopard 的 Macbook Pro 上下载了 Thunderbird 3.0,并将其安装在 中/Applications
。当我尝试启动它时,图标会正常在 Dock 上打开,但我收到以下对话框。
我根本没有~/Library/Application Support/Thunderbird
目录,更不用说 .parentlock 文件了。虽然我并不指望它能帮上忙,但我确实重启了系统。然后退出并重新登录。并关闭 Thunderbird 之外的所有程序。
Thunderbird 的早期版本运行良好。
答案1
Thunderbird 可以在和 处创建配置文件(以及随后的.parentlock
文件)。较新的版本应该将其放在应用程序支持中,但我见过的情况并非如此。~/Library/Application Support/Thunderbird/
~/Library/Thunderbird/
或者find ~ -name ".parentlock"
从命令行运行可能有助于找到该文件(因为 GUI/Spotlight 默认不会显示该文件)。