-
Notifications
You must be signed in to change notification settings - Fork 145
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(nix/modules/launcher): add wrapGAppsHook #1976
Conversation
722fa74
to
7f42db0
Compare
70d2ea6
to
918038f
Compare
918038f
to
053e7d0
Compare
Tests failed first on a missing socket error. Re-ran them and now it's all green |
053e7d0
to
1375758
Compare
Wrapping something two times shouldn't be an issue, right? We will just end up with two layers of wrapping which is fine. I don't quite understand what makes it hard to test. I guess the custom wrapper has been introduced to fix some breakage. Can't we just test for that breakage? |
bc60a69
to
b441fa9
Compare
b441fa9
to
886dacd
Compare
this fixes an issue where the filechooser doesn't work
9059dcb
to
53b411a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved and tested on my Ubuntu 22.04.
8164df1
to
b8f381a
Compare
b8f381a
to
b414494
Compare
this fixes an issue where the filechooser doesn't work
Summary
can be tried out using
nix develop github:holochain/holochain/pr_hc-launch_fix_filechooser#holonix
TODO: