On Mon, Jan 26, 2015 at 08:27:05AM +0100, Martin B??hr wrote: > Excerpts from Martin B??hr's message of 2015-01-26 02:00:14 +0100: > > Excerpts from Mayuresh Kathe's message of 2015-01-25 22:42:37 +0100: > > > is there any email client with imap + smtp support available under > > > "pharo" at the moment? > > > > > > problem: > > > due to compute power constraints, i am running "pharo" as my only > > > application via xinit, having to constantly switch between "pharo" > > > and console (for mutt) is becoming painful. :) > > > > another approach to that problem (which i am interested in) is to have a > > terminal within pharo. > > take a look at http://smalltalkhub.com/#!/~OS > > it now supports unix/linux and includes a terminal. > > i have to retract that. it just opens a gnome-terminal. you'd still need a > window-manager to switch between terminal and pharo. > > though it seems like that is our best option: find a minimalistic window > manager that allows switching between a few fullscreen windows... > > without a window-manager the following could work: use an os command to open > a terminal. > (either OSLinuxUbuntu or just OSProcess: PipeableOSProcess command: > 'gnome-terminal &'. )
Hi Martin, Are you aware of CommandShell (http://wiki.squeak.org/squeak/1914)? Look for ConfigurationOfCommandShell. HTH, Dave