-
Notifications
You must be signed in to change notification settings - Fork 4
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
Inkscape crashes when copy-pasting anything. #7
Comments
I haven't been able to reproduce this issue, perhaps it has been fixed? |
This is happening to me as well, Nothing coredumped though... wl-clip-persist log:
inkscape log:
|
Hm, okay. I think this is an issue that should be opened on their side. I think it should be possible to work around the issue for now by using |
thanks! that worked! |
Nice to hear :) |
Did someone create an upstream issue with inkscape for this? Sadly I don't feel confident that I understood what is happening here... |
Taken from Linus789/wl-clip-persist#7 hoping to work around manjaro-sway/manjaro-sway#811 for now.
I did not and I'm not aware of anyone else creating an upstream bug.
The log message
indicates, that while they are still trying to write the clipboard to the file descriptor, we have already closed the file descriptor resulting in a broken pipe for them. I don't know however, if this log message is related to the crash. Another possibility would be that Inkscape isn't very good at handling the flood of mime types requests. Why do we close the file descriptor prematurely?
We don't want to hold onto the file descriptor indefinitely, and expect other programs to handle closed file descriptors. |
with the error
The text was updated successfully, but these errors were encountered: