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

Characters not displayed #33

Closed
aniruddhazalani opened this issue Feb 19, 2015 · 5 comments
Closed

Characters not displayed #33

aniruddhazalani opened this issue Feb 19, 2015 · 5 comments

Comments

@aniruddhazalani
Copy link

Characters are not being displayed as I type them and the screen goes white.
bug

image

@emgram769
Copy link
Owner

if you wouldn't mind could you try make clean;make debug and then running ./lighthouse and pasting the output? thanks!

@aniruddhazalani
Copy link
Author

My hotkey binding is Alt+C. So as soon as I type "ac" the box vanishes. Here is the screenshot.

image

Here is the image after I type "c".

image

terminal output:
:/lighthouse/lighthouse$ ./lighthouse | bash
find: `
': No such file or directory
bash: line 1: Found: command not found
bash: line 2: randr: command not found
bash: line 3: key:: command not found
bash: line 4: key:: command not found
bash: line 5: Recieved: command not found
bash: line 6: Recieved: command not found
bash: line 7: key:: command not found
bash: line 8: Recieved: command not found
bash: line 9: Recieved: command not found
bash: line 10: key:: command not found
bash: line 11: Recieved: command not found
bash: line 12: Recieved: command not found
bash: line 13: key:: command not found
bash: line 14: Recieved: command not found
bash: line 15: key:: command not found

@emgram769
Copy link
Owner

I've pushed an update to cmd.py that will fix the find error, but I don't think that is causing it to crash. could you run it again but this time without piping lighthouse into bash? make debug actually changes the stdout to be debug statements and bash is complaining about them

@kornholi
Copy link

kornholi commented Jun 8, 2015

This happens when some icons in the results are in svg format. The problem disappeared after converting them to bitmaps.

@emgram769
Copy link
Owner

seems to be resolved by kornholi's comment. closing, feel free to open enhancement request for svg support

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

3 participants