Thunderbird設定ファイルをエクスポートする方法(UbuntuからManjaroへ)?

Thunderbird設定ファイルをエクスポートする方法(UbuntuからManjaroへ)?

Thunderbird設定ファイルをUbuntuコンピュータからManjaroを実行している新しいノートブックにエクスポートしたいと思います。

私のプロフィールフォルダをコピーするだけで十分だと思い、Manjaroコンピュータで次のことを実行しました。

scp -r philipp@ubuntu-laptop:/home/philipp/.thunderbird /home/philipp/.thunderbird

ただし、新しいコンピュータでThunderbirdを実行すると、ようこそ画面とデフォルトのアカウント設定が表示されます。私はそうしたくありません。

Thunderbird設定ファイルをどのようにエクスポートまたはインポートしますか?

正しい設定ファイルパスを使用していますか? ManjaroのThunderbirdは別の設定フォルダを使用できますか?それではどうすればわかりますか?

ベストアンサー1

scp -r philipp@ubuntu-laptop:/home/philipp/.thunderbird /home/philipp

動作します。 2回コピーせずにターゲットデバイスで次のコマンドを実行します。

cd ~/.thunderbird/.thunderbird && mv * .. && cd .. && rmdir .thunderbird

実際に行うことは、.thunderbirdソースデバイスのディレクトリをターゲットデバイスのディレクトリにコピーすることです.thunderbird~/.thunderbird~/.thunderbird/.thunderbird

おすすめ記事