You can find glossa here: http://athirdway.com/glossa/
I’ve found it a helpful online presentation of Lewis and Short, and a downloadable offline version is available. Installing this under Windows is easy, but there is no Linux version.
Nevertheless Glossa can be made to run under wine, in Linux. Here is how I did it.
- Use winetricks to install the Adobe Air runtime environment. You’ll find it in winetricks under "Install a Windows DLL or component. To learn more about Adobe Air, see:
http://www.adobe.com/products/air/faq.html
-
Get the Glossa program files (see Note below). I got my from my own Windows install at:
C:\Program Files’/Glossa
sudo ls /mnt/temp/‘Program Files’/Glossa
Glossa.exe glossa.s3db icons img main.html META-INF mimetype script -
Put them in a convenient place. For testing purposes, I put them at /tmp/Glossa.
-
Test: wine /tmp/Glossa/Glossa.exe & # works for me!!
Note: Pulling the Glossa files off my Windows install was a last resort. I couldn find any other way to get them.