| Author |
Message |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 01 Oct 2012, 08:28 Post subject:
|
|
Here is bleachbit-0.9.3 that I built in Saluki, I edited the make file to read | Code: | prefix ?= /usr
bindir ?= $(prefix)/bin
datadir ?= $(prefix)/share |
then ran
and to build the package | Code: | | new2dir make install |
used splitpkg.sh via the terminal to split the package then dir2pet.
the dependency for the pet is set to +Python as used in Saluki, hope this is usable.
| Description |
|
| Filesize |
39.95 KB |
| Viewed |
1397 Time(s) |

|
| Description |
|

Download |
| Filename |
splitpkg.tar.gz |
| Filesize |
942 Bytes |
| Downloaded |
169 Time(s) |
| Description |
|

Download |
| Filename |
bleachbit-0.9.3-i486.pet |
| Filesize |
83.81 KB |
| Downloaded |
262 Time(s) |
| Description |
|

Download |
| Filename |
bleachbit_NLS-0.9.3-i486.pet |
| Filesize |
240.39 KB |
| Downloaded |
207 Time(s) |
_________________ AdobeAIR App Links: HERE
Carolina: Recent Repository Additions
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 465 Location: Kamloops BC Canada
|
Posted: Tue 02 Oct 2012, 03:48 Post subject:
Bleachbit |
|
Thanks, Geoffrey
I didn't bother with trying any options with the make file, because there was no info on this in the readme file from the developer... but in retrospect, I could have given this a shot...
I will try this again with Wary Puppy, because I know that many people would prefer to install a Pet instead of extracting a package and using the command line... In the event that I am successful, I will have to edit my previous post and... eat a bit of Crow for being so presumptuous.
Monsie
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 465 Location: Kamloops BC Canada
|
Posted: Sat 13 Oct 2012, 20:55 Post subject:
Bleachbit |
|
UPDATE
Here is BleachBit-0.9.3 compiled in Wary Puppy 5.3 Note that Python 2.7 is a dependency, and will have to be installed first.
It turns out for me that Bleachbit does not want to build properly in the local pathway, and so removing that one directory in the makefile seems to make all the difference... I have included support for international languages in this Pet rather than build it as a separate package... the final size seems reasonable.
Cheers,
Monsie
| Description |
|

Download |
| Filename |
bleachbit-0.9.3-i686.pet |
| Filesize |
335.02 KB |
| Downloaded |
376 Time(s) |
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
Dromeno
Joined: 12 Sep 2008 Posts: 469
|
Posted: Fri 14 Dec 2012, 06:46 Post subject:
Also works in Lupu 528 005 |
|
Thanks, this version also works in Lucid Puppy 528
(running bleachbit immediately before making a remastered puppy is very convenient!)
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Sat 15 Dec 2012, 06:42 Post subject:
bleachbit-0.9.4 |
|
Built the latest Bleachbit version 0.9.4 in Carolina, dependency checking +Python
| Description |
|

Download |
| Filename |
bleachbit-0.9.4-i486.pet |
| Filesize |
81.78 KB |
| Downloaded |
248 Time(s) |
| Description |
|

Download |
| Filename |
bleachbit_NLS-0.9.4-i486.pet |
| Filesize |
257.2 KB |
| Downloaded |
194 Time(s) |
_________________ AdobeAIR App Links: HERE
Carolina: Recent Repository Additions
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Tue 22 Jan 2013, 08:52 Post subject:
bleachbit-0.9.5 |
|
Built the latest Bleachbit version 0.9.5 in Carolina, dependency checking +Python
| Description |
|

Download |
| Filename |
bleachbit-0.9.5-i486.pet |
| Filesize |
87.87 KB |
| Downloaded |
203 Time(s) |
| Description |
|

Download |
| Filename |
bleachbit_NLS-0.9.5-i486.pet |
| Filesize |
258.37 KB |
| Downloaded |
138 Time(s) |
_________________ AdobeAIR App Links: HERE
Carolina: Recent Repository Additions
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 465 Location: Kamloops BC Canada
|
Posted: Fri 15 Feb 2013, 04:40 Post subject:
Bleachbit |
|
I was looking at my bash history and realized I had built a record with hundreds of entries. While I could have simply deleted the file at
and the file would have been re-generated once I started using the terminal again, I wondered about doing a regular cleaning with Bleachbit.
It turns out that Bleachbit is configured to delete the bash history, but the file is named incorrectly for Puppy, so it doesn't show up in the menu for cleaning purposes. This is easily fixed. --> /usr/share/bleachbit/cleaners and right click on bash.xml to Open As Text. Look for the following line:
| Code: | | <action command="delete"search="file"path="~/.bash_history"/> |
modify it to read:
| Code: | | <action command="delete" search="file" path="~/.history"/> |
Save your changes, close out, then run Bleachbit and you should see the new entry for your command-line history. Now you can check the two boxes for Bash and this file will be included for cleaning. In fact your .history file will be deleted, but there are no worries because it will be created anew the next time you run a command at the terminal.
For anyone wanting to compile Bleachbit in future, this change should be easily made in the source code.
Monsie
| Description |
Include bash history menu items in Bleachbit.
|

Download |
| Filename |
Bleachbit-menu.jpg |
| Filesize |
120.75 KB |
| Downloaded |
74 Time(s) |
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
markreaves
Joined: 11 Sep 2010 Posts: 41
|
Posted: Tue 05 Mar 2013, 18:20 Post subject:
|
|
WOO cleaned 11.9MB...
Anyway thank you Monsie for the bash history edit. Thank you Geoffrey for the pet.
I may see if I can do a portable version sometime soon.
EDIT: Portable Bleachbit done
http://murga-linux.com/puppy/viewtopic.php?p=689824#689824
|
|
Back to top
|
|
 |
vicmz

Joined: 15 Jan 2012 Posts: 615
|
Posted: Thu 28 Mar 2013, 15:10 Post subject:
Re: Bleachbit |
|
Hello Monsie
I tested your pet in Precise 5.5
Bleachbit refuses to launch
| Monsie wrote: |
BleachBit-0.9.3 compiled in Wary Puppy 5.3 |
| LXTerminal wrote: | # bleachbit
Traceback (most recent call last):
File "/usr/bin/bleachbit", line 41, in <module>
import gtk
ImportError: No module named gtk
#
|
_________________ OpenboxPlus 1.5|Puppy Linux en español|Wiki en español
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 465 Location: Kamloops BC Canada
|
Posted: Sat 13 Apr 2013, 01:52 Post subject:
Bleachbit |
|
Hi vicmz,
First, my apologies in not getting back to you sooner...
Do you have Python 2.7 installed? The Python package includes PyGTK and I suspect this is the missing module. (Puppy will have GTK by default). See this thread in the bleachbit support forum:
http://bleachbit.sourceforge.net/forum/not-working-ubuntu-1204-lts
Hope this helps,
Monsie
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
|