jump to navigation

Squeak on Ubuntu 19-Oct-07

Posted by laza in Linux, Smalltalk.
Tags: , , ,
trackback

On Ubuntu it is a little hard for Squeak to attract new friends. Let’s see what the pitfalls are. On Ubuntu it is easy to add new applications. Just use the Add/Remove… entry in the Applications desktop menu. To find Squeak in this list you have to Show: all available applications.

screenshot.png

After the installation you can double click on the Squeak list entry to start Squeak.

screenshot-2.png

Now you see a selection box, where you should select one Squeak-Image to work with. But there are no entries in this box. Nothing happens if you just click on ok or cancel. The pitfall is, that only the squeak virtual machine was installed. You need to install the required files using Ubuntus package manager Synaptic.

Search for Squeak in Synaptic and mark the Squeak package for installation. The other required packages will be marked as well.

screenshot-6.png

Now before you can start Squeak once more, you have to avoid another pitfall and move the squeak directory from your home folder to the trash. Next time you start Squeak you can chose a freshly 3.8 image and should see the Squeak playground.

screenshot-9.png

Comments»

1. laza - 22-Oct-07

One annoying thing about the ubuntu script that starts squeak is, that this gets invoked even when you double click on an squeak image. If this image happens not to be in the squeak directory in your home folder, you can’t start the image. [sigh]
Either you copy the image and changes file to that specific squeak directory or you change the default application for squeak images. Instead of choosing squeak from the list of applications enter a customized application invocation like

squeak -vm-display-x11 -swapbtn

This also swaps right and middle mouse button, which I find easier to use.