Your message dated Wed, 24 Mar 1999 01:33:11 +0000 (GMT) with message-id <[EMAIL PROTECTED]> and subject line Bugs fixed etc. in FVWM 2.2 has caused the attached bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (administrator, Debian bugs database) Received: (at submit) by bugs.debian.org; 3 Feb 1999 12:06:46 +0000 Received: (qmail 6431 invoked from network); 3 Feb 1999 12:06:46 -0000 Received: from unknown (HELO neptune.binmedia.com) (207.240.149.3) by master.debian.org with SMTP; 3 Feb 1999 12:06:46 -0000 Received: from yelm.east.bacchus.com ([207.240.250.235]) by neptune.binmedia.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-43112U200L100S0) with ESMTP id AAA188 for <[EMAIL PROTECTED]>; Wed, 3 Feb 1999 04:22:20 -0800 Received: (from [EMAIL PROTECTED]) by yelm.east.bacchus.com (8.9.2/8.9.2/Debian/GNU) id EAA03982; Wed, 3 Feb 1999 04:05:54 -0800 (PST) Date: Wed, 3 Feb 1999 04:05:54 -0800 (PST) Message-Id: <[EMAIL PROTECTED]> From: "Charles C. Fu" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: default FvwmPager: no way to disable or change Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Package: fvwm2 Version: 2.1.10-1 Severity: wishlist (Applies to earlier versions, too.) The end of system.fvwm2rc contains the lines # Now start pager Module FvwmPager 0 0 after the user's post.hook. Thus, 1) the user can't automatically disable the pager (by killing it in post.hook), and 2) this hardcoded pager starts even if the user has already started a pager in one of the user's hook files, resulting in two pagers. I suggest using the None conditional so that a default pager is started only if no pager has been started by a hook (e.g., something like "None [FvwmPager] Module Fvwm 0 0"). And I suggest moving the pager line before post.hook so that users who don't want any pager can destroy it in their post.hook. -ccwf