Re: [Wickedshell-user] wickedshell on Linux - bash unresponsive
Brought to you by:
sreichert
From: Stefan R. <st...@wi...> - 2007-02-08 19:01:08
|
Hi Thomas, the current problem with linux is a wrong descriptor preference that starts the bash as login shell which is wrong. It is a small correction within the Wicked Shell "Shell-Extension" in the net.sf.wickedshell plugin. The executable needs to be changed from 'bash -l -i' to 'bash -i'. I'll corect that in the next release, but that'll take some time still, time is quite short currently. The PS1 from Stephane then works pretty good (thanks for that Stephane:) Best Regards and sorry for the far delayed response, Stefan Stéphane Laurière schrieb: > Hi Thomas, > > This one worked fine under Linux, yes! > > export PS1=\\t' '\\u'@'\\H\\r\\n\\w' # > > Cheers > > Stéphane > > Thomas Otto wrote: > >> Hi Stefane, >> >> I have the same problems with Wicked Shell on Linux. Did you find a >> working PS1 entry? >> >> Regards, >> >> Thomas Otto >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier. >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Wickedshell-user mailing list >> Wic...@li... >> https://lists.sourceforge.net/lists/listinfo/wickedshell-user >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wickedshell-user mailing list > Wic...@li... > https://lists.sourceforge.net/lists/listinfo/wickedshell-user > > |