aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README17
1 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index addf3bb..c426488 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
-Indicator-Session is the the session menu indicator for Unity.
-Its behavior and features are listed at https://wiki.ubuntu.com/SystemMenu.
+Ayatana System Indicator -- Session
+
+The -session Ayatana System Indicator is the the session menu indicator
+for Unity7 and MATE (optionally for others). Its behavior and features
+are listed at https://wiki.ayatana-indicators.org/AyatanaIndicatorSession
For instructions on building and running built-in tests, see the INSTALL file.
@@ -7,10 +10,11 @@ For instructions on building and running built-in tests, see the INSTALL file.
Notes for Client Renderers
--------------------------
-Indicator-Session has two custom menuitems: the Guest and User switchers.
-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.
+Ayatana Indicator Session has two custom menuitems: the Guest and User
+switchers. As per the
+https://wiki.ayatana-indicators.org/AyatanaIndicatorSession
+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-canonical-type" set to "indicator.user-menu-item"
Their four visual components are determined by:
@@ -44,4 +48,3 @@ and (4) a Logged In Mark.
4. You can test for the Logged In Mark by checking the action's state.
The state is a dictionary whose "is-logged-in" key yields a boolean.
If the boolean is true, show the Logged In Mark.
-