hal/hald-runner runner.c,1.6,1.7
David Zeuthen
david at freedesktop.org
Thu Feb 9 08:32:26 PST 2006
Update of /cvs/hal/hal/hald-runner
In directory gabe:/tmp/cvs-serv6499/hald-runner
Modified Files:
runner.c
Log Message:
2006-02-09 David Zeuthen <davidz at redhat.com>
* hald-runner/runner.c (run_request_run): Print out some useful
debug information
* hald/linux2/addons/addon-keyboard.c (main): Don't set button.type
or button.has_state as these are merged from the fdi file.
* hald/run-hald.sh: Use absolute paths in HALD_RUNNER_PATH and PATH
cuz otherwise helpers won't get invoked...
* fdi/policy/10osvendor/Makefile.am: Add 10-keyboard-policy.fdi
* fdi/policy/10osvendor/10-keyboard-policy.fdi: Forgot to add file.
Also from Matthew Garrett <mjg59 at srcf.ucam.org>. Tweak file to
merge button.type and button.has_state instead of setting
Index: runner.c
===================================================================
RCS file: /cvs/hal/hal/hald-runner/runner.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- runner.c 29 Jan 2006 15:03:27 -0000 1.6
+++ runner.c 9 Feb 2006 16:32:24 -0000 1.7
@@ -243,6 +243,8 @@
if (program_exists)
program_dir = g_path_get_dirname (r->argv[0]);
+ printf(" full path is '%s', program_dir is '%s'\n", r->argv[0], program_dir);
+
if (!program_exists ||
!g_spawn_async_with_pipes(program_dir, r->argv, r->environment,
G_SPAWN_DO_NOT_REAP_CHILD,
More information about the hal-commit
mailing list