<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks...<br></div><div><br></div><div><br></div><div>I seem to have succesfully disentantangled squeaklauncher and pharolauncher.<br></div><div><br></div><div><br></div><div>First off, regarding<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>To preserve the changes to the launcher image:<br></div><div>- Press shift+return, enter Playground and press return to open a Workspace.<br></div><div>- Evaluate the following: Smalltalk snapshot: true andQuit: true.<br></div></div></blockquote><div>There appears to be an Easter egg in the launcher image.<br></div><div>Click at the bottom right corner and the pharo menu for the image running the Launcher app will show up and you can open finders, browsers, etc.<br></div><div><br></div><div><br></div><div>The process is generally...<br></div><div><br></div><div>create duplicate of .config/pharo* folders to contain the settings<br></div><div>create a ~/Squeak directory to mirror the ~/Pharo directory.<br></div><div>Create a /home/xyz/usr/src/smalltalk/squeaklauncher and /home/xyz/usr/src/smalltalk/pharolauncher  to contain the separate executables.<br></div><div><br></div><div>launch the squeaklauncher.<br></div><div><br></div><div>then...</div><div><br></div><div><br></div><div>Here is a copy-n-paste of my running notes (it duplicates some of the steps above).<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>unzip Pharo-Launcher.zip<br></div><div>mv pharo-launcher to squeak-launcher.<br></div><div><br></div><div>In ~/.config/...<br></div><div>cp -Rv pharo  squeak<br></div><div>cp -Rv pharo-launcher squeak-launcher<br></div><div><br></div><div>In ~/ directory, cp -Rv Pharo Squeak<br></div><div><br></div><div>launch squeak-launcher<br></div><div><br></div><div>open the settings browser.<br></div><div><br></div><div>change paths to reflect the separate squeak-browser stuff.<br></div><div><br></div><div>click in bottom right of the World to open the Pharo tools->Browser (or whatever it is called)<br></div><div><br></div><div><div>Find PhLSettingsBrowser<br></div><div>Class side, change folder to squeak-launcher.<br></div><div><br></div><div>modify <br></div><div>UnixResolver and PlatformResolver<br></div><div>launcherUserFilesLocation<br></div><div>"Documents folder is not a standard on Unix. Put files in the $HOME directory"<br></div><div>^ self home / 'Squeak'<br></div><div><br></div></div></div></blockquote><div><br></div><div>I can now run the two applications independently without clobbering each other.<br></div><div><br></div><div>hth.<br></div><div><br></div><div>t</div></div><br></body></html>