Re: Global environment variables under Gnome?



Mart van de Wege <wege34 zonnet nl> writes:

> Yes, I know, but I can't find any reference to /etc/environment in
> the Gnome startup script. There are a few references to $userrc(?)
> though, but somebody else will have acces to my PC, so changing
> these will mean fooling around with multiple config files again.

What about:

$ grep environment /etc/gdm/PreSession/Default 
if [ -f /etc/environment ]; then
  . /etc/environment

?

Greetings,
joachim




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