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

Fix Application ID #426

Merged
merged 1 commit into from
Dec 19, 2018
Merged

Fix Application ID #426

merged 1 commit into from
Dec 19, 2018

Conversation

scx
Copy link
Contributor

@scx scx commented Dec 18, 2018

Explanation:
https://github.com/flathub/flathub/wiki/AppData-Guidelines#id

The ID should be the same as the App-Requirements#Application-ID:

<!-- Good -->
<id>org.flatpak.qtdemo</id>

<!-- Bad -->
<id>org.flatpak.qtdemo.desktop</id>
<id>qtdemo.desktop</id>

<!-- Incorrect -->
<id>qtdemo</id>

See also:

http://docs.flatpak.org/en/latest/conventions.html#application-ids

As described in Using Flatpak, Flatpak requires each application to have a unique identifier, which has a three-part form such as org.gnome.Dictionary.

http://docs.flatpak.org/en/latest/using-flatpak.html#identifiers

Flatpak identifies each application and runtime using a unique three-part identifier, such as com.company.App. The final segment of this address is the object’s name, and the preceding part identifies the developer, so that the same developer can have multiple applications, like com.company.App1 and com.company.App2.

@mitya57 mitya57 merged commit 748a104 into retext-project:master Dec 19, 2018
@mitya57
Copy link
Member

mitya57 commented Dec 19, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants