When I start Titanium on Ubuntu Lucid Linux 32-bit an error message pops up: icedteanp plugin error: Failed to run /etc/alternatives/../../bin/java. For more detail rerun "firefox -g" in a terminal window.
When I close it the application starts but the background colors are messed up.
2 Answers
Accepted Answer
This worked for me
sudo aptitude remove openjdk-6-jre icedtea6-plugin sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts
Got the same problem on Ubuntu Lucid, 64-bit. Some recent update must have broken something. Tho I wonder about a firefox error message, isn't Titanium using webkit?
Your Answer
Think you can help? Login to answer this question!