SDDM is hardcoded to run /usr/bin/X

  • Open
  • quality assurance status badge
Details
One participant
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 6 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
E1grhXh-0007S5-Cn@rmmprod07.runbox
I first noticed this when setting sddm as my login session manager, however this bug can be reproduced without setting it as login session manager - Run `guix environment --ad-hoc sddm -- sddm` and one of the output lines is:

[11:05:41.156] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{9792578b-4782-4e04-ae8e-aead026c616c} -background none -noreset -displayfd 19 -seat seat0 vt7


This is on Guix commit version 9117d6df87f2c31c91a78b2969434880c3afad2c
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 34368@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34368
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help