This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152788 - Some widgets are invisible in KDE 4.1
Summary: Some widgets are invisible in KDE 4.1
Status: RESOLVED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
: 159647 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-08 17:03 UTC by kurti
Modified: 2009-05-25 20:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Customize Installation (33.19 KB, image/png)
2008-11-08 17:04 UTC, kurti
Details
License aggreement (44.46 KB, image/png)
2008-11-08 17:05 UTC, kurti
Details
Cancel dialogue (10.20 KB, image/png)
2008-11-08 17:05 UTC, kurti
Details
Installer logs; first: Java 1.5; second Java 1.6 (6.94 KB, application/x-tar)
2008-11-10 13:09 UTC, kurti
Details
Test for JButton and JCheckBox (3.07 KB, application/octet-stream)
2008-11-12 11:50 UTC, dlipin
Details
kdetest: screen 1 (8.44 KB, image/png)
2008-11-12 12:11 UTC, kurti
Details
kdetest: screen 2 (9.19 KB, image/png)
2008-11-12 12:11 UTC, kurti
Details
kdetest: screen 3 (8.04 KB, image/png)
2008-11-12 12:12 UTC, kurti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kurti 2008-11-08 17:03:42 UTC
I am running Kubuntu 8.10 with KDE 4.1. Some widgets are invisible. NetBeans itself runs fine. I will attach screenshots.
Comment 1 kurti 2008-11-08 17:04:34 UTC
Created attachment 73542 [details]
Customize Installation
Comment 2 kurti 2008-11-08 17:05:04 UTC
Created attachment 73543 [details]
License aggreement
Comment 3 kurti 2008-11-08 17:05:37 UTC
Created attachment 73544 [details]
Cancel dialogue
Comment 4 dlipin 2008-11-08 17:09:42 UTC
what desktop theme are you using?
Comment 5 dlipin 2008-11-08 17:12:14 UTC
also please attach installation log from ~/.nbi/log.
Comment 6 kurti 2008-11-08 22:36:42 UTC
This was a good hint: I am using "Clearlooks" für KDE but the "GTK style" configured in KDE is "Qt4". If I switch to
"Clearlooks", "Simple" or "Redmond" for GTK, the widgets are fine. Do you still need the .nbi logs?
Comment 7 dlipin 2008-11-10 12:06:06 UTC
> Do you still need the .nbi logs?
Yes, please:) 

BTW, does that happen if you using java5 (or java6 if you initially run on java5)? 
To run installer on other JDK/JRE specify it with "--javahome <path-to-java>" installer switch.
Comment 8 kurti 2008-11-10 13:07:43 UTC
At you service :-)

It works with 1.5. I'll attach two logs, one with 1.5 (working) and one with 1.6 (not working).
Comment 9 kurti 2008-11-10 13:09:18 UTC
Created attachment 73578 [details]
Installer logs; first: Java 1.5; second Java 1.6
Comment 10 dlipin 2008-11-12 11:50:53 UTC
Created attachment 73669 [details]
Test for JButton and JCheckBox
Comment 11 dlipin 2008-11-12 11:55:50 UTC
kurti,

Please put your system into the initial state when you have the issue reproducible ("Clearlooks" für KDE, "GTK style" 
configured in KDE set to "Qt4").

Could you please run attached kdetest.jar:
/usr/lib/jvm/java-6-sun-1.6.0.10/jre/bin/java -jar kdetest.jar

It will show a button and checkbox on the panel, first - with Metal L&F (for 5 seconds), second - with GTK (for 5 
seconds).

Could you please make the screenshots with GTK?
Is the issue with not visible thing reproducible in this test?
Comment 12 dlipin 2008-11-12 11:59:28 UTC
and, please, post the output of "/usr/lib/jvm/java-6-sun-1.6.0.10/jre/bin/java -version" here as well.

thanks in advance,
Dmitry
Comment 13 dlipin 2008-11-12 12:01:41 UTC
Just one more note. The test will actually run 3 times - one with Metal, then Nimbus and GTK at the end.
I am interested in GTK screenshots :)
Comment 14 kurti 2008-11-12 12:10:04 UTC
Yes, it is reproducible; I will attach the screenshots.
Comment 15 kurti 2008-11-12 12:11:10 UTC
Created attachment 73671 [details]
kdetest: screen 1
Comment 16 kurti 2008-11-12 12:11:48 UTC
Created attachment 73672 [details]
kdetest: screen 2
Comment 17 kurti 2008-11-12 12:12:41 UTC
Created attachment 73673 [details]
kdetest: screen 3
Comment 18 kurti 2008-11-12 12:20:32 UTC
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)

The widgets are visible with Metal and Nimbus
Comment 19 dlipin 2008-11-12 12:45:31 UTC
Thanks!

Just for the record : I`ve filed in the internal bugs database against JDK (CR6770565)
Comment 20 dlipin 2009-03-05 08:36:19 UTC
*** Issue 159647 has been marked as a duplicate of this issue. ***
Comment 21 dlipin 2009-03-25 13:53:04 UTC
JDK bug... Unfortunately I was not able to find a automatic workaround on installer side - closing as wontfix.
Manual workaround is to set either different desktop theme or different L&F - by running installer with "--laf 
Nimbus" (>=jdk6u10) or "--laf Metal".