Place SVG icons in ~/.local/share/icons/{THEME}/scalable/mimetypes
or /usr/share/icons/{THEME}/scalable/mimetypes
(named as {mimetype}.svg
, replacing /
with -
)
Reload icon cache:
sudo update-icon-caches /usr/share/icons/*
https://developers.google.com/drive/api/guides/mime-types
Place gdocs.xml
in /usr/share/mime/packages
or ~/.local/share/mime/packages
.
- https://drive-thirdparty.googleusercontent.com/256/type/application/vnd.google-apps.document
- https://drive-thirdparty.googleusercontent.com/256/type/application/vnd.google-apps.drawing
- https://drive-thirdparty.googleusercontent.com/256/type/application/vnd.google-apps.form
- https://drive-thirdparty.googleusercontent.com/256/type/application/vnd.google-apps.presentation
- https://drive-thirdparty.googleusercontent.com/256/type/application/vnd.google-apps.spreadsheet
This is awesome! I think this needs to get merged in a PR so users have it by default. See shared-mime-info#318