vemonet / EmojiMart

🏪 Modern emoji picker popup for desktop, based on Emoji Mart, built with Tauri and Svelte
MIT License
65 stars 1 forks source link

💡 Copy Workaround #6

Open vars1ty opened 1 year ago

vars1ty commented 1 year ago

Describe the feature

Implement a small UI for copying the emoji manually on Wayland if uinput is restricted

An idea of implementation

Instead of silently crashing (making the entire thing kind of useless on Wayland), there could be a small read-only input field UI for Wayland users who don't want to give direct R/W permissions.

Or if users simply prefer the UI, they could use the --copy-ui flag?

ttytm commented 1 year ago

Maybe in the meantime this one works for you: https://github.com/ttytm/emoji-mart-desktop. It's the webview equivalent of an emoji-mart desktop app. It should not crash on you as it copies to the clipboard(I'm using it on Wayland as well). And the AppImage is just 6mb.