Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » eclipse ui problem with fedora gnome 3(Some ui component are hidden)
eclipse ui problem with fedora gnome 3 [message #1750779] Wed, 28 December 2016 16:11 Go to next message
Deyine JIDDOU is currently offline Deyine JIDDOUFriend
Messages: 1
Registered: December 2016
Junior Member
Some ui component are hidden on eclipse ui problem with fedora gnome 3 . Any ideas

index.php/fa/27969/0/

index.php/fa/27970/0/
Thanks
Re: eclipse ui problem with fedora gnome 3 [message #1752541 is a reply to message #1750779] Wed, 25 January 2017 00:11 Go to previous message
Patrik Suzzi is currently offline Patrik SuzziFriend
Messages: 2
Registered: February 2018
Junior Member
This looks like a GTK issue.

I suggest you to read this post: https://coffeeorientedprogramming.com/2014/10/27/how-to-tell-if-you-are-running-eclipse-on-gtk2-or-on-gtk3/

Then, depending on your Eclipse version, I would force Eclipse Using a specific GTK version.

- For Eclipse Neon and Above, I would use GTK 3
- For Eclipse Mars.2 and below, I would use GTK 2

#Gtk3 forced:
export SWT_GTK3=1
eclipse

#Gtk2 forced:
export SWT_GTK3=0
eclipse

HTH

Kind Regards,

Ing. Patrik Suzzi
Consultant Software Engineer,
Eclipse Platform Committer
https://about.me/psuzzi
Previous Topic:Custom StatusReporter(override WorkbenchStatusReporter)
Next Topic:How to detect when the result of the canExecute-method method has changed on an already open menu
Goto Forum:
  


Current Time: Tue Apr 23 18:00:36 GMT 2024

Powered by FUDForum. Page generated in 0.02723 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top