Alan: >> - Alan Coopersmith asked why some scripts are installed to /usr/lib and >> others to /usr/lib/ConsoleKit/scripts. >> >> The difference is that the files installs to /usr/lib are libexec >> programs which would normally be installed to /usr/libexec on Linux. > > So will you be putting them all under /usr/lib/ConsoleKit or not?
Currently the ConsoleKit pkgconfig file does not expose the libexecdir that ConsoleKit is configured with, so other modules (such as GDM) can't easily figure out that they are installed to a non-standard directory. So, changing this would require a fair bit of work to fix not only ConsoleKit, but to also fix all other modules which use its libexec programs. Therefore, I do not plan to make this change unless it would otherwise cause a TCR/TCA. Brian