Skip to content
New issue

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

'.DirIcon' must follow the Thumbnail Managing Standard Specifications #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Version | Date | Notes
--- | --- | ---
Draft | 2016-06-15 | Initial draft of the AppImage Specification started
Draft | 2016-09-18 | Type 2 image format drafted
Draft | 2019-05-09 | `.DirIcon` must follow the Thumbnail Managing Standard Specifications

## Definitions

Expand Down Expand Up @@ -145,7 +146,7 @@ An [AppImage] which conforms to the type 2 image format:
* **SHOULD** contain exactly one `$APPNAME.desktop` file in its root directory with `$APPNAME` being the name of the [payload application]
* **SHOULD** contain icon files below `usr/share/icons/hicolor` following the [Icon Theme Specification](https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) for the icon identifier as set in the `Icon=` key of the `$APPNAME.desktop` file. If present, these icon files **SHOULD** be given preference as the icon being used to represent the [AppImage].
* **MAY** contain an `$APPICON.svg`, `$APPICON.svgz` or `$APPICON.png` file in its root directory with `$APPICON` being the icon identifier as set in the `Icon=` key of the `$APPNAME.desktop` file. If present and no icon files matching the icon identifier present below `usr/share/icons/hicolor`, this icon **SHOULD** be given preference as the icon being used to represent the [AppImage]. If a PNG file, the icon **SHOULD** be of size 256x256, 512x512, or 1024x1024 pixels.
* **MUST** contain a `.DirIcon` file as per the [AppDir] specification
* **MUST** contain a `.DirIcon` file that follows the [Thumbnail Managing Standard Specification](https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#AEN144) format for large thumbnails. To be more specific it must be a 8bit, 256x256, non-interlaced PNG image with full alpha transparency.

#### The `AppRun` file:

Expand Down