From: "(" <paren@disroot.org>
To: "Denis 'GNUtoo' Carikli" <GNUtoo@cyberdimension.org>,
"GUIX Help" <help-guix@gnu.org>
Subject: Re: Launching sway from sddm
Date: Fri, 24 Jun 2022 18:03:03 +0100 [thread overview]
Message-ID: <CKYIZ38IZV71.RX7TS9RKPYB2@guix-aspire> (raw)
In-Reply-To: <20220624182126.2e1deb19@primarylaptop.localdomain>
On Fri Jun 24, 2022 at 5:21 PM BST, Denis 'GNUtoo' Carikli wrote:
> - Is Xorg launched by SDDM? does it does it because sway fails?
I thought SDDM Wayland support didn't exist yet, but apparently I'm
wrong.
> - Where is XDG_RUNTIME_DIR supposed to be set?
XDG_RUNTIME_DIR is set by either elogind or greetd (which requires Rust)
iirc. You can also set it yourself in .profile or something:
--- .profile
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
---
> And in general does someone has pointers on which direction to try to
> look to debug that issue (to be able to get it fixed at some point)?
Two things you might want to know:
(1) SDDM does not support seatd, only elogind:
--- /home/paren/code/guix/gnu/packages/display-managers.scm
(define-public sddm
(package
(inputs
(list elogind #| if both were supported, it would use libseat, not
elogind |#))
---
(2) Sway does not officially support DMs, though GDM and greetd seem to
work well, and Tobias (nckx) was using sway with SDDM if I remember
correctly:
--- https://github.com/swaywm/sway/blob/master/README.md
Run sway from a TTY. Some display managers may work but are not
supported by sway (gdm is known to work fairly well).
---
-- (
next prev parent reply other threads:[~2022-06-24 17:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-24 16:21 Launching sway from sddm Denis 'GNUtoo' Carikli
2022-06-24 17:03 ` ( [this message]
2022-06-25 22:54 ` Denis 'GNUtoo' Carikli
2022-06-25 23:29 ` Denis 'GNUtoo' Carikli
2022-06-24 18:56 ` Timotej Lazar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CKYIZ38IZV71.RX7TS9RKPYB2@guix-aspire \
--to=paren@disroot.org \
--cc=GNUtoo@cyberdimension.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.