[squeak-dev] Squeak 5 will run on Rasberry Pi OOTB

karl ramberg karlramberg at gmail.com
Fri Jul 24 13:06:52 UTC 2015


The FileList services is not initialized to read .prefs from FileList in
the 5.0 image.

Do it:
FileList initialize

Then you can load any saved preference file with the FileList.

Karl

On Fri, Jul 24, 2015 at 5:46 AM, Chris Muller <asqueaker at gmail.com> wrote:

> It appears I may have had my .prefs file loaded when I ran
> #prepareNewRelease, which sets many preferences but not all of them.
> The ones it doesn't set were left to my preference.  I was surprised
> to notice my scratch pad preference was on, it shouldn't be for the
> release (actually it should!  but I won't go there..   :)   ).
>
> I'll have to fix this... somehow.  Now we know why Bert wants to
> support Preferences outOfTheBox.  The one use-case we're missing is,
> we need to be able to _generate_ a #defaultValueTableForCurrentRelease
> from current preference settings..
>
> On Thu, Jul 23, 2015 at 2:09 PM, Herbert König <herbertkoenig at gmx.net>
> wrote:
> > Hi,
> >
> > I noticed some glitches:
> > When I use list filtering for the instvars in an inspector the list
> doesn't
> > automatically  return to normal. Maybe a preference I missed.
> > When I play with that list filtering at some point the CPU goes up to 90%
> > and does not return until I shut down the image.
> > The right click (personal) World menu has lost the entry to disable the
> main
> > docking bar. I disabled it via preferences.
> >
> > Otherwise it survived the first hour :-))
> >
> > Cheers,
> >
> > Herbert
> >
> >
> > Am 23.07.2015 um 20:17 schrieb Herbert König:
> >>
> >> Hey, great!
> >>
> >> downloaded it on the Pi A+ installed my trusty 24/7 cat surveillance app
> >> and it worked.
> >> CPU usage went down from 50 to 40%.  It exercises BitBlt, Collections,
> >> file I/O incl. GPIO, OSProcess and CommandShell
> >> Memory went up from 52M to 75M which is critical as I use the PiNoir
> >> Camera.
> >>
> >> I'll watch what comes out of Tim's (Rowledge) recent post.
> >>
> >> And I'll watch if it runs as stable as 4.5.
> >>
> >> Thanks,
> >>
> >> Herbert
> >>
> >>
> >> Am 23.07.2015 um 17:55 schrieb Chris Muller:
> >>>
> >>> I managed to successfully incorporate the ARM platform into the 5.0
> >>> All-In-One -- so Squeak 5 will now start up with one-click on FOUR
> >>> platforms, OOTB..!!
> >>>
> >>
> >>
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150724/8c653c06/attachment-0001.htm


More information about the Squeak-dev mailing list