You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is mandatory for any PEB-based application going to be packed by the PEB AppImage Maker.
44
-
A minimal example of ``.desktop`` is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.desktop).
45
-
``Icon=app`` inside ``.desktop`` must not be changed for the proper display of the application icon.
46
-
All registered categories in an ``.desktop`` are available [here](https://standards.freedesktop.org/menu-spec/latest/apa.html).
47
-
Any ``.desktop`` file can be validated using the ``desktop-file-validate`` tool from
48
-
the ``desktop-file-utils`` package in all major Linux distributions.
43
+
is mandatory for any PEB-based application which will be packed by the PEB AppImage Maker.
44
+
A minimal example of а ``.desktop`` file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.desktop).
45
+
``Icon=app`` inside a ``.desktop`` file must not be changed for the proper display of the application icon.
46
+
All registered categories in a ``.desktop`` file are available [here](https://standards.freedesktop.org/menu-spec/latest/apa.html).
47
+
Any ``.desktop`` file can be validated using the ``desktop-file-validate`` tool from the ``desktop-file-utils`` package in all major Linux distributions.
49
48
50
-
The [AppStream Generator](http://output.jsbin.com/qoqukof) of [probonopd](https://github.com/probonopd) is the recommended tool for generating AppStream ``.appdata.xml`` files for PEB-based applications. An example AppStream file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.appdata.xml).
51
-
An AppStream file is not mandatory, but is highly recommended.
49
+
The [AppStream Generator](http://output.jsbin.com/qoqukof) of [probonopd](https://github.com/probonopd) is the recommended tool for generating AppStream ``.appdata.xml`` files for PEB-based applications. An example AppStream file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.appdata.xml). An AppStream file is not mandatory, but is highly recommended.
52
50
53
51
Both PEB AppImage configuration files are put on their places in the AppImage directory tree structure by the PEB AppImage Maker script.
54
52
55
53
***PEB AppImage Builder Docker Container**
56
54
57
-
An easy building environment for PEB AppImage executables is the provided [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
55
+
An easy building environment for PEB AppImage executables is the [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
58
56
To build it, type the following commandin the PEB project root directory (the directory of the README.md):
0 commit comments