Author |
Message |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Thu 26 Jul 2012, 20:35 Post subject:
version 0.18 |
|
L18L wrote: | For your convenience I have made a pet |
Great.
But I needed to modify to get right BASEDIR.
At line 205-
Code: | case $choice in
0) BASEDIR=$(echo $BASEDIR | cut -d ' ' -f6)
BASEDIR=${BASEDIR%|*} # cut -d '|' -f 1 `
;;
252) exit 0 ;;
esac |
to Code: |
case $choice in
0) BASEDIR=$(echo $BASEDIR | cut -d '|' -f6)
#BASEDIR=${BASEDIR%|*} # cut -d '|' -f 1 `
;;
252) exit 0 ;;
esac |
Worked on 528JP, based on Lucid Puppy 528.005.
BTW, I would like to avoid the yad and gettext.sh, which breaks backward compatibility.
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Fri 27 Jul 2012, 06:35 Post subject:
Re: version 0.18 Subject description: bugfix version 0.18-1 |
|
shinobar wrote: | But I needed to modify to get right BASEDIR. |
Thank you
fixed
(Going to work on backward compatibility now)
Description |
|

Download |
Filename |
get_libreoffice-0.18-1.pet |
Filesize |
27.68 KB |
Downloaded |
521 Time(s) |
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Fri 27 Jul 2012, 08:37 Post subject:
bugfix version 0.18-1 |
|
Nicely worked on Lupu-528JP, PUPMODE=13.
Tnx.
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Fri 27 Jul 2012, 09:54 Post subject:
version 0.18-2 Subject description: backwards compatibility |
|
shinobar wrote: | Nicely worked on ... PUPMODE=13... |
That is why I have done it for me and for HiDeHo of course
version 0.18-2:
without using gettext.sh
Xdialog comes to the rescue if there is no yad
waiting for bug reports
----
edited:
thank you shinobar
attached false version deleted
Description |
|
Filesize |
4.67 KB |
Viewed |
1185 Time(s) |

|
Last edited by L18L on Sat 28 Jul 2012, 05:26; edited 2 times in total
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Fri 27 Jul 2012, 18:22 Post subject:
Re: version 0.18-2 Subject description: backwards compatibility |
|
@L18L
version 0.18-2 you attached contains the same file of 0.18-1.
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sat 28 Jul 2012, 05:23 Post subject:
Re: version 0.18-2 Subject description: backwards compatibility |
|
shinobar wrote: | @L18L
version 0.18-2 you attached contains the same file of 0.18-1. |
thank you
fixed
also updated german translation using momanager.
In his blog BarryK wrote: | Posted on 28 Jul 2012, 8:51 by BarryK
MoManager
Regarding that HOWTO Internationalization page, it is a bit old. MoManager will recognise and use poedit if it is installed (you should find it in the PPM).
You can also search this blog for other news about MoManager. |
Description |
|

Download |
Filename |
get_libreoffice-0.18-2.pet |
Filesize |
28.44 KB |
Downloaded |
454 Time(s) |
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Sat 28 Jul 2012, 07:15 Post subject:
Re: version 0.18-2 Subject description: backwards compatibility |
|
Tnx.
Tested on the 431JP returns 2012.
Worked with 1 line modification.
Line 188:
selNUM=`wc -l /tmp/loselectdevice | cut -d ' ' -f1` # number of candidates
to:
Code: | selNUM=`cat /tmp/loselectdevice | wc -l` # number of candidates |
Because of the busybox version.
Code: | # wc -l /tmp/loselectdevice
1 /tmp/loselectdevice
# cat /tmp/loselectdevice | wc -l
1 |
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sat 28 Jul 2012, 07:33 Post subject:
Re: version 0.18-2 Subject description: backwards compatibility |
|
shinobar wrote: | ...Tested on the 431JP returns 2012.
Worked with 1 line modification.
Line 188:
selNUM=`wc -l /tmp/loselectdevice | cut -d ' ' -f1` # number of candidates
to:
Code: | selNUM=`cat /tmp/loselectdevice | wc -l` # number of candidates |
Because of the busybox version.
Code: | # wc -l /tmp/loselectdevice
1 /tmp/loselectdevice
# cat /tmp/loselectdevice | wc -l
1 |
|
Does Code: | # wc -l < /tmp/loselectdevice
1 | work ok in 431JP ?
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Sat 28 Jul 2012, 08:36 Post subject:
Re: version 0.18-2 Subject description: backwards compatibility |
|
L18L wrote: | Does Code: | # wc -l < /tmp/loselectdevice
1 | work ok in 431JP ? |
Yes.
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sat 28 Jul 2012, 09:41 Post subject:
GUI to download LibreOffice - beta quality Subject description: 0.18-3 |
|
version 0.18-3 compatible also with 431JP now
Have fun
Description |
|

Download |
Filename |
get_libreoffice-0.18-3.pet |
Filesize |
28.26 KB |
Downloaded |
630 Time(s) |
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Sat 28 Jul 2012, 18:25 Post subject:
Re: GUI to download LibreOffice - beta quality Subject description: 0.18-3 |
|
L18L wrote: | version 0.18-3 compatible also with 431JP now |
Worked the on 431JP2012 and on 528JP, with PUPMODE=13.
Thank you for the good job
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
tazoc

Joined: 11 Dec 2006 Posts: 1157 Location: Lower Columbia Basin WA US
|
Posted: Tue 04 Sep 2012, 19:45 Post subject:
get_libreoffice-0.17-L64.pet Subject description: For testing in Lighthouse64 |
|
For testing in Lighthouse64...
http://www.lhpup.org/update/L64-514/Office/get_libreoffice-0.17-L64.pet
(Identical to 01micko's except for custom /usr/bin/gtkdialog-splash from Lighthouse64.)
[Edit: Removed, see next post]
-TaZoC
_________________ lhpup.org Lighthouse 64 6.02
Last edited by tazoc on Tue 02 Oct 2012, 18:39; edited 1 time in total
|
Back to top
|
|
 |
tazoc

Joined: 11 Dec 2006 Posts: 1157 Location: Lower Columbia Basin WA US
|
Posted: Tue 02 Oct 2012, 18:36 Post subject:
get_libreoffice-0.18-3-LH64.pet |
|
Thank you L18L and shinobar. I've included your latest work, and also updated /usr/bin/gtkdialog-splash to include a shinobar update that I missed before.
I would like to thank 01micko as well!
Regards,
TaZoC
Description |
For testing in Lighthouse64
|

Download |
Filename |
get_libreoffice-0.18-3-LH64.pet |
Filesize |
29.19 KB |
Downloaded |
450 Time(s) |
_________________ lhpup.org Lighthouse 64 6.02
|
Back to top
|
|
 |
Jasper
Joined: 25 Apr 2010 Posts: 1350 Location: England
|
Posted: Wed 03 Oct 2012, 06:47 Post subject:
|
|
Hi.
It says LH64. Even so it made a brilliant LO-GB.sfs using Slacko 5.3.1 Main.
It's a star pet developed by stars. My desktop m/c is old but with 2.0 GHz and 640 MB RAM, though, with slow broadband, the total time was about 20 minutes to automatically produce (apart from a few really helpful options) what seems to be a perfect LibreOffice sfs outcome.
My regards and thanks
As is my habit, I extracted the pet and then used dir2sfs so that I only use it from a usb stick with my Muti-session-live-CD-all-in-RAM Slacko when I need It.
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Sun 21 Oct 2012, 21:35 Post subject:
|
|
I have now added support for USB installs. This is done by building in /tmp which of course is always a linux filesystem. This avoids any problems with building in a vfat environment and broken symlinks. It also avoids slow media prone to errors which is why I haven't supported USB installs. You need at least 1GB RAM and 1GB swap or 2GB RAM (no swap needed).
If you don't have much RAM and have a HDD frugal or full install the build will still work in /mnt/home or / so there should be no problem.
Be aware that if your RAM is near full (ie: lots of apps open or sfs loaded) you may experience RAM crash and lose open work or corrupt open documents. You have been warned.
I have not added any of the forked stuff by shinobar or L18L, as usual, you guys feel free to fork this development.
I have tested in a full, frugal (PUMODE=12), frugal-USB (PUPMODE=13) and it works on all 3. It also stops as expected on a LOW RAM usb install (512MB, 1GB swap).
See main post
 |
Description |
monitoring "free" while building on my lappy, USB install, 1GB RAM, 1.6GB swap |
Filesize |
33.85 KB |
Viewed |
944 Time(s) |

|
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
|