Sergey Bugaev

Results 194 comments of Sergey Bugaev

> on KDE Developers matrix, [here is the start](https://matrix.to/#/!cbhzHdSgDDghlosjCd:kde.org/$koCDVQuiDCaPBSS7k26RCaq0y5PRbBNufhpcjJ-cTeY?via=matrix.org&via=im.kde.org&via=kde.org), but this is few hours after I gathered information about it to make sense. Eh, unfortunately it refuses to show me...

Hi! > So this is what my feature request is about. Make wl-copy able to copy gifs, as in windows, and interpreter them correctly as vids/gifs (not static images). Are...

Hello! > clear the clipboard when the display shuts off — vital especially for a laptor or other portable Linux device This is something that your compositor (or clipboard manager)...

Hi! This has been proposed before (see https://github.com/bugaevc/wl-clipboard/pull/110), and I'm still not convinced this is a good idea.

Hi! > This PR is a mess I have to apologize for. Unfortunately, rebasing with proper history rewrite is not a viable option, because a lot of changes are intertwined...

> I'm convinced we could replace xdg-mime with gmime or another mimetype library (there are too few admittedly), eliminating the need to create in-filesystem temporary files. In https://github.com/bugaevc/wl-clipboard/pull/97, there was...

> Try to avoid forks where possible without extra effort (e.g. use `sendfile` over `cat` if possible) The idea with using `cat` was exactly to rely on someone else having...

Hi, wl-clipboard will not use GitHub Actions (as long as it requires adding GitHub-specific files to the repo), so maybe setting up an action is not the optimal way to...

That being said, [your action](https://github.com/corite/wl-clipboard/blob/master/.github/workflows/build.yml) is using `ubuntu-latest`, so can't you just more or less `apt install iwyu`?

Hi, this is most likely caused by us invoking `xdg-mime`, and that in turn invoking something that references X11. This should go away one we switch away from using `xdg-mime`.