Giter VIP home page Giter VIP logo

wofi-emoji's Issues

Emojis aren't copied to clipboard or inserted on Arch Linux

I've installed the AUR package wofi-emoji-git, bound bindsym Ctrl+Shift+e exec wofi-emoji and invoked wofi-emoji with my bound shortcut. I can select emoji but emoji are neither copied to my clipboard or pasted:

> which wtype
/usr/bin/wtype

Screen recording:

recording

Use wl-copy when wtype doesn't work for the compositor used

It seems wtype is not yet supported on all compositor. In Gnome, I get the following error:

/tmp ❯ echo 'test' | wtype -
Compositor does not support the virtual keyboard protocol
/tmp ❯ echo $?
1

It would be nice to be able to use wl-copy (as it did before) in case wtype is not supported.

build.sh produces unusable wofi-emoji script

Hi! First off, thanks so much for making this. It's awesome. Here's the issue I'm having:

After running build.sh, wofi-emoji looks like this:

❯ head wofi-emoji
#!/usr/bin/env bash
sed '1,/^### DATA ###$/d' $0 | wofi --show dmenu | cut -d ' ' -f 1 | tr -d '\n' | wl-copy
😀 grinning face
😃 grinning face with big eyes
😄 grinning face with smiling eyes
😁 beaming face with smiling eyes
😆 grinning squinting face
😅 grinning face with sweat
🤣 rolling on the floor laughing
😂 face with tears of joy

It's missing the lines

exit
### DATA ###

and when this new wofi-emoji is executed, produces an empty wofi menu and a bunch of these errors:

❯ ./wofi-emoji
./wofi-emoji: line 3: 😀: command not found
./wofi-emoji: line 4: 😃: command not found
./wofi-emoji: line 5: 😄: command not found
./wofi-emoji: line 6: 😁: command not found
./wofi-emoji: line 7: 😆: command not found
./wofi-emoji: line 8: 😅: command not found
./wofi-emoji: line 9: 🤣: command not found
./wofi-emoji: line 10: 😂: command not found
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.