[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] XaAES does not start when widgets file not found



On Wed, Sep 21, 2011 at 7:56 AM, Helmut Karlowski
<helmut.karlowski@ish.de> wrote:
> =?iso-8859-1?q?Jean-Fran=E7ois?= Lemaire wrote:
>
>> I just noticed that if the widgets resource file indicated in xaaes.cnf doe=
>> s=20
>> and again. I think in this situation it should load a default widgets resou=
>> rce=20
>> (possibly embedded).
>
> But then you'd also want xaaes.rsc, etc. and so on.
>
> -Helmut
>
the default widgets are already in the same dir as xaaes, it should
therefore only fail if the defaults can not be found

if external-widgets then
        load external-widgets
        if OK return
load default-widgets
if OK return
fail gracefully (or maybe try mono defaults first)

Paul