Page MenuHomeFreeBSD

New port: x11/sddm
ClosedPublic

Authored by tcberner on Jul 17 2017, 9:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 9:42 PM
Unknown Object (File)
Fri, Mar 29, 9:42 PM
Unknown Object (File)
Fri, Mar 29, 9:42 PM
Unknown Object (File)
Fri, Mar 29, 9:42 PM
Unknown Object (File)
Fri, Mar 29, 9:42 PM
Unknown Object (File)
Fri, Mar 29, 9:29 PM
Unknown Object (File)
Fri, Mar 22, 8:36 AM
Unknown Object (File)
Mar 15 2024, 4:50 PM
Subscribers

Details

Reviewers
rakuco
adridg
Group Reviewers
kde
Commits
rP449358: New port: x11/sddm
Summary

sddm is a qml based login manager

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10520
Build 10929: arc lint + arc unit

Event Timeline

I would also be happy if we just commited the UIDs/GIDs part so that we have something fixed for the future..

Builds on 10.3 against current HEAD of ports tree; haven't actually tried it yet, though.

adridg requested changes to this revision.Aug 6 2017, 8:41 PM

Works fine in combination with KDE4, but needs the remaining changes that have been pushed to Area51 plasma5/ to be added, too.

This revision now requires changes to proceed.Aug 6 2017, 8:41 PM
GIDs
162

Can you rebase the patch? This uid/gid has been taken.

x11/sddm/Makefile
21

It'd be good to explain why.

x11/sddm/Makefile
21

I don't know enough PAM to write an OpenPAM compatible pam file to be used.
So I opted to use the passwd-based backend -- the two backends are exclusive.

Assuming the pending changes that Ade mentioned have been incorporated, shipit!

x11/sddm/Makefile
21

Explaining that we're disabling PAM because the code isn't compatible with OpenPAM, even if you don't know how/why, already helps.

Add the session files for

  • kde4 (in x11/kde4-workspace -- makes more sense than to ship it with sddm)
  • xinitrc

and a launch script for the latter.

lgtm. i've been using this sddm to log into my kde4 desktop on 10.3 for a while, and it seems to support all the bits that are needed, except shutdown from inside the kde4 session (you can logout, and then shutdown from the sddm login screen, though).

This revision is now accepted and ready to land.Sep 3 2017, 2:19 PM
This revision was automatically updated to reflect the committed changes.