diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-25 12:07:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-25 12:07:06 +0200 |
commit | f2b907ad9f123afc32413d541be10b4a6af9cac5 (patch) | |
tree | 75bf6a45b11da019238c4b9d0305db4a73eb727e | |
parent | cd7c85dd9e914ac6b3dfcb08fc5556b938ba01bc (diff) | |
download | libayatana-indicator-f2b907ad9f123afc32413d541be10b4a6af9cac5.tar.gz libayatana-indicator-f2b907ad9f123afc32413d541be10b4a6af9cac5.tar.bz2 libayatana-indicator-f2b907ad9f123afc32413d541be10b4a6af9cac5.zip |
README.md: Slight adjustment to the .desktop file comparison.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ service files in `/usr/share/ayatana/indicators`. These files need to have the same name as the well-known D-Bus name that the corresponding service owns. -An indicator file is a normal key file (like desktop files). It must have +An indicator file is a normal key file (like a `.desktop` file). It must have an `[Indicator Service]` section, that must contain the service's name (`Name`) and the object path at which its action group is found (`ObjectPath`). For example: |