https://bugs.kde.org/show_bug.cgi?id=439873

Ash Blake <telepath...@tutanota.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |telepath...@tutanota.com

--- Comment #7 from Ash Blake <telepath...@tutanota.com> ---
(In reply to Nate Graham from comment #4)
> On Wayland, I get to the login screen, but logging into the other user
> fails; after I enter the other user's password and click the login button I
> get kicked back to the lock screen of my existing session. 

This works for me, the new user's session starts every time.
However, either the old user's session or the new user's session will crash
when switching.
I have kwin_wayland coredumps from both users and I'll upload the backtraces
soon.

(In reply to Nate Graham from comment #6)
> Maybe the bug is that it didn't succeed in logging *me* into that user?
(In reply to Nate Graham from comment #5) 
> ~/kde/usr/bin/ksmserver

It probably failed to log in as the other user because you tried to run the
same development KDE session, and the other user wouldn't be able to read and
execute anything in your home directory. startplasma-wayland won't run, so the
new user will only be running the systemd user daemon and whatever stuff it
started.

Give konqi execute access to your home directory so he can cd into it, and make
him the group of $HOME/kde so he can read and execute things in there:
$ setfacl -m u:konqi:x $HOME
$ chown -R $USER:konqi $HOME/kde

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to