Skip to content

Commit

Permalink
Clarify the app-id practice with dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiguiere authored and TingPing committed Oct 17, 2023
1 parent c3484ac commit 4ae56d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ For some practical examples of bad IDs
similar. A better ID would be ``io.github.foo.Foo`` even if it is redundant.

- ``org.example-site.Foo``

This ID is not valid according to the DBus specification. You can use ``org.example_site.Foo`` instead.

This ID is not valid according to the DBus specification as a dash
``-`` isn't allowed except on the last component. You should replace
``-`` with an undercore ``_`` and therefore, use
``org.example_site.Foo`` instead.

- ``com.github.foo.Bar`` or ``com.gitlab.foo.Bar``

Expand Down

0 comments on commit 4ae56d7

Please sign in to comment.