Bug 440779 - [Perspectives] Customize Perspective dialogs are completely blank
Summary: [Perspectives] Customize Perspective dialogs are completely blank
Status: CLOSED DUPLICATE of bug 432673
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 09:40 EDT by R D CLA
Modified: 2014-09-26 07:19 EDT (History)
2 users (show)

See Also:


Attachments
CustomizePerspective dialog tab 1 - blank (43.05 KB, image/png)
2014-07-30 09:40 EDT, R D CLA
no flags Details
CustomizePerspective dialog tab 2 - blank (42.60 KB, image/png)
2014-07-30 09:40 EDT, R D CLA
no flags Details
CustomizePerspective dialog tab 3 - blank (48.97 KB, image/png)
2014-07-30 09:41 EDT, R D CLA
no flags Details
CustomizePerspective dialog tab 4 - blank (49.12 KB, image/png)
2014-07-30 09:41 EDT, R D CLA
no flags Details
CustomizePerspective dialog tab 1 - GTK+2 (66.41 KB, image/png)
2014-07-31 08:51 EDT, R D CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description R D CLA 2014-07-30 09:40:01 EDT
Created attachment 245530 [details]
CustomizePerspective dialog tab 1 - blank

Install of

	Version: Luna Release (4.4.0)
	Build id: 20140612-0600

on linux/64

	java -version
		openjdk version "1.8.0_20"
		OpenJDK Runtime Environment (build 1.8.0_20-b23)
		OpenJDK 64-Bit Server VM (build 25.20-b22, mixed mode)

open 

	Window -> Customize Perspective

all the presented dialogs/tabs are blank; no visibile items

cref: attached screenshots
Comment 1 R D CLA 2014-07-30 09:40:30 EDT
Created attachment 245531 [details]
CustomizePerspective dialog tab 2 - blank
Comment 2 R D CLA 2014-07-30 09:41:22 EDT
Created attachment 245532 [details]
CustomizePerspective dialog tab 3 - blank
Comment 3 R D CLA 2014-07-30 09:41:49 EDT
Created attachment 245533 [details]
CustomizePerspective dialog tab 4 - blank
Comment 4 Daniel Rolka CLA 2014-07-31 04:25:54 EDT
Unfortunately I'm not able to recreate it in my local env. Do I need some extra steps in order to get the issue?

Daniel
Comment 5 Thomas Schindl CLA 2014-07-31 05:19:09 EDT
first check should be that it also breaks with forcing to gtk2.
Comment 6 R D CLA 2014-07-31 08:51:10 EDT
Created attachment 245591 [details]
CustomizePerspective dialog tab 1 - GTK+2

> Do I need some extra steps in order to get the issue?

Nothing in particular -- simply open the dialog through the menu selection, as described.  No content ...

> first check should be that it also breaks with forcing to gtk2.

reading

	https://bugs.eclipse.org/bugs/show_bug.cgi?id=420180

		"SWT_GTK3 can still be used to force Eclipse to use GTK+ 2 by setting its value to 0."

relaunching eclipse with

	SWT_GTK3=0 /usr/local/bin/eclipse

does the trick.  All four tabs now have content.  E.g., attachment

rm/reset the ENV VAR =1, content disappears.  Reproducible.
Comment 7 Paul Webster CLA 2014-07-31 15:11:44 EDT
Related to SWT GTK3

PW
Comment 8 R D CLA 2014-08-18 02:30:16 EDT
bump
Comment 9 R D CLA 2014-09-26 02:28:20 EDT
still broken.  any interest from devs?
Comment 10 Arun Thondapu CLA 2014-09-26 07:19:50 EDT
This is a known problem when using the 'oxygen-gtk' theme under the KDE desktop. Please use either GTK+ 2 (via SWT_GTK3 env variable or via the --launcher.GTK_version parameter that can be added to the eclipse.ini config file) or change the gtk theme settings to use a theme other than 'oxygen-gtk'.

*** This bug has been marked as a duplicate of bug 432673 ***