-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement functionality to actually start the session #1
Comments
I think XDM can. |
I'm a noob, but can I ask why you don't fork and use setuid and setgid ?? |
Would you know how to do that? |
After digging inside XDM's source code I think I finally got it, so long as it's okay to copy the idea and not the code: Again, can't promise anything but I'll try to make it happen. |
Thanks @StripedSkies.
That'd be great! |
How to test what I've done ? |
Cool!
You need to tell the system not to use
|
This comment was marked as outdated.
This comment was marked as outdated.
@probonopd I think if there is no progress, maybe qt-lightdm-greeter can rely on. |
It runs in lightdm. lightdm has an interesting liblightdm-qt. Maybe we can use that to run our LoginWindow. The question is whether lightdm has any dependencies that we don't want (e.g., PolKit, etc.) Unfortunately the x11/lightdm package on FreeBSD doesn't include the Qt part ( |
So is PCDM more likely, although it is based on qt, it is just possible that it will need to branch. |
Password checking is already implemented using PAM.
Still need to implement functionality to actually start the session.
Possible approaches:
login
andxsession
?)Fallbacks
The text was updated successfully, but these errors were encountered: