savedra1 / clipse

Configurable TUI clipboard manager for Unix
MIT License
349 stars 14 forks source link

[hyprland] issue with Persistent history #114

Closed shadowe1ite closed 3 months ago

shadowe1ite commented 3 months ago

When I try to copy text from applications, I can only paste the text if the application window is still open. However, the history of copied text is saved. I can select the text from history, and even if I close the application, the text can be pasted.

savedra1 commented 3 months ago

Hi @shadowelite-sec :wave:

Thanks for raising this.

Can I ask what applications are you copying from? I'm wondering if this behaviour is caused by the application rather than by the clipse program. Have you confirmed that you don't get this behaviour when the clipse binary is not running?

It would also be useful to know what desktop environment you are on (wayland/x11) and which clipboard utility (wl-clipboard/xclip etc). EDIT: just noticed the [hyprland] in the issue title so assuming Wayland and wl-clipboard :smile:

shadowe1ite commented 3 months ago

Hi @shadowelite-sec 👋

Thanks for raising this.

Can I ask what applications are you copying from? I'm wondering if this behaviour is caused by the application rather than by the clipse program. Have you confirmed that you don't get this behaviour when the clipse binary is not running?

It would also be useful to know what desktop environment you are on (wayland/x11) and which clipboard utility (wl-clipboard/xclip etc). EDIT: just noticed the [hyprland] in the issue title so assuming Wayland and wl-clipboard 😄

It's happening to all xwayland and wayland applications

I am not sure maybe it's is related to https://github.com/hyprwm/Hyprland/issues/6725#issuecomment-2254670283

savedra1 commented 3 months ago

Yeah it deffo could be related to that. I guess the quickest way to know for sure is check if it still happens after running clipse --kil

shadowe1ite commented 3 months ago

Yeah it deffo could be related to that. I guess the quickest way to know for sure is check if it still happens after running clipse --kil

Yes , it happens

savedra1 commented 3 months ago

Thanks for confirming @shadowelite-sec

I'll close this issue then but will keep an eye out for that Hyprland bug :eyes: