[Icon request] Ubuntu Base icon missing
- App Name:
- Icon Name:
- Description:
- Webpage (optional):
- Original Icon:

I just found this when I was updating Ubuntu using software updates, their official app
it is very common to be missing this type of icon in different Distros or to be changed. I don't know if there is a solution
Ok thanks
On Tue, 26 Apr 2022, 08:22 Luís Eduardo Ribeiro Guerra, < @.***> wrote:
it is very common to be missing this type of icon in different Distros or to be changed. I don't know if there is a solution
— Reply to this email directly, view it on GitHub https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3039#issuecomment-1109245985, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYLH6ZG26WKGFG7B75KWSVLVG5K7HANCNFSM5RJ4F6YQ . You are receiving this because you authored the thread.Message ID: @.*** com>
It's distributor-logo icon. We cannot provide this icon because of Papirus is not Ubuntu-only icon theme. Every distribution should have the own distributor logo in hicolor theme, but only Debian do it.
Luckily, there is a workaround. Paste the following snippet in the terminal and run it:
cd /usr/share/icons/Papirus
for size in 16x16 22x22 24x24 32x32 48x48 64x64; do sudo ln -sf distributor-logo-ubuntu.svg $size/apps/distributor-logo.svg; done
sudo gtk-update-icon-cache -f .
sudo gtk-update-icon-cache -f ../Papirus-Dark
sudo gtk-update-icon-cache -f ../Papirus-Light