I am configuring a user for S11 Nevada 35
I have configured the user to use bash as the default shell and am having problems in getting the .bash_profile to work properly. X Windows seems to hang. It may be something to do with the way that Gnome starts itself. I am trying to set PATH & LD LIBRARY_PATH.
Without the LD_LIBRARY_PATH set,
gftp will not start. I have worked round this by creating a gftp.sh and using this for the launchers.
#!/sbin/sh
# Version 1.0LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:/usr/lib
export LD_LIBRARY_PATH/usr/local/bin/gftp
I have fixed the .bashrc to set the path and library path. I may return to this.