/usr/share/bleachbit ├── Action.py ├── Action.pyc ├── Action.pyo ├── CleanerML.py ├── CleanerML.pyc ├── CleanerML.pyo ├── Cleaner.py ├── Cleaner.pyc ├── Cleaner.pyo ├── cleaners │   ├── adobe_reader.xml │   ├── amsn.xml │   ├── amule.xml │   ├── apt.xml │   ├── audacious.xml │   ├── bash.xml │   ├── beagle.xml │   ├── chromium.xml │   ├── d4x.xml │   ├── deepscan.xml │   ├── easytag.xml │   ├── elinks.xml │   ├── emesene.xml │   ├── epiphany.xml │   ├── evolution.xml │   ├── exaile.xml │   ├── filezilla.xml │   ├── firefox.xml │   ├── flash.xml │   ├── gedit.xml │   ├── gftp.xml │   ├── gimp.xml │   ├── gl-117.xml │   ├── gnome.xml │   ├── google_chrome.xml │   ├── google_earth.xml │   ├── google_toolbar.xml │   ├── gpodder.xml │   ├── gwenview.xml │   ├── hexchat.xml │   ├── hippo_opensim_viewer.xml │   ├── internet_explorer.xml │   ├── java.xml │   ├── journald.xml │   ├── kde.xml │   ├── konqueror.xml │   ├── libreoffice.xml │   ├── liferea.xml │   ├── links2.xml │   ├── localizations.xml │   ├── mc.xml │   ├── microsoft_office.xml │   ├── miro.xml │   ├── nautilus.xml │   ├── nexuiz.xml │   ├── octave.xml │   ├── opera.xml │   ├── paint.xml │   ├── pidgin.xml │   ├── realplayer.xml │   ├── recoll.xml │   ├── rhythmbox.xml │   ├── safari.xml │   ├── screenlets.xml │   ├── seamonkey.xml │   ├── secondlife_viewer.xml │   ├── silverlight.xml │   ├── skype.xml │   ├── smartftp.xml │   ├── sqlite3.xml │   ├── teamviewer.xml │   ├── thumbnails.xml │   ├── thunderbird.xml │   ├── tortoisesvn.xml │   ├── transmission.xml │   ├── tremulous.xml │   ├── vim.xml │   ├── vlc.xml │   ├── vuze.xml │   ├── warzone2100.xml │   ├── waterfox.xml │   ├── winamp.xml │   ├── windows_defender.xml │   ├── windows_explorer.xml │   ├── windows_media_player.xml │   ├── winetricks.xml │   ├── wine.xml │   ├── winrar.xml │   ├── winzip.xml │   ├── wordpad.xml │   ├── x11.xml │   ├── xine.xml │   ├── yahoo_messenger.xml │   └── yum.xml ├── CLI.py ├── CLI.pyc ├── CLI.pyo ├── Command.py ├── Command.pyc ├── Command.pyo ├── DeepScan.py ├── DeepScan.pyc ├── DeepScan.pyo ├── Diagnostic.py ├── Diagnostic.pyc ├── Diagnostic.pyo ├── FileUtilities.py ├── FileUtilities.pyc ├── FileUtilities.pyo ├── General.py ├── General.pyc ├── General.pyo ├── GuiBasic.py ├── GuiBasic.pyc ├── GuiBasic.pyo ├── GuiPreferences.py ├── GuiPreferences.pyc ├── GuiPreferences.pyo ├── GUI.py ├── GUI.pyc ├── GUI.pyo ├── __init__.py ├── __init__.pyc ├── __init__.pyo ├── Memory.py ├── Memory.pyc ├── Memory.pyo ├── Options.py ├── Options.pyc ├── Options.pyo ├── RecognizeCleanerML.py ├── RecognizeCleanerML.pyc ├── RecognizeCleanerML.pyo ├── Revision.py ├── Revision.pyc ├── Revision.pyo ├── Special.py ├── Special.pyc ├── Special.pyo ├── Unix.py ├── Unix.pyc ├── Unix.pyo ├── Update.py ├── Update.pyc ├── Update.pyo ├── Winapp.py ├── Winapp.pyc ├── Winapp.pyo ├── Windows.py ├── Windows.pyc ├── Windows.pyo ├── WindowsWipe.py ├── WindowsWipe.pyc ├── WindowsWipe.pyo ├── Worker.py ├── Worker.pyc └── Worker.pyo 1 directory, 156 files