arduino IDE 1.0.6 java error running Ubuntu linux 14.04

I have arduino 1.0.6 installed in the opt folder, and when I run it (from terminal using ./ or as executable by double clicking) I get the following error when I try to open a file, or save a file to any location but the 'home' folder:

java: tpp.c:84: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
Aborted

if I use sudo when opening, I do not get these errors. However, I'd rather not use sudo because then I can't access those files normally because they are created by super admin.

I'm sure this there is a relatively simple solution, I'm just not enough of a super linux user myself to figure it out. Any help would be appreciated.

Oh I also have teensyduino installed if that matters.

Greg