-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
ibus-with-plugins: fix ibus-setup #31458
Conversation
This makes ibus-daemon find ibus-setup through a env var, so we can continue to leave Python out of the ibus closure.
I would recommend merging this first, and then #31094 can be rebased on top later. The scope of this PR is much smaller, and certainly uncontroversial. |
If you want to avoid patching, you can just write For the record, I have discovered that |
I disagree with this approach. I think
Compare it with combination of the two:
The problem is not that Python 3 is pulled into system closure, it's already likely there. The problem is that |
Ah, from @edolstra's original commit message (in af44f99), it looks like you're correct:
Gimme a sec to see what you're closure looks like... |
Whoops. I had some half-baked comment that I started composing a long while ago, and then I tried to close the comment (if that makes sense), but... my blood sugar is low so I ended clicking the "Comment and Close" button. Oh well. I'll leave this closed any ways, as #31094 is coming along nicely. I should go eat something. |
@cstrahan It's OK! I send half-baked comments (and open half-baked PRs) all the time :-) Enjoy your meal! 🍜 |
This makes ibus-daemon find ibus-setup through a env var,
so we can continue to leave Python out of the ibus closure.
Motivation for this change
Fixes: #31454, #30265
Related to: #31094
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)