From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#18698: Our WindowMaker wrapper pollutes PATH in the entire X session Date: Tue, 10 Feb 2015 12:01:54 +0100 Message-ID: References: <877g04iyku.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL8ay-0005x6-Tp for bug-guix@gnu.org; Tue, 10 Feb 2015 06:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YL8at-0001RB-8n for bug-guix@gnu.org; Tue, 10 Feb 2015 06:03:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:47709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL8as-0001Qw-Lo for bug-guix@gnu.org; Tue, 10 Feb 2015 06:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YL8as-0005jT-BU for bug-guix@gnu.org; Tue, 10 Feb 2015 06:03:02 -0500 In-Reply-To: <877g04iyku.fsf@yeeloong.lan> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18698@debbugs.gnu.org The fix may have resulted in unintended side-effects. On a fresh installation of the System Distribution v0.8.1 WindowMaker is installed by default, but it is not completely functional. For example, the attempt to change the style via the menu results in this error to be displayed: Could not execute command: setstyle /gnu/store/...windowmaker.../share/WindowMaker/Styles/Black.style Likewise, selecting "Configure Window Maker" from the right-click menu results in this error: Could not execute command: exec WPrefs The "setstyle" executable is located in /gnu/store/...windowmaker.../bin/, but is not in the PATH. ~~ Ricardo