On Fri, 16 Jun 2006, Michael J. Vollinger wrote:

> Can anyone help me?  I forgot how to make the changes in X11 so every
> time I open an application like gnumeric I don't have to type "export
> DISPLAY=:0" to get the program to open and run.
>
Unless you remotely login to your system to run X11 app.s, you
should be safe to do one of these:

If you use 'csh' or 'tcsh', create a '.login' file with this:
setenv DISPLAY :0

If you use a bourne-type shell (and it sounds like you do),
put this into our '.profile' or '.bashrc' or equivalent:
export DISPLAY=:0

Every shell you open should have that set in it (you can check by
typing "echo $DISPLAY").

Wayne

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wayne Brehob    [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to