We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing with meson install -C build --destdir "$pkgdir", some extra icon folders are created:
meson install -C build --destdir "$pkgdir"
/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{}?
{}x{}@2
{}x{}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing with
meson install -C build --destdir "$pkgdir"
, some extra icon folders are created:What is the purpose of the
{}x{}@2
folders? Why can't the files all be placed under{}x{}
?The text was updated successfully, but these errors were encountered: