diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-16 16:07:58 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-16 16:08:06 +0100 |
commit | c1950d07d40a2a24cf5e22bdc2743fcf08f1afdb (patch) | |
tree | 7640575dac5875e39ec50360cf61f518af0f3f2e /README | |
parent | 610f27f7adfa7005ca411f703f759dd0688b42c1 (diff) | |
download | ayatana-indicator-session-c1950d07d40a2a24cf5e22bdc2743fcf08f1afdb.tar.gz ayatana-indicator-session-c1950d07d40a2a24cf5e22bdc2743fcf08f1afdb.tar.bz2 ayatana-indicator-session-c1950d07d40a2a24cf5e22bdc2743fcf08f1afdb.zip |
Use x-ayatanaindicator-* instead of x-canonical-*/x-ayatana-*.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ As per the https://wiki.ubuntu.com/SystemMenu specification, both need four visual components: (1) an Active Session Mark, the user's (2) icon, (3) name, and (4) a Logged In Mark. -== User menuitems have "x-ayatana-type" set to "indicator.user-menu-item" +== User menuitems have "x-ayatanaindicator-type" set to "indicator.user-menu-item" Their four visual components are determined by: 1. You can test for the Action Session Mark by checking the action's state. @@ -30,7 +30,7 @@ and (4) a Logged In Mark. an array of usernames. If the array contains the username in this menuitem's "target" attribute, show the Logged In Mark. -== The Guest switcher has "x-ayatana-type" set to "indicator.guest-menu-item" +== The Guest switcher has "x-ayatanaindicator-type" set to "indicator.guest-menu-item" action. Its four visual components are determined by: 1. You can test for the Active Session Mark by checking the action's state. |