diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 13:45:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 13:45:40 +0200 |
commit | 6523f703e4a86ada1b1550443f3176ed9b6813e9 (patch) | |
tree | 2a7ee4598ba422a1a7e1763da6d6f853ac374a4f /README | |
parent | 8c2a254ada6e891aff32b660aad98f4ab664e60f (diff) | |
download | libayatana-indicator-6523f703e4a86ada1b1550443f3176ed9b6813e9.tar.gz libayatana-indicator-6523f703e4a86ada1b1550443f3176ed9b6813e9.tar.bz2 libayatana-indicator-6523f703e4a86ada1b1550443f3176ed9b6813e9.zip |
README: Update, don't mention Unity. We are non-Ubuntu centric. Also adapt path where indicator service files have to be placed.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ The indicator service file format ================================= -Unity's panel finds out about indicator by looking at indicator service -files in `/usr/share/unity/indicators`. These files have to have the same -name as the well-known D-Bus name that the corresponding service owns. +Modern desktop panels find out about indicator by looking at indicator +service files in `/usr/share/ayatana/indicators`. These files have 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 Service]` section, that must contain the service's name (`Name`) |