mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
docs(GUI): skip AppImage desktop integration prompt with SKIP (#782)
The AppImage `desktopintegration` prompt can also be disabled by setting the `SKIP` environment variable. As a matter of fact, we use this trick inside Etcher itself when executing the Etcher CLI as a child process of the Etcher GUI. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
8103ba851f
commit
18e9d1eb11
@ -16,6 +16,13 @@ To deactivate this feature, `touch` any of the files listed below:
|
||||
- `/usr/share/appimagekit/no_desktopintegration`
|
||||
- `/etc/appimagekit/no_desktopintegration`
|
||||
|
||||
Alternatively, set the `SKIP` environment variable before executing the
|
||||
AppImage:
|
||||
|
||||
```sh
|
||||
SKIP=1 ./Etcher-linux-x64.AppImage
|
||||
```
|
||||
|
||||
Flashing Ubuntu ISOs
|
||||
--------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user