discuss-gnustep
[Top][All Lists]
Advanced

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

Re: building a self-contained deployable gnustep [cont]


From: Richard Frith-Macdonald
Subject: Re: building a self-contained deployable gnustep [cont]
Date: Mon, 17 Oct 2011 21:45:24 +0100

On 17 Oct 2011, at 21:00, Julian Mayer wrote:
> 
> i believe for a standalone configuration its unwanted to create a visible 
> directory in the users home folder especially when the config file therein is 
> invisible anyway:
> 
> -GNUSTEP_USER_DEFAULTS_DIR=GNUstep/Defaults
> +GNUSTEP_USER_DEFAULTS_DIR=.config/GNUstep/Defaults
> 
> but despite these changes a GNUstep folder is still created in the $home 
> folder, for these files:
> 
> /home/notroot/GNUstep/Library/Services:
> total 16
> drwxr-xr-x 2 notroot notroot 4096 2011-10-17 05:08 .
> drwxr-x--- 3 notroot notroot 4096 2011-10-17 05:08 ..
> -rw-r--r-- 1 notroot notroot   55 2011-10-17 05:08 .GNUstepAppList
> -rw-r--r-- 1 notroot notroot  378 2011-10-17 05:08 .GNUstepServices
> 
> how can i turn that off?

Sorry ... guess I'm tired ... I was really stupid when reading that first time 
round ... the directory /home/notroot/GNUstep/Library/Services has nothing to 
do with GNUSTEP_USER_DEFAULTS_DIR
That's the Services subdirectory of the Library directory ... the location you 
get if you call 
NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,NSUserDomainMask,YES)
If you want to change the user paths, you need to edit the layout file 
(standalone.conf) to whatever you want them set to ... that's those paths of 
the form GNUSTEP_USER_...


reply via email to

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