:penguin: :bug: Workaround for electron/electron#5050
authorMenci <huanghaorui301@gmail.com>
Fri, 23 Sep 2016 10:07:43 +0000 (18:07 +0800)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2016 10:07:43 +0000 (18:07 +0800)
commit938b9e897a146388253ed32fe846649abd43c487
treee75aa7fa00480337ef9a7122eaefe84c3e37c132
parentf5694daeb793c41dea4ecf2a689a19aa2a9ad74d
:penguin: :bug: Workaround for electron/electron#5050

Chromium only show the Tray icon with libappindicator when the env `XDG_CURRENT_DESKTOP`'s value is `Unity`. But under elementaryOS its value is 'Pantheon'.

Set it to `Unity` before app startup make the tray icon show under elementaryOS.
lib/common/init.js