emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18698: closed (Our WindowMaker wrapper pollutes PATH in the entire X


From: GNU bug Tracking System
Subject: bug#18698: closed (Our WindowMaker wrapper pollutes PATH in the entire X session)
Date: Tue, 13 Oct 2020 14:44:02 +0000

Your message dated Tue, 13 Oct 2020 10:43:27 -0400
with message-id <87pn5m5gq8.fsf@gmail.com>
and subject line Re: bug#18698: Our WindowMaker wrapper pollutes PATH in the 
entire X session
has caused the debbugs.gnu.org bug report #18698,
regarding Our WindowMaker wrapper pollutes PATH in the entire X session
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
18698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18698
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Our WindowMaker wrapper pollutes PATH in the entire X session Date: Sun, 12 Oct 2014 20:48:49 -0400
We install a wrapper script around WindowMaker that prepends
/gnu/store/XXX-windowmaker-XXX/bin to $PATH.  This setting is propagated
to all subprocesses in the entire X session, which is suboptimal.  It
would be nice to find another solution, preferably by using absolute
pathnames when launching subprocesses run by WindowMaker.

      Mark



--- End Message ---
--- Begin Message --- Subject: Re: bug#18698: Our WindowMaker wrapper pollutes PATH in the entire X session Date: Tue, 13 Oct 2020 10:43:27 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Mark H Weaver <mhw@netris.org> writes:

> We install a wrapper script around WindowMaker that prepends
> /gnu/store/XXX-windowmaker-XXX/bin to $PATH.  This setting is propagated
> to all subprocesses in the entire X session, which is suboptimal.  It
> would be nice to find another solution, preferably by using absolute
> pathnames when launching subprocesses run by WindowMaker.
>
>       Mark

I tested with the following modifications to our lightweight-desktop
template:

--8<---------------cut here---------------start------------->8---
modified   gnu/system/examples/lightweight-desktop.tmpl
@@ -2,6 +2,7 @@
 ;; for a "desktop" setup without full-blown desktop
 ;; environments.

+(use-modules (gnu packages gnustep))
 (use-modules (gnu) (gnu system nss))
 (use-service-modules desktop)
 (use-package-modules bootloaders certs ratpoison suckless wm xorg)
@@ -42,7 +43,7 @@
   ;; the log-in screen with F1.
   (packages (append (list
                      ;; window managers
-                     ratpoison i3-wm i3status dmenu
+                     windowmaker
                      ;; terminal emulator
                      xterm
                      ;; for HTTPS access
--8<---------------cut here---------------end--------------->8---

And I cannot reproduce this.  I believe the fix Ludo did 6 years ago in
be05e643ae4d62dc25aa88b7fbdb0eae9cf10eb0 combined with the use of a
xsession file added in commit 537fe4568f4 by Kei resolved this issue for
good.

Closing.

Thanks,

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]