First about your inkscape problem.
I did not read your error descripton carefully enough. You wrote "on the second attempt, inkscape starts". So I assumed incorrectly it did not start the first time, or that the crash happened right at the start.
But that is not true, is it? It happens after some time while you are working, right? And then after the crash when you start it again it will work normally, correct?
In that case it might simply be a program bug.
- Is it reproducible?
- Did it work without crashing in the past? With the same drawing?
- Does it happen with always the same drawing or also with different drawings?
- Does it happen after a long time in that drawing or after a short period of time?
Which version is it exactly?
It might be that Ubuntu included some alpha or beta version. They prefer the latest over stability. Can you try to upgrade Inkscape? Are you in a position to try Inkscape with that particular drawing on a different machine? With the same version of Inkscape?
About the shellshock: it is a bug in Bash which enables malicious software to execute a virus on your computer.
http://en.wikipedia.org/wiki/Shellsh...oftware_bug%29. You update by executing:
Code:
sudo apt-get update && sudo apt-get install bash
in a terminal.
jlinkels