copy commit hash to clipboard action doesn't work
wayland, gitu --version 0.29.0
I get the success text "Commit hash copied to clipboard" but my clipboard seemingly isn't touched at all. If I try to paste, whatever was in my clipboard previously is pasted instead of the commit hash.
Please tell me what else I could share that would be helpful
blammoed a dbg! into the copy_hash function; the hash is indeed passed
the following set_text returns Ok, so seemingly it works
Hey! I tested this out too, it seems to work for me on:
~ ❯ gitu --version
gitu 0.29.0
~ ❯ echo $XDG_SESSION_TYPE
wayland
~ ❯ uname -rn
fedora 6.13.5-200.fc41.x86_64
However I do recall having issues with wayland with other apps and the clipboard at some point. Gitu is using this library: https://github.com/1Password/arboard
arboard does not work on my system: Arch Linux + Sway.