-
Notifications
You must be signed in to change notification settings - Fork 74
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
Any plans to make new release? #122
Comments
There is already some demand for new release in community: please refer to naelstrof/maim#260 |
CC @hackerb9 |
I hope that the author, @astrand, is still around and will be able to get to this. While technically I could issue a new release, it would be disrespectful to the author to do it without consultation. Unfortunately, I don't use the mainline xclip anymore as I've been happy with my own. I also haven't looked at any of the proposed fixes, so I don't even know which pull requests are most important. Could you please list for me the PRs that you consider critical in a new release? Or is the mainline code good enough? |
Sadly I don't use xclip anymore and I cannot really give any valuable feedback since I didn't have any issues with 0.13 back in time. Though I assume mainline is good enough? We should probably test if it works well in different distros and then make a release. If you want to go for manual testing I will happily volunteer :^) |
Yes, manual testing would be good. I'm installing the mainline xclip as well, but the more eyes the better. (By the way, may I ask what you use as a replacement for xclip and why you switched if 0.13 worked for you?) |
the simple and obvious answer is wl-copy and wl-paste =) IIRC one cannot use xclip in Wayland session. |
I have performed some manual testing and I can confirm that xclip compiles, copies to PRIMARY and CLIPBOARD, copies and pastes images and outputs PRIMARY to stdout successfully on following distros:
|
FYI: list of changes added to xclip on top of 0.13 release:
|
Thank you for all that testing! I have been trying the mainline xclip with Xwayland and it seems to work fine for me, but maybe I'm not running any native Wayland apps. I seem to recall there was some talk about using the clipboard by default since Wayland didn't know about the primary selection. Would that solve the issue for you? Thanks also for the list of changes you think should be included. Just to double check: there are no obvious release critical bugs in the current master? |
🤔 I don't actually have any issues, I just know there is some demand in community for new xclip release. Talking about Wayland, I don't see any point in testing xclip with it since there are wl-copy and wl-paste utilities which work great under Wayland anyway. xclip is designed for X11, let's test it just under X11.
I hope there aren't any, at least I haven't heard anything about them. Don't worry too much, I am 100% sure distro maintainers will report any problems (if there are any) during their testing stage before shipping xclip in their stable repositories. I have bothered to test xclip manually in some distros just to filter out obvious pitfalls. |
I agree about testing under X11. I just forgot that my new laptop came with Wayland by default and was pleasantly surprised that xclip worked fine with Xwayland. Which I guess makes sense since technically it is an X11 server. After refreshing my memory of the code, there were some outstanding bugs that I had squashed long ago in my own branch but that never got pulled in. You shouldn't notice any difference as it mostly just added error handling, but if you'd like to give it a shot, I put it in the branch called 'pre-0.14'. |
@astrand Could you please try the pre-0.14 branch? I don't think it has noticeable changes compared to the current master, other than that |
Yep, seems to work fine, though I didn't test it as extensively (not if it is reall required this time). |
@astrand Pre-0.14 has been working fine for me for over a month, so I've made a pull request. Please check it over and accept the pull into the master branch. After that, we can turn it into the new stable release. |
Hi @hackerb9, PR looks fine. Do you want me to merge it, if so, Squash or normal commit? |
Can I have your pre release please? |
Can someone revisit this? |
Last release was quite long time ago and there are few critical fixes added on top of that last release.
I think that it would be good to make new one :)
Thx
The text was updated successfully, but these errors were encountered: