-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Quarkus CLI does not display icons correctly #17876
Comments
/cc @ebullient, @gsmet, @maxandersen |
What os, shell and terminal are you using ? |
OS: Linux |
Does your font have icons normally ? |
Simple icons yes, but not Emojis. Tried to use different fonts with emojis:
The problem is all of them are not suited to be used in a terminal (no fixed character width). And all of them are not colored but black & white. |
Just to check - I assume you have Same issue with using mvn create plugin which is the same code ? |
I mean the way we thus far use maven to create projects: ''' mvn io.quarkus:quarkus-maven-plugin:1.13.7.Final:create How does that render its output on your setup? |
Finally made some progress! This is with the Gnome Terminal. Furthermore I installed ONLY the Noto Color Emoji font. The icon for Maven 🧰 is still not working here. There is also a missing space for some icons. This seem to be exactly the ones that have the FE0F appended (to indicate colored icon). See here for an explanation: https://en.opensuse.org/Emoji. Maybe we could replace the icons that are making problems with similar ones?
The suggested icons all work fine here. |
make sense to choose better icons when available. we do though expect users using "modern" terminals - sounds like your kconsole/xterm setup uses the absolute minimal terminal setup :) |
The emojis are rendered w/in common code in devtools/codestarts... |
To clarify, you're asking to work backwards and use older emojis that have a monichrome/unqualified equivalent? |
Can you try w/ the PR? |
Sure. Can you give a hint on what is the easiest way to build the CLI from the repo? Thanks! |
@ebullient Never mind. Just built everything and then I was able to execute the CLI JAR. The emojis look good now in the Gnome Terminal! |
Describe the bug
When creating an app via Quarkus CLI the icons are not displayed as shown in the documentation.
In my terminal a white rectangle is shown instead.
Expected behavior
Icons are displayed correctly or if the terminal does not support this something else is used instead.
Actual behavior
Icons are not displayed correctly.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment
OS: Linux
Shell: Bash
Terminal: Konsole (KDE, https://konsole.kde.org/)
The text was updated successfully, but these errors were encountered: