Hi listers,
I am running fedora core 1, and just built gnome
2.5.5 from garnome 0.30.1.
The build seems to have gone fine, but when I run
the gconftool-2 commands to enable accessibility I get errors.
My command script is as follows:
#!/bin/sh
echo "enabling accessibility support" gconftool-2 --type bool --set /desktop/gnome/interface/accessibility true # enable speech
echo "enabling speech support" gconftool-2 --type bool --set /apps/gnopernicus/srcore/sp_active true echo "enabling brltty support"
gconftool-2 --type bool --set /apps/gnopernicus/srcore/br_active true gconftool-2 --type string --set /apps/gnopernicus/braille/device BRLTTY gconftool-2 --type string --set /apps/gnopernicus/braille/translation_table en_US The output I get is:
enabling accessibility support
(process:17354): GLib-CRITICAL **: file
gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL'
failed
(process:17354): GLib-CRITICAL **: file
gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL'
failed
enabling speech support (process:17357): GLib-CRITICAL **: file
gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL'
failed
(process:17357): GLib-CRITICAL **: file
gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL'
failed
enabling brltty support (process:17358): GLib-CRITICAL **: file
gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL'
failed
(process:17358): GLib-CRITICAL **: file
gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL'
failed
(process:17359): GLib-CRITICAL **: file
gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL'
failed
(process:17359): GLib-CRITICAL **: file
gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL'
failed
(process:17360): GLib-CRITICAL **: file
gstrfuncs.c: line 2129 (g_strsplit): assertion `string != NULL'
failed
(process:17360): GLib-CRITICAL **: file
gstrfuncs.c: line 2241 (g_strjoinv): assertion `str_array != NULL'
failed
Any ideas?
|