all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* File .emacs not read
@ 2017-11-30  8:26 Philippe Delavalade
  2017-12-02 10:47 ` File .emacs not read (resolved) Philippe Delavalade
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Delavalade @ 2017-11-30  8:26 UTC (permalink / raw)
  To: help-gnu-emacs

Hi.

I'm using emacs 25.3.1 under linux ; I just upgraded slint-14.2 to 14.2.1rc2.

Now when starting emacs as user philippe or root or others, it seems that
~/.emacs is not read and I obtain a window *warnings* saying : 

Error (initialization): User GDM has no home directory

I looked for this error on google but answers don't help me.

Thanks for advices.

Regards.

-- 
Ph. Delavalade



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: File .emacs not read (resolved)
  2017-11-30  8:26 File .emacs not read Philippe Delavalade
@ 2017-12-02 10:47 ` Philippe Delavalade
  2017-12-03  1:11   ` Emanuel Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Delavalade @ 2017-12-02 10:47 UTC (permalink / raw)
  To: help-gnu-emacs

Le jeudi 30 novembre à 09:26, Philippe Delavalade a écrit :
> Hi.
> 
> I'm using emacs 25.3.1 under linux ; I just upgraded slint-14.2 to 14.2.1rc2.
> 
> Now when starting emacs as user philippe or root or others, it seems that
> ~/.emacs is not read and I obtain a window *warnings* saying : 
> 
> Error (initialization): User GDM has no home directory

A command
grep -i "gdm" /etc/*
showed me  a bash script with the line
export LOGNAME="GDM"
I commented it and now everything looks clean.

Thanks for answers and apologies for my question.

-- 
Ph. Delavalade



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: File .emacs not read (resolved)
  2017-12-02 10:47 ` File .emacs not read (resolved) Philippe Delavalade
@ 2017-12-03  1:11   ` Emanuel Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Emanuel Berg @ 2017-12-03  1:11 UTC (permalink / raw)
  To: help-gnu-emacs

Philippe Delavalade wrote:

> A command grep -i "gdm" /etc/* showed me
> a bash script with the line export
> LOGNAME="GDM" I commented it and now
> everything looks clean.

Great! :)

Do this as well

    $ sudo grep -r 'export LOGNAME' /

so to make sure nothing else messes with it.
It takes some time to complete. And just as
with `apropos-value', some of the hits can be
related to the search itself...

> Thanks for answers and apologies for
> my question.

Not at all :)

Most questions/discussions here are about Emacs
itself but getting Emacs to work isn't OT.
No post that has the word "Emacs" in it is,
basically...

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-03  1:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30  8:26 File .emacs not read Philippe Delavalade
2017-12-02 10:47 ` File .emacs not read (resolved) Philippe Delavalade
2017-12-03  1:11   ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.