Hi,for those who like a one click start of Pharo inside an App-based filer, here are the necessary files for ROX-Filer (Linux / Unix).
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
<?xml version="1.0"?>
<AppInfo>
<Summary>Pharo is a clean, innovative, open-source Smalltalk-inspired environment</Summary>
<About>
<Purpose>A Pharo application launcher for ROX-Filer</Purpose>
<Version>1.3-13328</Version>
<Authors>Copyright (c) Pharo Project, and Contributors Copyright (c) 1996-2008 Viewpoints Research Institute, and Contributors Copyright (c) 1996 Apple Computer, Inc</Authors>
<License>MIT License with parts under the Apache License</License>
<Homepage>http://www.pharo-project.org/home</Homepage>
</About>
</AppInfo>
#!/bin/sh APP_DIR=`dirname "$0"` export APP_DIR cd $APP_DIR exec ./pharo.sh
<<attachment: .DirIcon>>
