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
Due to https://gitlab.gnome.org/GNOME/nautilus/-/issues/2796 , a ugly fallback icon will be used. Appending
will let a better icon to be displayed if no dedicated icons per mimetype are provided
This can be added with:
sed -i -e '/<_comment/a\\t\t<generic-icon name="image-x-generic"/>' src/chemical-mime-database.xml.in sed -i -e 's:acronym|alias|comment|:acronym|alias|comment|generic-icon|:' xsl/cmd_freedesktop_org.xsl
Thanks a lot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to https://gitlab.gnome.org/GNOME/nautilus/-/issues/2796 , a ugly fallback icon will be used. Appending
will let a better icon to be displayed if no dedicated icons per mimetype are provided
This can be added with:
Thanks a lot
The text was updated successfully, but these errors were encountered: