Skip to content

Commit 6434f16

Browse files
committed
documentation update
1 parent 44a1b7b commit 6434f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/APPIMAGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ The PEB AppImager must be started from the ``{PEB_executable_directory}``.
1313

1414
``{PEB_executable_directory}/resources/app/{application_name}.desktop``
1515
is mandatory for any PEB-based application which is to be packed by the PEB AppImager.
16+
1617
A minimal example of а ``.desktop`` file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/appimage/peb-demo.desktop).
18+
1719
``Icon=app`` in the ``.desktop`` file must not be changed for the proper display of the application icon.
20+
1821
All registered categories in a ``.desktop`` file are available [here](https://standards.freedesktop.org/menu-spec/latest/apa.html).
22+
1923
Any ``.desktop`` file can be validated using the ``desktop-file-validate`` tool from the ``desktop-file-utils`` package in all major Linux distributions.
2024

2125
An example AppStream file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/appimage/peb-demo.appdata.xml). An AppStream file is not mandatory, but is highly recommended.

0 commit comments

Comments
 (0)