papirus-icon-theme icon indicating copy to clipboard operation
papirus-icon-theme copied to clipboard

[Icon request] Ubuntu Base icon missing

Open AnonSSN opened this issue 4 years ago • 3 comments

  • App Name:
  • Icon Name:
  • Description:
  • Webpage (optional):
  • Original Icon:

image

AnonSSN avatar Mar 22 '22 06:03 AnonSSN

I just found this when I was updating Ubuntu using software updates, their official app

AnonSSN avatar Mar 22 '22 06:03 AnonSSN

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

luisrguerra avatar Apr 26 '22 02:04 luisrguerra

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>

AnonSSN avatar Apr 26 '22 03:04 AnonSSN

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

image

SmartFinn avatar Aug 22 '23 18:08 SmartFinn