Sergey Bugaev

Results 212 comments of Sergey Bugaev

Hello and thanks for the clear report! > Edit: The root cause is this Klipper bug https://bugs.kde.org/show_bug.cgi?id=449909. But still, wl-paste should not hang. (Please don't ever add important information in...

> I disagree, the help for wl-paste says > > > Paste content from the Wayland clipboard > > So it should either paste the content, or fail if it...

Two more things: 1. In case of Neovim, Neovim should accept that `wl-paste` may block for some time (if the other client is slow), and run `wl-paste` asynchronously, without locking...

Hello, > but the image changes to binary text when pasting. where are you pasting into, and how? What does `wl-paste --list-types` output after you copy?

@cartok hi, does it work if you specify `wl-copy --type image/png` explicitly? What does `xdg-mime query filetype /home/cartok/Screenshots/screenshot_2023-10-09_10-07-34_769302616.png` print?

> It would propably be best for other tools which make use of `wl-clipboard` to set the type explicitly if possible anyways Yes. This automatic type detection is primarily meant...

Yes, `file --brief --mime` (or something like that, `--dereference` certainly makes sense) is what I wanted to switch to. And the next release after the 2.2 series (so, 2.3) sounds...

Thanks! Unfortunately, it still doesn't work: ``` surface-pro-6 systemd[1]: Starting linux-surface-default-watchdog.service - linux-surface default kernel watchdog... surface-pro-6 linux-surface-default-watchdog.sh[23830]: /boot/vmlinuz-6.5.5-2.surface.fc39.x86_64 surface-pro-6 linux-surface-default-watchdog.sh[23848]: The param /vmlinuz-6.5.5-2.surface.fc39.x86_64 is incorrect surface-pro-6 systemd[1]: linux-surface-default-watchdog.service: Main...

That I understood, yes. But it's still not nice that it visibly fails with an error. Could the path unit only watch `/boot/loader/entries`? Alternatively, the script itself could do additional...

> which doesn't really support static compilation with it for many years (I do remember me trying to do static compile of something a few years ago and that failed...