Submitted by Timberwolf on Mon, 03/17/2014 - 04:39
Make a menu entry to export current preset selection to a batch/bash script. I was wanting this because I was making a mega cleaning script that ran BleachBit, ChkDsk, and MyDefrag and beings I have WinApp2.ini there is a bunch of stuff. So anyway, here's what it should look like:
bash
#!/bin/bash
bleachbit -c {overwrite?} {presets}
batch
@echo off
cd {bleachbit-location}
bleachbit_console -c {overwrite?} {presets}
Or something similar.
Submitted by Redsandro on Tue, 04/09/2013 - 15:41
I downloaded BleachBit (for Linux) because my drive was nearly full, and I was pleasantly surprised. However, BleachBit 'only' recovered a gigabyte or so.
When manually combing my /home/, I found that the logfiles:
~/.xbmc/temp/xbmc.old
~/.xbmc/temp/xbmc.old.log
together were a whopping 41 GIGABYTES.
Also, I had many many files in /home/ called ~/xbmc_crashlog-_.log
Of course, the verbosity varies between version and build, but the annoying buildup of crashlogs is something that seems steady throughout different versions. ;)
Submitted by aramaicus on Wed, 12/28/2011 - 11:24