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 Copy/Paste from another process #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mnivet
Copy link
Contributor

@mnivet mnivet commented Oct 11, 2023

This fix #14

I’ve just remove all process limitations because the issue occurs as soon as I add any one of them.
I’ can’t explain exactly why those execution limitations that doesn’t seems related to clipboard cause the issue.
But in the same time I don’t know why those limitations are apply by default in the first place?
So it do not feel so bad, at least for my needs to remove all of them without providing any way to control them.

Maybe we can come with a better fix, and new options to control the shim restrictions.
But in the same time I wonder why we should apply any restriction with a shim?
IMHO shimming should not try to mimic what we can do with container technologies.

…ties

Because copy from another process to a shimmed one won‘t works if any
JOB_OBJECT_UILIMIT_* is set.
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.

Even with the clipboard capability we can not copy/paste from another process
1 participant