From f24994ff1f514bd0228d35fadc593c6773cfeb3d Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 6 May 2012 00:48:13 +0200 Subject: xinitrc: disable Emacs daemon socket logic, due to GTK bug Emacs crashes on X exit and leaves an orphaned socket behind, long standing bug: https://bugzilla.gnome.org/show_bug.cgi?id=85715 --- xinitrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index eece647..929a810 100755 --- a/xinitrc +++ b/xinitrc @@ -75,7 +75,10 @@ else fi # Start the GNU Emacs daemon -[[ ! -r "/tmp/emacs${UID}/server" ]] && emacs --daemon & +#[[ ! -r "/tmp/emacs${UID}/server" ]] && emacs --daemon & +# - disable the socket logic, Gtk+ bug crashes emacs, leaves the socket +# - http://bugzilla.gnome.org/show_bug.cgi?id=85715 +emacs --daemon & # Xwrits reminds you to take wrist breaks and avoid RSI xwrits typetime=45 clock breakclock top ready-picture="${HOME}/.xwrits/ready.gif" \ -- cgit v1.2.3