-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fluent Terminal on Win 10 doesn't render glyphs #70
Comments
Hi, @chilcano Thank you for using (or trying to use) Fancy Git! In case that suggested font doesn't work, try the one called "Noto Mono". Please, let me know if it's working so. |
Hi @diogocavilha Any help is welcome. |
@chilcano it's weird. I'm afraid to say it's because of the terminal. FancyGit has never been installed on Windows terminal before. I think you're the first one to do that. At least, the first one I've noticed. Do you mind to help me on solving that problem? I mean, I'll have to create another branch for that specific purpose, in order to make some changes. So I'll let you know about that branch and you could check it out over there. I tell you that because I can't test it on Windows. In order to start I'd like to ask you for executing two things, for now. 1 - Change the font size on your terminal, just to check if the icons appear properly. Like, change font size and restart the terminal. 2 - Try to execute these commands:
If possible, attach a screenshot of the output here, please. Thank you! |
Hi @diogocavilha
Thanks. |
Hi, @chilcano About the second one... I suspected that. I also see the boxes over here, but when I execute those "echos", an icon shows up. I mean, even if copy that and paste on terminal, the icon shows up. I'll keep looking for a solution. |
I can help you guys as well, I'm using it on WSL 2 with Ubuntu, Cascadia Code PL font and Windows Terminal Preview. As expected, no icons are rendered because this font was made for Powerline only (I think): I bet this could be helpful too, for example, search for git: https://www.nerdfonts.com/cheat-sheet @chilcano which of the nerd fonts did you install (the ttf)? I'm having a hard time with their huge zip. |
Hi @bsides Now, I've changed my workflow, now I'm using Ubuntu 20.04 laptop with the standard Terminal and there Regards. |
Hi @diogocavilha
|
You're welcome, anything to help the project. I moved to powerline and followed this tutorial and it work out great. I'm sorry I couldn't help more but it looks like fancy-git is more Linux oriented than I expected. I can help here with tests if you want though. |
Hi @bsides Yes, that's the point, FancyGit has been really made for Linux only. It might be the key for that problem. Linux is the realm of FancyGit. @chilcano I'm so sorry about that. But maybe, once you're on Windows, the solution is using Powerline instead. If you're on Linux, FancyGit could be better, once it uses only pure bash. FancyGit has also plenty of aliases that wouldn't work on Windows, I think. |
Thanks @bsides, @diogocavilha for your support. I've had to select a patched fonts in Fluent Terminal that fits in the FancyGit prompt (font size). For example, the octocat icon has different HEX codes and it is rendered in different sizes for each patched family font. @diogocavilha, the |
Yep @chilcano. I'm gonna make some experiments so. I remember that I've already tried to use that one on FancyGit a long time ago. I don't remember why I've chosen the SourceCodePro instead. But yep, I'm gonna give it a try again. If everything goes well, I can't say why not to use it. I'll update this thread on any news about that. Thanks! |
Hi, @chilcano. I'm making some tests with NerdFonts and I like what I see. =D I think FancyGit will get even better with that!!! As soon as I have a new version of that, I'll ask you to change to the test branch. So you can check if it works. |
Hi @diogocavilha that sounds great...looking forward to trying it soon. :) |
Hi, @chilcano and @bsides, feel free to pull the branch After pulling it, please run Don't forget to change the terminal font to the Sauce Code. On next versions I'll implement a couple of new styles by using some new symbols that I've seen on this new font. |
Unfortunately, the embedded terminal in VS Code in Ubuntu is not rendering the glyphs. I'm using this config in VSCode and tested with {
//"terminal.integrated.fontFamily": "Consolas, 'Courier New', monospace",
//"terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'",
//"terminal.integrated.fontFamily": "'SauceCodePro Nerd Font Mono'",
"terminal.integrated.fontFamily": "'SauceCodePro NF'",
//"terminal.integrated.fontFamily": "'SauceCodePro Nerd Font'"
} However, if switch to older fonts ( Any idea?. |
Maybe |
I executed {
"terminal.integrated.fontFamily": "'SauceCodePro NF', 'SourceCodePro+Powerline+Awesome Regular'"
} Above you can see I'm using If I remove @diogocavilha Seems that you still are using the glyphs from Hope this helps. |
Hi @chilcano I've replaced all the icons. Are you still facing any problem on that branch? The new styles will not be released yet, maybe on next one. |
Hi @diogocavilha ...
//"terminal.integrated.fontFamily": "'SauceCodePro NF'", // this doesnt work
"terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'", // this works
... Hope this helps. |
Hello @chilcano In case it still doesn't, let's discuss about that in a new issue, once I've released a new version with a couple of changes. Could you, please, create another issue for that? |
@all-contributors please add @chilcano for userTesting |
I've put up a pull request to add @chilcano! 🎉 |
@all-contributors please add @bsides for userTesting |
I've put up a pull request to add @bsides! 🎉 |
@all-contributors please add @chilcano for userTesting |
I've put up a pull request to add @chilcano! 🎉 |
Sure. I will do it. |
Hi there.
I'm using Fluent Terminal on Windows 10 to SSH to a Raspberry Pi where FancyGit has been installed, but the fonts by default (
SourceCodePro+Powerline+Awesome Regular
) doesn't work. I've installedInconsolata
fonts (https://www.nerdfonts.com/font-downloads) and it worked partially (see imagen).Both fonts were installed in Windows 10 and were selected in Fluent Terminal.
Any idea is welcome.
Regards.
The text was updated successfully, but these errors were encountered: