dustinblackman/oatmeal

Clipboard error on Wayland

ThatOneCalculator opened this issue · 4 comments

Upon running oatmeal from the CLI, I get Whoops, it looks like the editor clipboard isn't setup properly.... My system clipboard provider is wl-copy (the default on most Wayland environments).

Thanks for reporting! Looks related to 1Password/arboard#114, which is what I'm using for clipboard management.

The clipboard service isn't mandatory since 0.9.0, so Oatmeal should still be usable without it. Does the app not load at the moment? The clipboard editor is the default, you could switch to none by running oatmeal --editor none, or permanently set it with the environment variable OATMEAL_EDITOR=none

The app loads, but just shows the error without the flag passed. Klipper isn't related to wl-copy.

Understood! I believe I see the solution, I'll push it out in the next version.

Fixed in v0.10.0. Thanks!