From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: how to tell graphical Emacs to shutdown cleanly from tty1?
Date: Tue, 17 Nov 2015 05:05:43 +0100 [thread overview]
Message-ID: <87si459so8.fsf@debian.uxu> (raw)
In-Reply-To: 87si45wbp2.fsf@pobox.com
Tom Roche <Tom_Roche@pobox.com> writes:
> Lately I run GNU Emacs mostly as GUI on X/tty7
> (which I'll call "the desktop" as opposed to
> emacs-desktop) on one of my Debian laptops.
Yes - the pecking order is:
(boot) -> ... -> tty6 -> X (in tty7) -> GNOME or KDE with
a window manager -> GUI Emacs
The "desktop" is the GNOME/KDE/whatever part. You can
do without it like this:
1. Disable the login manager (google your desktop to
find out what it is).
2. Now the computer won't start X.
3. So instead you do it with manually with startx(1)
or xinit(1) (put such a call is the shell's
"profile" file - e.g., ~/.zprofile for zsh - to
have it automatized if you want it on every boot).
4. In ~/.xinitrc, start a window manager, e.g.
openbox(1), in the *background* (with "&" after the
command) - last, add a call to a terminal emulator
(e.g., xterm), *not* running in the background.
Done - either start Emacs in xinitrc as well, or do it
from xterm. Now you have the same GUI Emacs but
without the diffuse desktop stuff!
> Occasionally the desktop hangs
Try my method and see if it still does. It "shouldn't"
in either case, but if it does, it does.
> in which case I usually can goto tty1 and `sudo
> shutdown -whatever now`. Unfortunately this does not
> seem to cause Emacs to shut down as cleanly as I'd
> like: I'd like Emacs to (e.g.) save any unsaved
> buffers and save its emacs-desktop, but that doesn't
> seem to get done. (Am I missing something?)
Well, the problem isn't "how to shut Emacs down
gracefully when the desktop is hanged" but "why does
the desktop hang and how can I fix it?" That said, the
man page for kill(1) may help you.
> So I'm thinking that, in this usecase, I should
> utter something from tty1 (before `shutdown`) to
> tell Emacs to shutdown cleanly ... but I don't know
> what to say. How to do this?
You can hope to do something with IPC and kill in
particular, but again, get the desktop working or get
it away is the actual solution.
--
underground experts united
http://user.it.uu.se/~embe8573
next prev parent reply other threads:[~2015-11-17 4:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 3:23 how to tell graphical Emacs to shutdown cleanly from tty1? Tom Roche
2015-11-17 4:05 ` Emanuel Berg [this message]
2015-11-17 4:34 ` Yuri Khan
2015-11-17 15:32 ` Jorge A. Alfaro-Murillo
2015-11-17 19:01 ` Tom Roche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87si459so8.fsf@debian.uxu \
--to=embe8573@student.uu.se \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).