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

Wrong green symbol #293

Closed
somera opened this issue Mar 22, 2022 · 14 comments · Fixed by #296
Closed

Wrong green symbol #293

somera opened this issue Mar 22, 2022 · 14 comments · Fixed by #296
Milestone

Comments

@somera
Copy link

somera commented Mar 22, 2022

I started today first time ctop in docker:

docker run --rm -ti --name=ctop --volume /var/run/docker.sock:/var/run/docker.sock:ro quay.io/vektorlab/ctop:latest

And there are the wrong green symbols:

image

@thematchless
Copy link

ctop version 0.7.7, build 11a1cb1 go1.17.8

i can confirm that there are some problems with the icons:

image

@bcicen bcicen added this to the v0.7.8 milestone Mar 23, 2022
@somera
Copy link
Author

somera commented Mar 25, 2022

In git bash:

image

In MobaXterm:

image

@ankurk91
Copy link

Just updated to latest version and I am having the same issue.

Linux Mint 20.04 x64

Screenshot from 2022-03-30 16-42-43

Do we need to install special fonts to render these icons?

@bcicen
Copy link
Owner

bcicen commented Mar 30, 2022

While we can revert the symbols to those previously used for wider support (changed in #236); are there any recommendations for new characters?

@somera
Copy link
Author

somera commented Mar 30, 2022

While we can revert the symbols to those previously used for wider support (changed in #236); are there any recommendations for new characters?

I don't have any recommendations.

@v1-valux
Copy link

v1-valux commented Apr 17, 2022

How about numbers? ..* uncomfortable silence *

@utix
Copy link
Contributor

utix commented Apr 26, 2022

I don't have any recommendations.

This one is more standard:

@utix utix mentioned this issue Apr 26, 2022
@pikeas
Copy link

pikeas commented Jun 12, 2022

Seeing this as well, latest ctop running in iTerm with Cascadia Code font - seeing green boxes with question marks. Same with multiple other coding fonts, including Fira Code and Hack.

@maxie7
Copy link

maxie7 commented Jul 1, 2022

Hi! I have the same issue, Ubuntu 22.04, Guake terminal with patched fonts

image

image

@Brayyy
Copy link

Brayyy commented Jul 14, 2022

Call me boring, but I'd think sticking to colored Standard ASCII would be the best. Yes, It lacks the trendy emoji/special chars feel, but it would be the most compatible for all users/environments. The single character status would look a lot like top or htop. Additionally, I think the color of the character/symbol should be extended; color helps differentiate things faster than anything else.

State:

  • created: "C" (white)
  • running: "R" (green)
  • exited: "e" or "x" (gray)
  • paused: "p" (blue)

Health:

  • healthy: "H" (green)
  • unhealthy: "U" or "!" (red)
  • starting: "s" (gray)

@v1-valux
Copy link

for better UI and/or trendy looks, things like portainer are not hard to install..
I also think you should keep it simple.. especially for yourself.

@martinszeltins
Copy link

martinszeltins commented Jul 18, 2022

Hi, I just installed ctop on Ubuntu 20.04.4 LTS and I am having the same issue. Is there a way I can fix this?

image

@alexvanin
Copy link

Hi, I just installed ctop on Ubuntu 20.04.4 LTS and I am having the same issue. Is there a way I can fix this?

Downgrade to previous v0.7.6 if you don't need any particular feature from latest release.

@somera
Copy link
Author

somera commented Jul 18, 2022

Hi, I just installed ctop on Ubuntu 20.04.4 LTS and I am having the same issue. Is there a way I can fix this?

Downgrade to previous v0.7.6 if you don't need any particular feature from latest release.

In docker it works for me with v0.7.5. With v0.7.6 I have the same icon problem.

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

Successfully merging a pull request may close this issue.