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

Update Electron dependencies for 3.x/4.x #159

Merged
merged 4 commits into from
Dec 10, 2018
Merged

Conversation

malept
Copy link
Member

@malept malept commented Dec 10, 2018

See discussion in electron-userland/electron-installer-redhat#89 for context.

Copy link
Collaborator

@fcastilloec fcastilloec left a comment

Choose a reason for hiding this comment

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

Based on what you mentioned in electron-userland/electron-installer-redhat#89 (comment) now I know how you got a list of dependencies for each version of electron. So, I went ahead and did exactly what you did, finding package names, and checking for dependencies and reverse-dependencies.
What I've notice is that we are missing libxss1 as a dependency for all versions, none of our current packages install that library which is listed as NEEDED. I also checked the official Atom, Slack and VSCode .deb installer and a couple of other electron based apps and the majority of them also list libxss1 as a dependency.

Besides that details, everything is great!

src/dependencies.js Show resolved Hide resolved
@fcastilloec fcastilloec merged commit 1d48c3f into master Dec 10, 2018
@fcastilloec fcastilloec deleted the update-electron-deps branch December 10, 2018 21:51
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.

None yet

2 participants