Git Product home page Git Product logo

Comments (5)

akash-joshi avatar akash-joshi commented on May 27, 2024

I think the noisy images are not included in the repo. So it's just showing noise

from pennywise.

The-Code-Monkey avatar The-Code-Monkey commented on May 27, 2024

The noisy ones are included as i have seen this icon pop up on my mac from time to time

from pennywise.

reini-1 avatar reini-1 commented on May 27, 2024

I think the noisy images are not included in the repo. So it's just showing noise

The broken files are in the debian package:

$ dpkg -L pennywise | grep png
/usr/share/icons/hicolor/96x96/apps/pennywise.png
/usr/share/icons/hicolor/16x16/apps/pennywise.png
/usr/share/icons/hicolor/64x64/apps/pennywise.png
/usr/share/icons/hicolor/32x32/apps/pennywise.png
/usr/share/icons/hicolor/24x24/apps/pennywise.png
/usr/share/icons/hicolor/128x128/apps/pennywise.png
/usr/share/icons/hicolor/256x256/apps/pennywise.png
/usr/share/icons/hicolor/48x48/apps/pennywise.png
/usr/share/icons/hicolor/512x512/apps/pennywise.png

and on the filesystem if pennywise*.deb package is installed:

$ ls -al /usr/share/icons/hicolor/*/apps/pennywise.png
-rw-r--r-- 1 root root  8906 Nov  9 18:54 /usr/share/icons/hicolor/128x128/apps/pennywise.png
-rw-r--r-- 1 root root   931 Nov  9 18:54 /usr/share/icons/hicolor/16x16/apps/pennywise.png
-rw-r--r-- 1 root root  1606 Nov  9 18:54 /usr/share/icons/hicolor/24x24/apps/pennywise.png
-rw-r--r-- 1 root root 19381 Nov  9 18:54 /usr/share/icons/hicolor/256x256/apps/pennywise.png
-rw-r--r-- 1 root root  2831 Nov  9 18:54 /usr/share/icons/hicolor/32x32/apps/pennywise.png
-rw-r--r-- 1 root root  6221 Nov  9 18:54 /usr/share/icons/hicolor/48x48/apps/pennywise.png
-rw-r--r-- 1 root root 44558 Nov  9 18:54 /usr/share/icons/hicolor/512x512/apps/pennywise.png
-rw-r--r-- 1 root root  5916 Nov  9 18:54 /usr/share/icons/hicolor/64x64/apps/pennywise.png
-rw-r--r-- 1 root root  9874 Nov  9 18:54 /usr/share/icons/hicolor/96x96/apps/pennywise.png

and as you can see in the screen shot from my first mail that there are some images broken.
I don't know, how you build the debian package and where the images came from.
Maybe you generate them from src/icons/pennywise.svg and there is something wrong with this.
I created the broken images with gimp from 512x512 one and everything was fine.

from pennywise.

ameeno avatar ameeno commented on May 27, 2024

showing as a garbage icon in my alfred too

from pennywise.

reini-1 avatar reini-1 commented on May 27, 2024

As a workaround I downloaded pennywise.svg and created the png files with image magick convert:

dpkg -L pennywise | sed -n 's|/usr/share/icons/hicolor/\([^/]\+\)/apps/pennywise.png|\1|p' | sudo xargs -n1 -I{} convert -background transparent -size {} pennywise.svg /usr/share/icons/hicolor/{}/apps/pennywise.png

from pennywise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.