Re: Programs fail with complaint about per-user Gnome directory
- From: Tom Tromey <tromey cygnus com>
- To: Edward Betts <edward hairnet demon co uk>
- Cc: gnome list <gnome-list gnome org>
- Subject: Re: Programs fail with complaint about per-user Gnome directory
- Date: 25 May 1998 17:13:06 -0600
Edward> ** ERROR **: Could not create per-user Gnome directory
Edward> </home/edward/.gnome> - aborting
Currently the code in gnomelib_init() tries to avoid aborting if the
directory already exists (specifically, if mkdir fails with errno ==
EEXIST).
Can you find out why this code doesn't work for you? One way to do it
would be to run a Gnome application under "strace" and see what error
is returned by mkdir.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]