diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-06-25 11:31:39 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-06-25 11:31:39 +0200 |
| commit | bb51fb4839fbcd5a64aa1aa38ed591e5453e7f7b (patch) | |
| tree | 79c8d35e90501f7558d698bd39f0d83a2231da58 /README.md | |
| parent | a55f618ca1b83c02a0239bece8f33cec060c33ef (diff) | |
| parent | 853ec1e41da6b0b86e569c3ba50594444c4b40b7 (diff) | |
| download | mullvadvpn-bb51fb4839fbcd5a64aa1aa38ed591e5453e7f7b.tar.xz mullvadvpn-bb51fb4839fbcd5a64aa1aa38ed591e5453e7f7b.zip | |
Merge branch 'upgrade-to-electron-8-again'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -442,6 +442,20 @@ this procedure, the `integration-tests.sh` script can be used to run all integra `linux`, `mac` or `win` - `$ npm test` - run tests + +## Tray icon on Linux + +The requirements for displaying a tray icon varies between different desktop environments. If the +tray icon doesn't appear, try installing one of these packages: +- `libappindicator3-1` +- `libappindicator1` +- `libappindicator` + +If you're using GNOME, try installing one of these GNOME Shell extensions: +- `TopIconsFix` +- `TopIcons Plus` + + ## Repository structure ### Electron GUI app and electron-builder packaging assets @@ -622,11 +636,6 @@ Instructions for how to handle locales and translations are found Mullvad has used external pentesting companies to carry out security audits of this VPN app. Read more about them in the [audits readme](./audits/README.md) -## Quirks - -- If you want to modify babel-configurations please note that `BABEL_ENV=development` must be used - for [react-native](https://github.com/facebook/react-native/issues/8723) - # License Copyright (C) 2020 Mullvad VPN AB |
