Skip to content
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

fix: stage libnss #326

Merged
merged 1 commit into from
Oct 10, 2024
Merged

fix: stage libnss #326

merged 1 commit into from
Oct 10, 2024

Conversation

jnsgruk
Copy link
Member

@jnsgruk jnsgruk commented Oct 10, 2024

This change ensures that libnss is staged as part of the snap build.

I think this will Fix #325

Copy link
Contributor

@popey popey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Surprised we didn't need to stage it before!

@jnsgruk jnsgruk merged commit 442badb into snapcrafters:candidate Oct 10, 2024
1 check passed
@jnsgruk jnsgruk deleted the libnss branch October 10, 2024 08:44
@danachee
Copy link

Unfortunately, libnss_sss is not a part of libnss3, but comes with libnss-sss.

I've worked around it by doing:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libnss_sss.so.2 /snap/bin/signal-desktop

Looks like something in how overall snap (because this is also happening when running snap itself, as well as thunderbird) is managing things. I hoped you were in the know about what had happened and the proper fix.

Thanks so much for looking into this!

@jnsgruk
Copy link
Member Author

jnsgruk commented Oct 10, 2024

Okay, will take another look tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Signal-desktop (snap) cannot handle SSS logins (AD, etc)
3 participants