From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: session management restores Emacs twice Date: Thu, 21 Aug 2003 22:00:15 +0200 (MEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030821200047.XEGA27514.fep03-svc.swip.net@coolsville.localdomain> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061529257 25972 80.91.224.253 (22 Aug 2003 05:14:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2003 05:14:17 +0000 (UTC) Cc: Stanislav Brabec , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Aug 22 07:14:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19q4Fb-0005lQ-00 for ; Fri, 22 Aug 2003 07:14:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19q4Jd-0003vu-00 for ; Fri, 22 Aug 2003 07:18:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19q0MK-0008NC-IG for emacs-devel@quimby.gnus.org; Thu, 21 Aug 2003 21:04:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19pzqj-0000O0-Vp for emacs-devel@gnu.org; Thu, 21 Aug 2003 20:32:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19pvgi-00068W-Rc for emacs-devel@gnu.org; Thu, 21 Aug 2003 16:06:12 -0400 Original-Received: from [130.244.199.131] (helo=fep03-svc.swip.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19pvc5-00054C-5M; Thu, 21 Aug 2003 16:00:53 -0400 Original-Received: from coolsville.localdomain ([213.101.0.66]) by fep03-svc.swip.net with ESMTP id <20030821200047.XEGA27514.fep03-svc.swip.net@coolsville.localdomain>; Thu, 21 Aug 2003 22:00:47 +0200 Original-To: rms@gnu.org In-Reply-To: from "Richard Stallman" at jul 28, 2003 11:30:35 X-Mailer: ELM [version 2.5 PL0pre8] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16053 > > I am using GTK2 version of Emacs in gnome-session (wm metacity). > > Emacs session is saved correctly (but metacity complains about > improper session management implementation). > > While restoring session during next login, Emacs is started twice. > > The same behavior occur for KDE session, too. > > I don't know how these things work--is there any chance you or someone > can figure out what is wrong in the information that Emacs sends? I have checked in a fix. Please try it. I didn't implement the ICCCM-part of session management correctly, some properties had to be set. Jan D.