docs: Mention libappindicator1 is required, close #1347

This commit is contained in:
Cheng Zhao 2015-07-21 11:27:24 +08:00
parent 8df8b5731e
commit 59269a70a0

View file

@ -27,6 +27,8 @@ __Platform limitations:__
* On Linux app indicator will be used if it is supported, otherwise * On Linux app indicator will be used if it is supported, otherwise
`GtkStatusIcon` will be used instead. `GtkStatusIcon` will be used instead.
* On Linux distributions that only have app indicator support, you have to
install `libappindicator1` to make tray icon work.
* App indicator will only be showed when it has context menu. * App indicator will only be showed when it has context menu.
* When app indicator is used on Linux, `clicked` event is ignored. * When app indicator is used on Linux, `clicked` event is ignored.