|
From: | Luis Garcia Alanis |
Subject: | Re: Using the latest ubuntu how do I load the environment variables? |
Date: | Mon, 18 Feb 2013 12:00:45 -0800 |
Hello Luis,
Am 18.02.2013 12:40, schrieb Luis Garcia Alanis:
this depends a bit on the desktop environment you are using. I am using> Hello,
>
> Quick questions for the ones using ubuntu.
>
> I have . /user/local/................/GNUstep.sh on my .profile and
> /etc/profile
>
> I try to launch gnustep apps and it does not work.
>
> If I open a terminal and run the script then I can launch the apps. For
> some reason .profile is not being loaded when logging into X.
>
> Any ideas on how to fix this? or where do I need to put the script to
> have X actually run it at login? or perhaps at boot.
xfce and have load the GNUstep env via $HOME/.config/xfce4/xinitrc. I
use this script also to start services such as gdnc and gpbs. so,
somewhere before the actual window manager is started I have the following:
. /usr/share/GNUstep/Makefiles/GNUstep.sh
/usr/bin/gdnc &
/usr/bin/gpbs &
/usr/bin/make_services
HTH
Andreas
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |