-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
segmentation fault #14
Comments
Well, the segfault's occurring after Could you run a backtrace of the binary in Thanks for reporting this. Best, |
I'm using XMonad. I was able to resolve this issue by adding
I can suppress the error message by redirecting the error stream
but this feels sloppy. Cheers |
Alright, that clears it up. I'm going to install XMonad and do some testing. Hopefully I'll be able to fix it today or tomorrow. Also, to suppress that error message about the desktop environment, use the Best, |
Try building from f0915aa. That condition change prevents the segfault on my XMonad. This might actually be an upstream issue - AFAIK, window managers are not supposed to set Best, |
This does indeed resolve the segmentation fault. I can now build it with or without explicitly setting the WM name. I do still receive the following error message
which can be redirected and suppressed. Cheers, |
Great! If you don't have a DE installed, that error message will always occur (but can be suppressed with I eventually intend to refactor screenfetch-c so that the 'DE: ' field doesn't show up at all on systems without one. Thanks again for reporting the bug, |
I'm using Arch Linux (3.18.5-1 kernel). With a fresh clone I get the following issue.
Any idea what is going on here?
I have
libgl
andlibX11
installed.The text was updated successfully, but these errors were encountered: