Nice work. I'm not sure if I should add --gtk-version=3
to the desktop file as default, because I worried it will break for others not running GNOME. If I get enough feedback that it works even not running GNOME, I'll then add it as default
Search Criteria
Package Details: storageexplorer 1.39.1-1
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: | 28 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-23 15:38 (UTC) |
Last Updated: | 2025-07-23 00:48 (UTC) |
Dependencies (2)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-8.0.300-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-8.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
Required by (0)
Sources (2)
faultylee commented on 2025-07-26 01:39 (UTC)
tle130475c commented on 2025-07-26 00:54 (UTC) (edited on 2025-07-26 00:56 (UTC) by tle130475c)
@Fig It's work. Thanks.
I put that option in /usr/share/applications/storageexplorer.desktop
[Desktop Entry]
Type=Application
Version=1.0
Name=Microsoft Azure Storage Explorer
Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
Path=/opt/StorageExplorer
# Workaround for ICU version error https://stackoverflow.com/a/64370938/20007
Exec=env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 StorageExplorer --gtk-version=3
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;
Looks like we'll have to wait a long time before it gets fixed
Fig commented on 2025-07-24 19:05 (UTC)
@tle130475c Use StorageExplorer --gtk-version=3
as a workaround until it gets fixed upstream.
tle130475c commented on 2025-07-24 03:07 (UTC)
@faultylee Here is the information: GNOME Version: 48 Kernel Version: Linux 6.15.7-arch1-1
faultylee commented on 2025-07-24 02:22 (UTC)
@tle130475c are you on GNOME, that seems to be issue between GNOME and Electron. See: https://www.electronjs.org/pt/blog/electron-36-0#behavior-changed-gtk-4-is-the-default-when-running-on-gnome
I've raised this to storageexplorer in https://github.com/microsoft/AzureStorageExplorer/issues/8682. Could you help populate more details such as your GNOME version.
tle130475c commented on 2025-07-24 02:10 (UTC) (edited on 2025-07-24 02:11 (UTC) by tle130475c)
I got below error when trying to start the app today. The system is up to date.
Gtk-ERROR **: 09:09:45.808: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
Trace/breakpoint trap (core dumped) StorageExplorer
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
)
JMans15 commented on 2023-11-10 13:48 (UTC)
@faultylee I didn't tinker too much and fell back to windows because I needed it quickly to do my job but I definitely will open an issue and gather more information, thank you anyway
faultylee commented on 2023-11-10 01:54 (UTC)
@JMans15 sorry to hear about that. I can't help much without getting more information. I would suggest asking in https://github.com/microsoft/AzureStorageExplorer/issues the devs has been responsive so you might get some help there. You can also tag me provided you share more information in the GitHub issue. I have the same GitHub username, and I'll help figure out something when I have the time.
JMans15 commented on 2023-11-09 08:41 (UTC)
Hi @faultylee, I did reinstall the one from extra and I also tried the exe using wine in vain. It gave the exact same error which was a segfault followed by a long stacktrace just after an info line about injecting certs. I sadly ended up going back to my windows partition.
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
)