fix: use gio as default linux trash impl (backport: 3-0-x) (#15421)

* fix: use gio as default linux trash impl

* doc: add ELECTRON_TRASH env var
This commit is contained in:
trop[bot] 2018-10-26 11:10:35 -07:00 committed by Shelley Vohr
parent a41e919b95
commit b6b9966162
2 changed files with 15 additions and 4 deletions

View file

@ -58,6 +58,16 @@ Don't attach to the current console session.
Don't use the global menu bar on Linux.
### `ELECTRON_TRASH` _Linux_
Set the trash implementation on Linux. Default is `gio`.
Options:
* `gvfs-trash`
* `trash-cli`
* `kioclient5`
* `kioclient`
## Development Variables
The following environment variables are intended primarily for development and