mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-05 14:38:12 -04:00
1b0971929832fd2860f162cd5dd0682e41ec3511
An app id like org.domain.App-name is now allowed (dashes in the last element), but blindly appending e.g. ".Locale" to these for the locale extension will cause an invalid id. In order to handle this we replace "-" with "_" in this case, which should be fine as both are under the org.domain control which can make sure there are no conflicts, and there is no requirement for the id prefixes to exactly match. This fixes https://github.com/flatpak/flatpak/issues/370
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.2%
Python
1.8%
Meson
1.1%
Yacc
0.8%
