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:
parent
a41e919b95
commit
b6b9966162
2 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue