-
Notifications
You must be signed in to change notification settings - Fork 52
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
Wordcloud can't generate a word cloud #9
Comments
I've got the same issue here after cloning the most recent update (commit 717e945). Output:
|
The %CPU stat is missing for all of your processes (except That's what's causing the problem. I'll work on a fix soon. |
@anirudhajith I found a workaround to successfully generate a wallpaper:
But in the wallpaper I can't see VLC. |
oh boy still not fixed. i wonder why the output of top differs so much |
@Hachiverol |
@dsluo How about |
@Hachiverol In any case, it's pretty heavyweight for what we're trying to do. |
About the mac output difference. I don't own a mac. Can someone provide the output of |
@Hachiverol @dsluo |
@anirudhajith |
@dsluo Shall we merge |
@anirudhajith The last time I looked into this, I remember reading that I was working on making some changes addressing this and a few places where I think that code quality could be improved, but I've been busy preparing for and participating in interviews. |
@dsluo Haven't you already fixed this? I think you've put in a delay of 0.2 seconds? |
Hey,
since I'm not using it on a Mac but on a Manjaro system, I opened a new issue.
Besides that I have very similiar issues like in #8 :
I noticed that running
top -b -n 1
only gives me the running processes, but even when I change it totop -b -n 1 -i
to show the last remembered state inupdateWallpaper.sh
the error is the same.I'm not sure what causes this.. Maybe a different version of
top
?My system uses
procps-ng 3.3.15
.And my
top.out
:The text was updated successfully, but these errors were encountered: