Tried to install using yay and by building the package.
==> Validating source files with sha256sums...
Around.AppImage ... FAILED
62425723 ... Passed
Git Clone URL: | https://aur.archlinux.org/around.git (read-only, click to copy) |
---|---|
Package Base: | around |
Description: | Video conferencing with AI-based camera framing. |
Upstream URL: | https://www.around.co/ |
Licenses: | unknown |
Submitter: | sylvainb |
Maintainer: | sylvainb |
Last Packager: | sylvainb |
Votes: | 3 |
Popularity: | 0.000015 |
First Submitted: | 2021-06-25 11:04 (UTC) |
Last Updated: | 2023-06-29 09:17 (UTC) |
Tried to install using yay and by building the package.
==> Validating source files with sha256sums...
Around.AppImage ... FAILED
62425723 ... Passed
I deleted the app and did a clean install. Seems to be working properly. Thanks
@lowsky I tried installing it yesterday and didn't run into this issue. If the problem persists, you could consider grabbing the AppImage directly from around.co
@sylvainb thanks for maintaining the repo!
@lowsky I'm sorry but I didn't had any problem validating the sha256sum for Around.AppImage, on my side. Can you try again, maybe you had some connection issue that prevent the file to download correctly?
For a better and quicker support, community contributions are welcome. Please open a pull request on https://github.com/sylvainbx/around
If you experience a sha256 checksum valitation problem, please clean the build cache of the packet before retrying.
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1] around-0.54.8-1
1 around (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: PKGBUILD up to date, Skipping (1/1): around
1 around (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: (1/1) Parsing SRCINFO: around
==> Making package: around 0.54.8-1 (Tue 21 Sep 2021 08:56:05 PM EDT)
==> Retrieving sources...
-> Found Around.AppImage
-> Found 62425723
==> Validating source files with sha256sums...
Around.AppImage ... FAILED
62425723 ... Passed
==> ERROR: One or more files did not pass the validity check!
error downloading sources: around
@sylvainb Thanks, that seems to be a good approach, I will change it in the app. I have also added Categories=Network;Application;
.
We do have desktop file, at the moment rather plain:
[Desktop Entry]
Name=Around
Comment=Around application
Terminal=false
Type=Application
@tracek You can probably use /var/run/user/[$uid]
instead of /tmp
to expend your AppImage.
Does your AppImage already provides a desktop file ?
One of Around developers here. Thanks a lot for giving it a shot and your effort to make it work. As you might have guessed, we're fairly new to the AppImage format, hence the hiccup you have experienced (sorry about that).
Would you know what I could use instead of /tmp
? Around is an Electron app, and the latter puts the app assets in dir like /tmp/.mount_AroundUhBfM8
. Now I'd like to copy the desktop file someplace the /usr/bin/desktop-file-install
could execute on it.
Pinned Comments
sylvainb commented on 2021-09-23 12:18 (UTC) (edited on 2021-10-27 13:30 (UTC) by sylvainb)
For a better and quicker support, community contributions are welcome. Please open a pull request on https://github.com/sylvainbx/around
If you experience a sha256 checksum valitation problem, please clean the build cache of the packet before retrying.