The latest drivers in intrepid allow compiz to work at 1280x1024 for me.
I am using the default xorg.conf generated by the "dpkg-reconfigure
-phigh xserver-org" command. Here is the lspci output for my video
card:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY
[Radeon 700
I am not sure either if setting the height and width for an applet in a
stylesheet is correct. A brief read of section 17.3 of the HTML 4.01 spec
(http://www.w3.org/TR/html401/struct/objects.html#h-13.7) does seem to clear it
up for me. Although I would lean towards saying that the height a
I created a patch to get past the NPE exception, basically set a default
width and height of 1 if none is present in the tag. I wasn't able to
confirm that this applet works since it requires LiveConnect, but I get
past the original exception
** Attachment added: "icedtea-gcjwebplugin_1.0-0ubuntu
I finally got some more free time to look at this issue and it turns out
that technically this is not a bug. The website is not setting the
height and width attributes on the applet tag. Below is the actual
applet tag definition. The fact still remains that the sun plugin works,
which means they a
No luck Matti. Got the same error. Also as an FYI, after making the switch
I had to manually run 'sudo update-alternatives --auto java'
Timothy
--
applet fails to load with nullpointerexception
https://bugs.launchpad.net/bugs/199732
You received this bug notification because you are a member
** Attachment added: "jigzone.txt"
http://launchpadlibrarian.net/12511691/jigzone.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/12511692/Dependencies.txt
--
applet fails to load with nullpointerexception
https://bugs.launchpad.net/bugs/199732
You received this
Public bug reported:
Binary package hint: icedtea-java7-plugin
I am trying to access an applet from http://www.jigzone.com. The applet
fails to load with error:
Exception in thread "main" java.lang.NullPointerException
at sun.applet.PluginMain.start(PluginMain.java:211)
at sun.ap