You are not logged in.


Hi.
I have installed the adwaita-icon-theme package but when I search the icon set in Settings > Appearance > Icons nothing appears. How is the correct way to install adwaita icon set?
Debian 13 / XFCE 4.20
Last edited by sonycdr (2026-05-14 06:28:59)
Offline


If you downloaded the icon themes from xfce-look.org, the typical procedure is to extract the archive in the Downloads directory.
Create a .icons directory in your /home/$USER directory.
Copy the extracted directory to the /home/$USER/.icons directory
Make sure the index.theme file is present in the directory you copy to .icons
You should now see the icon theme in Settings > Appearance > Icons
i.e. /home/$USER/.icons/Adwaita/index.theme
Offline


I believe the Adwaita icon theme has a line in its main config file under /usr/share/icons/Adwaita that explicitly declares it a hidden fallback theme that shouldn't show up in your settings list. If you're not comfortable changing a line in a file managed by your package manager, you can create a ~/.icons folder, copy the whole Adwaita folder there, and edit the copy.
Offline


I believe the Adwaita icon theme has a line in its main config file under /usr/share/icons/Adwaita that explicitly declares it a hidden fallback theme that shouldn't show up in your settings list. If you're not comfortable changing a line in a file managed by your package manager, you can create a ~/.icons folder, copy the whole Adwaita folder there, and edit the copy.
That's true, in the index.theme file there be a curious "Hidden" parameter:
[Icon Theme]
Name=Adwaita
Comment=The Only One
Example=folder
Inherits=AdwaitaLegacy,hicolor
Hidden=trueFor resolve it, change true for false:
Hidden=falseIn Endeavour OS forum the same problem remained unresolved. Maybe this post can help them.
Offline
[ Generated in 0.013 seconds, 7 queries executed - Memory usage: 530.19 KiB (Peak: 531.16 KiB) ]