[Xastir] Unuseable tiny dialog boxes on Aspire One under Ubuntu 8.04

Curt, WE7U archer at eskimo.com
Wed Aug 12 15:00:21 EDT 2009


On Wed, 12 Aug 2009, Curt, WE7U wrote:

> As you mentioned we'd replace "nedit" with Xastir's resource name.
> This should be specified in the Xastir code instead of in .Xdefaults
> so people wouldn't have to deal with it.
>
> We can add MinWidth/MinHeight to each dialog with the problem,

"XmNminWidth" and "XmNminHeight".


> or
> probably specify defaults at the top of main.c:main() in the big
> string containing other defaults, something like:
>
>    "*MinWidth: 200\n\
>    *MinHeight: 100\n",

Found an example which shows:

static String fallback\_resources[] = {
        "*width: 300",
        "*heigth: 400",
        NULL /* NULL termination}
        };

So I think we need:

     "*minWidth: 200\n",
     "*minHeight: 100\n",

In our Fallback Resources string in main.c:main().

If someone would be so kind as to try the latest CVS with compiz
enabled on a box that exhibits the problem...   Let us know if this
fixes it.

-- 
Curt, WE7U.                         <http://www.eskimo.com/~archer>
    APRS:  Where it's at!                    <http://www.xastir.org>
   Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!"



More information about the Xastir mailing list