I recently installed Arduino IDE on my Ubuntu laptop. I am fairly new to Ubuntu having installed it on my Samsung laptop. The laptop is only running Ubuntu and I am on version 14.04 which I believe is current. I installed Arduino using both the apt-get method and directly from the Software Center and in both cases the problem is the same. Installation goes fine and the application appears on my dock. When I click on the icon nothing happens. I read that you get more information when you run it through terminal so I did that and get this output.
jeff@jeff-300E4A-300E5A-300E7A:~$ arduino
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/jdk1.7.0_51/jre/lib/i386/xawt/libmawt.so: libXrender.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1646)
at java.awt.Toolkit.(Toolkit.java:1668)
at java.awt.Component.(Component.java:595)
at processing.app.Preferences.save(Preferences.java:735)
at processing.app.Preferences.init(Preferences.java:249)
at processing.app.Base.main(Base.java:117)
I am fairly new to Linux and really can make very little sense of this. Has anyone encountered something like this? Better yet does anyone know of an approach to fixing this? Running other applications from Terminal does not yield this same problem, this appears to be a unique feature of the IDE.
OS: Ubuntu 14.04 LTS
Version of IDE: 1.05