[Python-apps-commits] r11194 - in packages/bleachbit/trunk/debian/patches (2 files)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Tue Aug 19 08:14:50 UTC 2014
Date: Tuesday, August 19, 2014 @ 08:14:49
Author: hugo6390-guest
Revision: 11194
Added firefox_profiles.patch. Closes #752257.
Added:
packages/bleachbit/trunk/debian/patches/firefox_profiles.patch
Modified:
packages/bleachbit/trunk/debian/patches/series
Added: packages/bleachbit/trunk/debian/patches/firefox_profiles.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/firefox_profiles.patch (rev 0)
+++ packages/bleachbit/trunk/debian/patches/firefox_profiles.patch 2014-08-19 08:14:49 UTC (rev 11194)
@@ -0,0 +1,11 @@
+--- 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')
Modified: packages/bleachbit/trunk/debian/patches/series
===================================================================
--- packages/bleachbit/trunk/debian/patches/series 2014-08-19 08:04:06 UTC (rev 11193)
+++ packages/bleachbit/trunk/debian/patches/series 2014-08-19 08:14:49 UTC (rev 11194)
@@ -2,3 +2,4 @@
no_update.patch
local_cleaners_dir.patch
gnomevfs.patch
+firefox_profiles.patch
More information about the Python-apps-commits
mailing list