WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bleachbit  (Read 1453 times)

Offline moB

  • Newbie
  • *
  • Posts: 49
bleachbit
« on: June 04, 2014, 07:18:35 AM »

Have been making an update of robc's bleachbit extension.
This is the last version he did for us: http://tinycorelinux.net/4.x/x86/tcz/bleachbit.tcz.info

The new bleachbit looks good. I have tried the beta v1.1 which fixes some annoying behavior.

Quote

There are some issues with "wipe free disk space" ...  and when BleachBit 1.0 is in the final phase, it may seem unresponsive for a long while.
...
 These issues are resolved in BleachBit 1.1 beta.

http://bleachbit.sourceforge.net/news/bleachbit-10

I am very pleased to see "the command line option --shred now shreds arbitrary files."

I had a few errors I don't know what to make of.

Make error:

Code: [Select]

tc@box:~/bleachbit-1.1$  make -C po local
make: Entering directory `/home/tc/bleachbit-1.1/po'
* Generating nb.mo
msgfmt --statistics -o nb.mo nb.po
make: msgfmt: Command not found
make: *** [nb.mo] Error 127
make: Leaving directory `/home/tc/bleachbit-1.1/po'


Run error:

Code: [Select]
tc@box:~/bleachbit-1.1$ python bleachbit.py
** (process:17808): WARNING **: Trying to register gtype 'GMountMountFlags' as
enum when in fact it is of type 'GFlags'

** (process:17405): WARNING **: Trying to register gtype 'GDriveStartFlags' as
enum when in fact it is of type 'GFlags'

** (process:17405): WARNING **: Trying to register gtype 'GSocketMsgFlags' as e
num when in fact it is of type 'GFlags'

info: starting BleachBit version 1.1
warning: No default locale found.  Assuming 'C'



But it does in fact seem to work correctly in GUI and CLI modes.

python bleachbit.py -c firefox.* cleaned up firefox just as one should expect.

python bleachbit.py -s ../test shredded the test file.


Any advice on this? Maybe robc can tell us what's to do here?

Ah, we can't just wait to be spoon-fed, I suppose.

moB (the whale)

 "I try all things, I achieve what I can."                                   
   - Herman Melville


Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: bleachbit
« Reply #1 on: June 04, 2014, 08:21:39 AM »
Hi

Quote
Code: [Select]
make: msgfmt: Command not found

tce-load -wi gettext.tcz
Download a copy and keep it handy: Core book ;)