Re: Problem with mutter window manager

[email protected] Mon, 29 Jul 2024 07:39:15 -0500
Newsgroups gmane.comp.lib.fox-toolkit.user
Message-ID <[email protected]>
On 2024-07-28 06:12, Jean Truc wrote:
> Hi there,
> 
> I recently upgraded from Ubuntu 22.04 to 24.04 and now some FOX
> dialogs appear to have zero size (width and height set to 0).
> 
> 
> Example:
> 
> (with FOX 1.6.58 self compiled in Ubuntu 22.04)
> 
> Launch adie and select the menu items Search / Search or Search /
> Replace => the search or replace dialog have zero size
> 
> Launch calculator => the entire calculator window has zero size
> 
> Launch PathFinder => the Preferences dialog has zero sizer
> 
> 
> Note that some other dialogs work as expected.
> 
> I investigated a bit and found that the problem started to appear in
> Gnome desktop with mutter window manager version 44.
> 
> I tested with openbox or xfwm4 (from Xfce desktop) and I don't see such 
> issue.
> 
> 
> Do you think it's a FOX issue? Should I fill a bug report to the
> mutter team? Is there some workaround?

Yes, you should file a bug report with the mutter WM team.

It looks like there is something wrong with their WM.  I'm not
sure what; either the WM fails to observe the window size attributes,
or maybe it fails to give us a configure event that FOX uses to
layout the widgets after a WM-determined size.

I'm using XFCE most times so have not ran into this issue,


   -- JVZ