Re: [gdm-list] at-spi-registryd not starting automatically in gdm [was multiple at-spi...]



On 8/31/07, Francesco Fumanti <francesco fumanti gmx net> wrote:
>
> LIBEXECDIR
>
> I have no clue at the moment, where LIBEXECDIR resides and how to
> correct the problem.

When you compile gdm, set --libexecdir=/usr/lib/at-spi/. This should
really be a separate switch. Brian, would you accept a patch to clean
this up? Probably

AC_ARG_WITH(ap-spi-dir,
    [AS_HELP_STRING([--with-at-spi-dir=PATH],
    [Directory where at-spi-registryd is located])],
    [at_spi_dir="$withval"],
    [at_spi_dir="${libexecdir}"])

with appropriate substitutions in Makefile.am would work.

--
Dan



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