icon do not render 15 December 2022, 06:45:11 Hi, when i install an OS like Arch or Artix. then some icons do not render correctly. Anyone can guide me how to do solve this? becuase these icons will render correctly in kali linux, parrot os and garuda linux(manjaro also). How those distros make it work? I really want to learn this. ThanksExamples in images.
Re: icon do not render Reply #1 – 15 December 2022, 08:15:15 There is missing font which contain these symbolsFind font name from config and install it 1 Likes
Re: icon do not render Reply #2 – 15 December 2022, 08:58:34 hQuote from: Arch_user – on 15 December 2022, 08:15:15There is missing font which contain these symbolsFind font name from config and install ithow to configure them after dowload? are they ttf-nerd-fonts-symbols???
Re: icon do not render Reply #3 – 15 December 2022, 13:57:06 After downloading you just need to restart app. Check config of window manager.Are you using Neovim custom configs?Can you upload configs? 1 Likes
Re: icon do not render Reply #4 – 15 December 2022, 15:25:56 Quote from: Arch_user – on 15 December 2022, 13:57:06After downloading you just need to restart app. Check config of window manager.Are you using Neovim custom configs?Can you upload configs?yes. i made my configs public. here : https://gitlab.com/notbsec/arch_setup
Re: icon do not render Reply #5 – 15 December 2022, 15:27:40 i will make it private again when issue is solved.
Re: icon do not render Reply #6 – 15 December 2022, 18:47:05 in addition to the responses already, and the Garuda Web devs response to the names of robo and indeed notwidow today, a quick search returned this, maybe this will help, seems to describe what you got and there's a nerd link in it:https://stackoverflow.com/questions/72184554/how-to-fix-nvchad-not-displaying-iconsor indeed a load of nerd fonts in galaxy, but I'd imagine you've tried those already. Last Edit: 15 December 2022, 21:57:02 by gavincc 1 Likes
Re: icon do not render Reply #7 – 16 December 2022, 03:00:47 Quote from: gavincc – on 15 December 2022, 18:47:05in addition to the responses already, and the Garuda Web devs response to the names of robo and indeed notwidow today, a quick search returned this, maybe this will help, seems to describe what you got and there's a nerd link in it:https://stackoverflow.com/questions/72184554/how-to-fix-nvchad-not-displaying-iconsor indeed a load of nerd fonts in galaxy, but I'd imagine you've tried those already.yes i use nerd fonts. But it has something to do with settings i think.. because some icons display and some not. but i recently also installed kali linux and in kali all icons render correctly. so this must be some settings ... I have 3 nerd fonts.. which i use in all my OS.
Re: icon do not render Reply #8 – 16 December 2022, 11:28:18 Code: [Select]groups = [ Group("1", label="🔴"), Group("2", label="🔴"), Group("3", label="🔴"), Group("4", label="🔴"), Group("5", label="🔴"), Group("6", label="🔴"), Group("7", label="🔴"), Group("8", label="🔴"), Group("9", label="🔴") ]From Qtile config(line 69 to 79) , these symbol(for virtual desktops) should be provided by emoji font (e.g noto-fonts-emoji) 1 Likes
Re: icon do not render Reply #9 – 16 December 2022, 11:39:24 Quote from: Arch_user – on 16 December 2022, 11:28:18Code: [Select]groups = [ Group("1", label="🔴"), Group("2", label="🔴"), Group("3", label="🔴"), Group("4", label="🔴"), Group("5", label="🔴"), Group("6", label="🔴"), Group("7", label="🔴"), Group("8", label="🔴"), Group("9", label="🔴") ]From Qtile config(line 69 to 79) , these symbol(for virtual desktops) should be provided by emoji font (e.g noto-fonts-emoji)thank you... i just need to install them. and some other fonts...
Re: icon do not render Reply #10 – 19 December 2022, 08:19:07 Quote from: robto – on 16 December 2022, 11:39:24thank you... i just need to install them. and some other fonts...Please mark the thread as [SOLVED] by editing your OP.