Skip to content

Commit 37167e0

Browse files
authored
Merge pull request #115 from bbhtt/tweak
Tweak wording of app-id requirement and link to flatpak-docs
2 parents f9fdb26 + 372e396 commit 37167e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ This command starts a local development server and opens up a browser window. Mo
1818

1919
You can access it on [http://localhost:3000](http://localhost:3000) then.
2020

21+
If port 3000 is already in use and you see an error, use
22+
23+
```
24+
$ yarn start --port PORT
25+
```
26+
27+
to start it on a different port. See the [Docusaurus manual](https://docusaurus.io/docs/cli#docusaurus-cli-commands)
28+
for other arguments available.
29+
2130
### Build
2231

2332
```

docs/02-for-app-authors/02-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using the `extra-data` source type.
2020

2121
Each application should have a unique application ID, following the standard reverse-DNS schema. See [the Flatpak documentation](http://docs.flatpak.org/en/latest/conventions.html#application-ids) for more information on this. The Application ID should be a real URL of a domain that the app author has control over or where their app is hosted.
2222

23-
The Application ID used in the manifest should match with the ID used by the application's upstream. This is necessary as flatpak by default only allows the application to own its own Application ID and its subnames in session-bus. If they don't match a `--own-name=<bus name>` might be required in `finish-args` section of the manifest.
23+
The Application ID used in the manifest should match with the ID used by the application's upstream. This is necessary as flatpak provides a [filtered session-bus access](https://docs.flatpak.org/en/latest/flatpak-command-reference.html#session-bus-policy-metadata) by default. If they don't match a `--own-name=<bus name>` might be required in `finish-args` section of the manifest.
2424

2525
Ignoring this will lead to problems down the line, such as not being able to verify the app and receiving payments. It also decides, which verification methods will be available. For e.g. using `io.github.flathub.TestApp` would only allow for `Github` or `Website` verification.
2626

0 commit comments

Comments
 (0)