Hi @skuda, I just double checked with a new download, the hash is correct, and there's no update after 1.5.0. Can you double check the file you've downloaded?
Search Criteria
Package Details: storageexplorer 1.44.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/storageexplorer.git (read-only, click to copy) |
|---|---|
| Package Base: | storageexplorer |
| Description: | Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux. |
| Upstream URL: | https://github.com/microsoft/AzureStorageExplorer/releases |
| Keywords: | azure cloud microsoft storage |
| Licenses: | unknown |
| Provides: | storageexplorer |
| Submitter: | XenGi |
| Maintainer: | faultylee |
| Last Packager: | faultylee |
| Votes: | 30 |
| Popularity: | 0.60 |
| First Submitted: | 2017-02-23 15:38 (UTC) |
| Last Updated: | 2026-06-30 03:14 (UTC) |
Dependencies (2)
Required by (0)
Sources (2)
faultylee commented on 2018-11-14 03:10 (UTC)
skuda commented on 2018-11-13 09:53 (UTC)
Hi, the checksum is failing:
==> Validating source files with sha256sums... StorageExplorer-linux-x64.tar.gz ... FAILED
faultylee commented on 2018-10-16 03:17 (UTC)
@Glanpaulo, thanks and noted. I just updated to 1.4.3 3 days ago then MS pull it and replace with 1.4.4 yesterday. I've updated the package.
Gianpaulo commented on 2018-10-15 17:17 (UTC)
there is a problem with sha256 check, could you update the version?
I made the change here, but I don't know how to open a PR or push the update to you. :-/
faultylee commented on 2018-08-17 02:37 (UTC)
Thank you for the info, I tried to follow the steps by slack and vscode, still getting segfault (but no core dump). Then I noticed glibc-2.28-4 is out 6 days ago, updated it, problem resolved. Let me know if you guys still getting segfault after updating
maetthu commented on 2018-08-16 13:00 (UTC)
The segfault is due to incompatibilities between latest glibc update and electron. Solution seems to be to bundle glibc, see https://aur.archlinux.org/packages/slack-desktop/ and upstream bug https://github.com/electron/electron/issues/13972
faultylee commented on 2018-08-16 12:51 (UTC)
@Lindhe I just realized I'm getting the same thing. Sorry for not testing it. I'll see what I can do about this.
Lindhe commented on 2018-08-16 12:48 (UTC)
I'm getting segfault when running it... Anyone else?
faultylee commented on 2018-06-25 04:07 (UTC)
@nhjm thanks for sharing. It's a good note for other users. FYI fs.inotify.max_user_instances settings is system dependent, it's required for many other packages depending on your setup, i.e. Atom, Dropbox...etc. I don't think it's a good idea to include in the install script.
nhjm449 commented on 2018-06-15 23:25 (UTC)
FYI: In order to get this app to work, I had to increase the number of allowed inotify instances.
sysctl -w fs.inotify.max_user_instances=1024
System.IO.FileSystemWatcher was throwing a "The configured user limit (128) on the number of inotify instances has been reached." exception upon startup, causing the app to display a "Please install .NET Core 2.0" dialog.
Pinned Comments
faultylee commented on 2024-05-28 06:20 (UTC)
The latest update from 1.34.0 is now using .NET Core 8.0 (
extra/dotnet-runtime)