FyshOS / fin

A Fyne login manager for linux desktop computers
Other
26 stars 6 forks source link

Initial OpenBSD build support #17

Closed vazub closed 2 years ago

vazub commented 2 years ago

Requires pkg_add openpam.

Display manager starts fine in embedded session with Xephyr. To have the auth work, the following command needs to be run as root:

# install -Dm00644 /etc/pam.d/system /etc/pam.d/display_manager

At this time, the session crashes though (after successful login), needs further investigation to make this port viable.

vazub commented 2 years ago

Added text to README to address OpenBSD topic.

vazub commented 2 years ago

merge conflicts as far as I can see

I had git acting up for some reason, but there was no real conflict in the end, if you look at the actual changes @andydotxyz If that is still a bother, I can abandon this PR and create a fresh one, with all the changes in one go.

andydotxyz commented 2 years ago

merge conflicts as far as I can see

I had git acting up for some reason, but there was no real conflict in the end, if you look at the actual changes @andydotxyz If that is still a bother, I can abandon this PR and create a fresh one, with all the changes in one go.

Look at the diff, there are two instances of <<<<<<< HEAD - I am pretty sure this is not what you intended.