muriloventuroso / pdftricks

A simple, efficient application for small manipulations in PDF files using Ghostscript.
90 stars 14 forks source link

extra icon folders, purpose? #65

Open xiota opened 1 year ago

xiota commented 1 year ago

When installing with meson install -C build --destdir "$pkgdir", some extra icon folders are created:

/usr/share/icons/hicolor/128x128/
/usr/share/icons/hicolor/128x128@2/
/usr/share/icons/hicolor/256x256/
/usr/share/icons/hicolor/256x256@2/

What is the purpose of the {}x{}@2 folders? Why can't the files all be placed under {}x{}?