Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji dmenu crash #242

Closed
dr3mro opened this issue Mar 11, 2019 · 4 comments
Closed

Emoji dmenu crash #242

dr3mro opened this issue Mar 11, 2019 · 4 comments

Comments

@dr3mro
Copy link

dr3mro commented Mar 11, 2019

when i try to select emoji from dmenu by dmenuunicode it closes and when i run it in terminal it gives me this error

`Usage: xclip [OPTION] [FILE]...
Access an X server selection for reading or writing.

-i, -in read text into X selection from standard input or files
(default)
-o, -out prints the selection to standard out (generally for
piping to a file or program)
-l, -loops number of selection requests to wait for before exiting
-d, -display X display to connect to (eg localhost:0")
-h, -help usage information
-selection selection to access ("primary", "secondary", "clipboard" or "buffer-cut")
-noutf8 don't treat text as utf-8, use old unicode
-target use the given target atom
-rmlastnl remove the last newline charater if present
-version version information
-silent errors only, run in background (default)
-quiet run in foreground, show what's happening
-verbose running commentary

Report bugs to astrand@lysator.liu.se
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 139 (RENDER)
Minor opcode of failed request: 20 (RenderAddGlyphs)
Serial number of failed request: 201
Current serial number in output stream: 283
`
any Idea how to fix this

@dawidpotocki
Copy link

Install ttf-symbola from AUR (if you use Arch), it is a emoji font needed to work with it (yes it is white and black).

@dr3mro dr3mro closed this as completed Apr 3, 2019
@vn971
Copy link

vn971 commented Jan 27, 2020

Same happens with git-s gitk. Installing "symbola" font, as suggested in the comment above, "fixes" the issue (the program no longer crashes).

@l00sed
Copy link

l00sed commented Oct 13, 2020

Works with sudo apt-get install font-symbola on Regolith/Ubuntu

@yuriyberezovskiy
Copy link

sudo apt-get install fonts-symbola works for me (ubuntu 20.04)

AlexSyssoyev pushed a commit to AlexSyssoyev/voidrice that referenced this issue Nov 5, 2020
reduce redundant code into 2 functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants