unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: mirai <mirai@makinata.eu>
To: 57589@debbugs.gnu.org
Subject: bug#57589: Guix hands on GDM with wayland
Date: Thu, 24 Nov 2022 12:28:37 +0000	[thread overview]
Message-ID: <8098beea-7d2c-d4cf-775c-dcd10f0ef8b6@makinata.eu> (raw)
In-Reply-To: <644bfdfa-30b4-f54a-5d16-4efd91d4ed0a@gmail.com>

I believe I'm in a similar situation here.

Like Grigory, I also have my /tmp directory mounted as tmpfs:
```
(file-system
  (mount-point "/tmp")
  (device "none")
  (type "tmpfs")
  (flags '(no-dev no-suid no-atime))
  (check? #f))
```

But GDM launches in X11 mode as seen with 'loginctl show-session'
```
$ loginctl list-sessions 
SESSION  UID USER SEAT  TTY 
     c2  977 gdm  seat0 tty7
     c3 1000 x
$ loginctl show-session c2
Id=c2
User=977
Name=gdm
Timestamp=Wed 2022-11-23 17:02:57 WET
TimestampMonotonic=12113524
VTNr=7
Seat=seat0
TTY=tty7
Remote=no
Service=gdm-launch-environment
Leader=548
Audit=4294967295
Type=x11
Class=greeter
Active=yes
State=active
IdleHint=yes
IdleSinceHint=1669223280659646
IdleSinceHintMonotonic=314277878
LockedHint=no
```

and the DE/WM selection list does not contain any 'Wayland' option.

For reference, GDM was configured with:
```
(modify-services %desktop-services
          (gdm-service-type config => (gdm-configuration
                                       (inherit config)
                                       (wayland? #t)
                                       (auto-suspend? #f))))
```




  parent reply	other threads:[~2022-11-24 12:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05  5:37 bug#57589: Guix hands on GDM with wayland Grigory Shepelev
2022-09-05  6:00 ` Josselin Poiret via Bug reports for GNU Guix
     [not found]   ` <9ffabf4d-6a4a-fb5a-4390-d07a839c2592@gmail.com>
     [not found]     ` <877d2i1dzl.fsf@jpoiret.xyz>
2022-09-05 13:24       ` Grigory Shepelev
2022-09-05 17:55         ` Grigory Shepelev
2022-09-06 11:05           ` Grigory Shepelev
2022-11-01 15:55             ` Grigory Shepelev
2022-11-21  2:43               ` Grigory Shepelev
2022-11-21  6:50                 ` Grigory Shepelev
2022-11-22  1:35                   ` Grigory Shepelev
2022-12-12  3:56                     ` Grigory Shepelev
2023-01-04  3:08                       ` Grigory Shepelev
2022-11-24 12:28 ` mirai [this message]
2022-12-01 13:35 ` mirai
2023-01-12 15:55 ` bug#57589: Guix hangs on GDM with Wayland Bruno Victal
2023-03-22  0:51 ` bug#57589: close Bruno Victal

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8098beea-7d2c-d4cf-775c-dcd10f0ef8b6@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=57589@debbugs.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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).