Package Details: balena-etcher 2:1.19.25-3

Git Clone URL: https://aur.archlinux.org/balena-etcher.git (read-only, click to copy)
Package Base: balena-etcher
Description: Flash OS images to SD cards & USB drives, safely and easily
Upstream URL: https://balena.io/etcher
Licenses: Apache-2.0
Conflicts: etcher, etcher-bin, etcher-git
Submitter: gin078
Maintainer: zhullyb (Clansty, sukanka, lilac)
Last Packager: sukanka
Votes: 263
Popularity: 3.10
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2024-11-09 17:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 30 Next › Last »

Serial commented on 2020-01-28 01:05 (UTC)

The print is from version 2: 1.5.72-1 that has a problem, where it updated this afternoon.

At least it is the most recent version that appears here in the AUR

[img]https://i.imgur.com/sUMllRw.png[/img]

Follows the requested:

cat /usr/bin/balena-etcher-electron

!/bin/bash

ARGS="--no-sandbox" if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then ARGS="" fi exec electron6 "${ARGS}" /usr/lib/balena-etcher "$@"

gin078 commented on 2020-01-28 00:50 (UTC)

@Serial is this gif having updated already to 2:1.5.72-2?

If so, can you provide the output of cat /usr/bin/balena-etcher-electron please?

Serial commented on 2020-01-28 00:39 (UTC)

@gin078

https://imgur.com/a/9ia3oHm

Thanks

gin078 commented on 2020-01-27 23:12 (UTC) (edited on 2020-01-27 23:12 (UTC) by gin078)

Sorry about that @Serial, should be fixed now (was my fault, a packaging problem).

Serial commented on 2020-01-27 22:52 (UTC)

They updated the balena etcher and when we click on the icon the electron V6.1.7 version opens and nothing of the balena-etcher app opens.

Each update of this program is a crap done.

ArcolinuzB-deepin 20.1.4

gin078 commented on 2020-01-12 19:46 (UTC)

@DragonX256 can you clarify what you mean? I am not seeing this behavior.

DragonX256 commented on 2020-01-10 09:46 (UTC)

Due to latest changes to PKGBUILD, it become devel-version. yay always offers to update package.

gin078 commented on 2020-01-08 16:15 (UTC)

@donbex the latest version should work around the submodule issue.

@gbr that dependency came from upstream here (https://github.com/balena-io/etcher/blob/5cfb95e8ea6db12df60aea19b47c8884e06b56c7/docs/USER-DOCUMENTATION.md#electron-specific) but I have confirmed the list of required dependencies and updated the package.

donbex commented on 2020-01-07 11:23 (UTC)

Trying to compile version 2:1.5.70-3, the build fails with the following error:

==> Starting prepare()...
From /tmp/makepkg/balena-etcher/src/scripts
 * [new branch]      makepkg    -> origin/makepkg
error: Server does not allow request for unadvertised object 39270eb2e5d72652f42f91ccd4cee1a66d41e06e
Fetched in submodule path 'scripts/resin', but it did not contain 39270eb2e5d72652f42f91ccd4cee1a66d41e06e. Direct fetching of that commit failed.
==> ERROR: A failure occurred in prepare().

gbr commented on 2020-01-03 19:50 (UTC)

Hey, can you please check if gconf is still necessary as a dependency? Thanks.