bug-gnustep
[Top][All Lists]
Advanced

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

[bug #30470] GNUSTEP_USER_ROOT and GNUSTEP_PATHLIST set to wrong value


From: Nicola Pero
Subject: [bug #30470] GNUSTEP_USER_ROOT and GNUSTEP_PATHLIST set to wrong value
Date: Sun, 18 Jul 2010 19:08:41 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

Follow-up Comment #7, bug #30470 (project gnustep):


> I believe I attached the rejigue file to the bug. 

Thanks - I now found it. :-)

In your filesystem layout file, you have, for example,

GNUSTEP_USER_DIR_TOOLS=GS/Tools

because this path is relative, it is automatically assumed to be relative to
the user home dir.  By the way, that should still satisfy your requirements;
while the standard GNUstep installation from the distribution will (most
likely) be using ~/GNUstep/Tools, your installation will be using ~/GS/Tools,
so there is no conflict there - different directories are used to put stuff
in! :-)

If you still want to use /GS/Tools for all users, it should be as simple as
making the directory path absolute --

GNUSTEP_USER_DIR_TOOLS=/GS/Tools

that should tell both gnustep-make and gnustep-base that the directory is a
fixed, absolute directory, not relative to the user's home directory. :-)

Unfortunately, you then have to store the user's defaults somewhere.  You
most likely don't want different users to share the user default.  Presumably
you could leave that one as

GNUSTEP_USER_DEFAULTS_DIR=GS/Defaults

again, that actually means ~/GS/Defaults.

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30470>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]