From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#19413: 24.4; (desktop-save-mode 1) save frame as page and desktop sticky (_NET_WM_STATE_STICKY) when close Emacs shaded, (setq desktop-restore-frames nil) fix issue. Date: Fri, 19 Dec 2014 23:52:40 +0200 Message-ID: <83k31ns3x3.fsf@gnu.org> References: <87h9wrqpmt.fsf@gavenkoa.example.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1419026010 21953 80.91.229.3 (19 Dec 2014 21:53:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2014 21:53:30 +0000 (UTC) Cc: 19413@debbugs.gnu.org To: Oleksandr Gavenko Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 22:53:23 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y25U9-0001PR-6M for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Dec 2014 22:53:21 +0100 Original-Received: from localhost ([::1]:60667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y25U8-0005cV-9o for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Dec 2014 16:53:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y25Tx-0005cJ-K7 for bug-gnu-emacs@gnu.org; Fri, 19 Dec 2014 16:53:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y25Tq-0000bE-5S for bug-gnu-emacs@gnu.org; Fri, 19 Dec 2014 16:53:09 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y25Tq-0000b2-1X for bug-gnu-emacs@gnu.org; Fri, 19 Dec 2014 16:53:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Y25Tp-0005CB-Nd for bug-gnu-emacs@gnu.org; Fri, 19 Dec 2014 16:53:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Dec 2014 21:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19413 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19413-submit@debbugs.gnu.org id=B19413.141902596519948 (code B ref 19413); Fri, 19 Dec 2014 21:53:01 +0000 Original-Received: (at 19413) by debbugs.gnu.org; 19 Dec 2014 21:52:45 +0000 Original-Received: from localhost ([127.0.0.1]:51916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y25TZ-0005Bf-8w for submit@debbugs.gnu.org; Fri, 19 Dec 2014 16:52:45 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39812) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y25TW-0005BW-RD for 19413@debbugs.gnu.org; Fri, 19 Dec 2014 16:52:43 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NGU00B00NBHPL00@a-mtaout20.012.net.il> for 19413@debbugs.gnu.org; Fri, 19 Dec 2014 23:52:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGU00BI6NFSKQ40@a-mtaout20.012.net.il>; Fri, 19 Dec 2014 23:52:41 +0200 (IST) In-reply-to: <87h9wrqpmt.fsf@gavenkoa.example.com> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:97581 Archived-At: > From: Oleksandr Gavenko > Date: Fri, 19 Dec 2014 23:46:34 +0200 > > I upgrade Emacs on Debian to 24.4.1. > > New changes for desktop-save-mode: > > *** Desktop now saves and restores the frame/window configuration. > To disable this, set `desktop-restore-frames' to nil. > > I don't set desktop-restore-frames previously. > > When I use Fvwm `WindowShade` command on Emacs window it hided, only titlebar > shown. > > If I close Emacs in shaded state and run again it gain sticky attribute (so it > shown on every page/desktop, follow my page/desktop switching). > > So with "emacs -q" and only "(desktop-save-mode 1)" this behavior reproduced. AFAIR, Debian has a lot of stuff hiding in site-init files, and -q doesn't disable that. Does the same problem happen with -Q or --no-site-file?