Package: bleachbit Version: 1.2-1 Severity: normal Tags: upstream patch Dear Maintainer,
* Due to an upstream change in Cleaner.py the firefox profiles cleaning procedure won't work as in previous versions of bleachbit. The maintainer changed the behaviour of the application to look for some directories named ".default" or similar in .mozilla/firefox/ * To enable cleaning firefox profiles again i changed the cleaning procedure back to its predecessor. A patch is applied. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.14-1-686-pae (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bleachbit depends on: ii menu 2.1.47 ii python 2.7.6-2 ii python-gtk2 2.24.0-3+b1 ii python-simplejson 3.5.2-1+b1 pn python:any <none> Versions of packages bleachbit recommends: ii python-notify 0.1.1-3 bleachbit suggests no packages. -- no debconf information
--- bleachbit-1.2/bleachbit/Cleaner.py 2014-06-08 23:47:53.000000000 +0200 +++ Cleaner.py 2014-06-21 18:51:12.000000000 +0200 @@ -208,7 +208,7 @@ 'Clean database fragmentation to reduce space and improve speed without removing any data')) if 'posix' == os.name: - self.profile_dir = "~/.mozilla/firefox*/*.default*/" + self.profile_dir = "~/.mozilla/firefox*/*/" self.add_running('exe', 'firefox') self.add_running('exe', 'firefox-bin') self.add_running('pathname', self.profile_dir + 'lock')