Ubuntu Lucid - icedteanp plugin error

You must Login before you can answer or comment on any questions.

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?

— answered 2 years ago by Ben Scholzen
answer permalink
1 Comment
  • Well, I also thought the firefox message was quite weird :S But Titanium still works, it's just a little bit ugly..

    — commented 2 years ago by Johan Winther

Your Answer

Think you can help? Login to answer this question!