Page 3 of 5

Posted: Mon 01 Feb 2010, 15:17
by technosaurus
busybox has an new applet called fbsplash as well - though I have not experimented with it for the init due to not having a uclibc toolchain - if interested I can test out buildroot to see if I can build it to see if it is worth the potential size and boot speed savings.

Posted: Mon 01 Feb 2010, 18:29
by sidders
As i have no idea what a "uclibc toolchain" is and having just read what Busybox is\does (which is a shame as its at the heart of Puppy) i dont think i could get to grips with it anytime soon. :oops:

linux and OOo for kids

Posted: Sat 13 Feb 2010, 22:37
by nwbuntu
Hi!

Interesting topic, linux for (young) kids.
I already found Qimo (http://www.qimo4kids.com/) which is based on Xubuntu.
Your version based on Puppy is however even more lighter :-)!

I just wanted to let you know that today I found OOo4Kids (OpenOffice.org for kids) on the internet (http://wiki.ooo4kids.org), tested working on Ubuntu, Debian, Mandriva, Fedora and Suse for the moment.
Maybe could be interesting for your distro?

keep up the good work!
Nwbuntu

Posted: Sat 13 Feb 2010, 22:57
by Jim1911
Hi sidders,

Are there plans to update your fine Hansamben to include the new GCompris 9.0?

Thanks,
Jim

Posted: Sat 13 Feb 2010, 23:48
by sidders
Yes. The title 'pre-release' i think has gone out of the window. it will just keep on going evolving. Just having a look at bootsplash at the moment, because it takes me into the all things kernel and gives ne a better understanding of Linux in general.

The plan (sort of) is gcompris 9.0 and a 2.6.30 kernel at least. whilst maintaining the retro kernel.

The Spanish translation is still on. Just stuck with the translation of help files. So i will get all the apps in spanish and post it anyway.

Posted: Thu 18 Feb 2010, 13:16
by sidders
technosaurus.

I have been looking and poking around in Busybox, after poking around in the kernel with Bootsplash (shelved). May have a crack at fbsplash formerly known as gensplash.

Configure and make busybox with fbsplash from scratch and including what is already in the puppy busybox seems straight forward, ticking the required applets. Am i right?. There is something nagging me about headers and the like.

Initrd and fbsplash can wait for the moment.

I will get going again with HSB, just need to get this out of my system.

Posted: Thu 18 Feb 2010, 17:50
by technosaurus
That would be OK in tinycore, but not Puppy - gnu libc is not in the initrd so you would actually need a uclibc setup of some kind - they used to have a wrapper, but now you need something like buildroot or your busybox will be roughly double the size because it will link with gnu libc. The reason it will work in tinycore is that they just go ahead and keep the init and the gnu libc for system use rather than trashing it after the pivotroot like most distros do (puppy only keeps the kernel modules as far as I know) I'm sorry if it got you on a wild goose chase. The 4.2.1 version had something set up but I always do a manual frugal install so I never see these things.

Posted: Thu 18 Feb 2010, 18:44
by sidders
Thanks Technosaurus. At least i had a good look at Busybox and now know what its about.

Posted: Thu 25 Feb 2010, 04:53
by yarddog
I am currently using the iso version without the sfs setting up games for my grandchildren. This is working extremely well .
I would like to add some swf games and run in a HTML Viewer such as Puppy HTML Viewer. I want to eliminate any possibility of their getting into areas that would cause problems.
Using your CTRL-H , CTRL-D helps, but using the Firepup browser to run the swf games, they still see the bar with File, Edit, View , Go, Bookmarks, etc and their inquisitive minds could create problems.
Can the HTML viewer be added to this version? Is there a pet for it?
Any help you can provide will be greatly appreciated.

Posted: Thu 25 Feb 2010, 04:59
by technosaurus
there is a kiosk mode for opera, but you should be able to use

bareview /path/to/game.swf

also F11 will go full screen without the file edit view

or use this plugin if you want it permanent
https://addons.mozilla.org/en-US/firefox/addon/1659

Posted: Thu 25 Feb 2010, 23:54
by yarddog
deleted

Posted: Fri 26 Feb 2010, 01:21
by technosaurus
it is usually in the /usr/lib/seamonkey (or firefox) directory

you could try the webkit gtk or midori (webkit based) browser that I built out of svn a while back - they work with flash as well

Midori - 2.5MB
http://puppy-development.googlecode.com ... 2.2-92.pet

or the basic webkit browser
http://puppy-development.googlecode.com ... gtk.tar.gz
(I could probably hack out the code )

but you may need this updated glib too (maybe more if puppyversion is less than 4.3)
http://distro.ibiblio.org/pub/linux/dis ... 2.2-p4.pet

Posted: Fri 26 Feb 2010, 01:49
by yarddog
Again, thanks for quick response
Will try these and report back on outcome

Posted: Sat 27 Feb 2010, 01:26
by yarddog
deleted - dumb questions on my part

Posted: Sat 27 Feb 2010, 05:59
by technosaurus
delete /root/.midori (or was it /root/.config/midori) and it will reset back to normal without the fail screen, but normally you should be able to reset... hmmm - that was an svn build & it seems there has since been a stable release

Posted: Sat 27 Feb 2010, 22:38
by yarddog
deleted - more dumb questions on my part

Posted: Sat 27 Feb 2010, 23:33
by technosaurus
if you have seamonkey installed those libraries should be in its directory - you can place the bareview binaries there, but to run it you will need the full path (/usr/lib/seamonkey-1.1.14/bareview mygame.swf)

Posted: Mon 01 Mar 2010, 05:39
by yarddog
At long last, I am now able to use bareview to run swf games without actually running in firefox or seamonkey web browser.

Thanks again for all your help - you have been a tremendous help to a very, very dumb linux user
yarddog

Posted: Mon 01 Mar 2010, 17:46
by technosaurus
No problem

I almost totally forgot adobe's standalone flash player

http://download.macromedia.com/pub/flas ... dev.tar.gz

Edit: I posted version 9 because while there is a slightly more stable version 10, it requires libraries that are normally provided by mozilla (they can be separate, but have never been that way in Puppy)... in that case the flash plugin makes more sense.

Posted: Fri 05 Mar 2010, 21:02
by yarddog
ok - now have swf games and have added childs play

I now want to remaster this with my new changes to be set it up like the kiosk version...

my remastered copy should allow user to boot cd, play the games and shutdown - nothingelse

I know how to remaster the cd, change it where it does not ask to save on shutdown but cannot figure out how to remove other stuff so it works like the kiosk

again, any help will be greatly appreciedte
yarddog