On Wed, 13 Aug 2003 09:36:04 -0500
Rob Browning <[EMAIL PROTECTED]> wrote:
[...]
> GNOME uses ~/.gnomerc (though I didn't realize it until I read the
> relevant gdm script), and if you don't have a .gnomerc, it doesn't
> (didn't?) do what you expect with respect to shell config because it
> takes
"Jeff Sheinberg" <[EMAIL PROTECTED]> writes:
> Here is my workaround, is goes into my ~/.xsession file, which is
> a #!/bin/sh script,
>
> # Source profiles only if not yet done so.
> if test "${ENV:-}" != "${env:-}" ; then
> test -f /etc/profile && . /etc/profil
"Jeff Sheinberg" <[EMAIL PROTECTED]> writes:
> The real problem is with kdm/gdm/xdm logins, in that a proper
> login environment is not established, and even worse, it is
> nowhere documented that this is the case, and how to workaround
> it.
Yes, it is probably a bug in kdm and friends.
I solve
"Jeff Sheinberg" <[EMAIL PROTECTED]> wrote:
[...]
> Here is my workaround, is goes into my ~/.xsession file, which is a
> #!/bin/sh script,
[...]
I've just paste your work around but I do already have a .xsession file
with some env vars in it :(
I'll go on investigating...
-- Arnaud Vandyck,
Arnaud Vandyck writes:
> I put "export CVS_RSH=ssh" into the file ~/.foo. Then I log in
> via kdm/gdm/xdm and start a shell. Typing "echo $CVS_RSH" into
> that shell gives me ssh. Good. I invoke Emacs from that shell.
> Typing M-: (getenv "CVS_RSH") RET into that Emacs gives
Package: emacs21
Version: 21.2-6
Severity: normal
Describing the problem at [EMAIL PROTECTED], Kai Großjohann and
Stefan Monnier suggested me to fill a bug. They also helped me to
describe it:
I put "export CVS_RSH=ssh" into the file ~/.foo. Then I log in
via kdm/gdm/xdm and s
6 matches
Mail list logo