You are not logged in.

#1 2016-10-21 16:06:34

folatt
Member
Registered: 2015-08-01
Posts: 96

[solved] Eclipse - submenus not showing due to Negative content width.

Should I report this at Bugs?

eclipse-java 4.6.1-1

Menu's won't show and the close button no longer works.

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

(Eclipse:8257): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node menuitem, owner GtkMenuItem)

Last edited by folatt (2016-10-22 03:08:58)

Offline

#2 2016-10-21 23:05:38

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,672

Re: [solved] Eclipse - submenus not showing due to Negative content width.

Works here, which GTK theme do you use?

Offline

#3 2016-10-22 03:08:29

folatt
Member
Registered: 2015-08-01
Posts: 96

Re: [solved] Eclipse - submenus not showing due to Negative content width.

GTK3

Solved by reverting to gtk2. Apparently, my eclipse.ini had been reset after an update.

Offline

#4 2016-10-26 09:24:43

bergqvistjl
Member
Registered: 2011-01-05
Posts: 55

Re: [solved] Eclipse - submenus not showing due to Negative content width.

folatt wrote:

GTK3

Solved by reverting to gtk2. Apparently, my eclipse.ini had been reset after an update.

How do you revert to gtk2? I have the same problem in Meld right now.

Offline

#5 2016-10-26 10:53:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,672

Re: [solved] Eclipse - submenus not showing due to Negative content width.

@bergqvistjl
That's not how it works, eclipse can do it because its GUI library isn't hard dependant on GTK3 but can choose which to use, you don't have that luxury with meld. The underlying problem in any case is that your GTK3 theme doesn't work with GTK 3.20+ and you should switch to a supported GTK theme, like Adwaita or search if the theme of your choice has been ported already.

Last edited by V1del (2016-10-26 11:14:03)

Offline

Board footer

Powered by FluxBB