The error is due to a missing definition of the LOGNAME variable within the environment. It has to point to your user name, so you can use the USER variable to define it (in case you have more than one user in the box). Finally, you can either export it by hand or add it at the end of .bashrc
By hand: export LOGNAME=$USER Added to your local .bashrc: (be sure to be at the root of your home directory) echo "export LOGNAME=\$USER" >> .bashrc If its for all the users in the box: echo "export LOGNAME=\$USER" >> /etc/bash.bashrc C-u around! Theo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/783186 Title: SALOME failed to start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/salome/+bug/783186/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
