Super stoked, first time ever I have seen Wayland.... I was able to
start E on wayland, on 1 display. Now I can try out multi patches!
Not to mention play with Wayland etc.


On Tue, 3 Apr 2018 10:08:27 -0400
"William L. Thomson Jr." <[email protected]> wrote:

> This does not look good...
> 
> $ /bin/loginctl
>    SESSION        UID USER             SEAT             TTY
> 
> 0 sessions listed.

This was for sure the problem. I have not worked it out 100%, but made
progress. Basically on Gentoo they were installing.

/etc/pam.d/elogind-user

But nothing sourced or used that file. I noticed bits of consolekit in 
/etc/pam.d/system-login

So I added the following.

--- a/etc/pam.d/system-login
+++ b/etc/pam.d/system-login
@@ -12,5 +12,7 @@
 session                optional        pam_lastlog.so silent
 session                include         system-auth
 session                optional        pam_ck_connector.so nox11
+session                optional        pam_keyinit.so force revoke
+session                optional        pam_elogind.so
 session                optional        pam_motd.so motd=/etc/motd
 session                optional        pam_mail.so


Though not sure its the right file or location. I am seeing some odd
stuff in Terminals when under X11 after that modification. I assume
same under Wayland. I do not get a prompt right away, not till I hit
enter. Seems something else is off there.

At least some progress!!! I still got some errors, but E started and
did not seem like it was running under X, so pretty 100% it was
Wayland :)

-- 
William L. Thomson Jr.

Attachment: pgpEQ0H5p74jF.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to