Page 1 of 1

Manually Doing What BleachBit Does Under 3.1

Posted: 27 Jan 2015, 11:24
by jimwg
Greetings!

BleachBit Works! when it's able to boot-up, but so far it doesn't in 3.1 XFCE 32-bit, so where and what do I manually change or delete to perform the same space-making cleaning in a Porteus flash?

Thanks for any info!

Jim in NYC

Re: Manually Doing What BleachBit Does Under 3.1

Posted: 28 Jan 2015, 01:24
by brokenman
I have added the required files to extra-deps.txt which means a USM update should pull it in. Then it will download the required python deps when you download bleachbit.

If you want to download them manually you will need the following on top of bleachbit.
python
pygtk
pycairo
pygobject

If you want to remove the files manually instead of bleachbit then run this command to see what files it deletes.

Code: Select all

find /usr/share/bleachbit/cleaners/ -name "*.xml"|xargs grep 'command="delete"'|grep -v '\\'
Thanks for bringing this to my attention.