web-dev-qa-db-ja.com

Ubuntu 16.04でfirefoxをクリーニングする際のBleachbitエラー

数日前にUbuntu 16.04の新規インストールを行った後、Firefoxのクリーニング時にBleachbitが次のエラーを報告します。

Error in execution of <bleachbit.Command.Function instance at 0x7f9f34b60680>
Traceback (most recent call last):
  File "/usr/share/bleachbit/bleachbit/Worker.py", line 84, in execute
    for ret in cmd.execute(self.really_delete):
  File "/usr/share/bleachbit/bleachbit/Command.py", line 146, in execute
    self.func(self.path)
  File "/usr/share/bleachbit/bleachbit/Special.py", line 280, in delete_mozilla_url_history
    FileUtilities.execute_sqlite3(path, cmds)
  File "/usr/share/bleachbit/bleachbit/FileUtilities.py", line 307, in execute_sqlite3
    '%s: %s' % (Common.decode_str(exc), path))
DatabaseError: UNIQUE constraint failed: moz_places.url: /home/user/.mozilla/firefox/kzebxoz8.default/places.sqlite

Firefoxでは履歴は削除されません。その他はすべて適切にクリーニングされているようです。

これに対する修正はありますか?

よろしく。

4
ultrakow

BleachBitバージョン1.12 に更新すると、この正確な問題が修正されます

FirefoxのクリーニングエラーUNIQUE制約エラーの修正(danjackson1およびgravy45による報告)

追伸UbuntuのリポジトリにあるBleachBitのバージョンは、そのポリシーのためにほとんど常に古くなっているため、常に公式のBleachBitサイトから入手することを強くお勧めします。

4
Andrew