I decided to give Kali a spin today (on VMWare Workstation) and ran into some troubles installing snap-store. I went with this VM specific build: https://kali.download/virtual-images...mware-amd64.7z
I followed these guides:
https://snapcraft.io/docs/installing-snap-on-kali
https://snapcraft.io/docs/installing-snap-store-app
When I call snap-store via terminal, I am greeted with this abomination of errors:
vmplayer_snap_errors.jpg
The store actually opens, but no images load and it?s basically a skeleton. I was actually able to download and install Typora through the store successfully, but obviously something still isn?t right.
Here?s my snap version:
Code:
snap 2.52
snapd 2.52
series 16
kali 2021.3
kernel 5.10.0-kali9-amd64
Here's snap list:
Code:
└─# snap list
Name Version Rev Tracking Publisher Notes
bare 1.0 5 latest/stable canonical✓ base
core 16-2.52 11798 latest/stable canonical✓ core
core18 20210722 2128 latest/stable canonical✓ base
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 161 latest/stable canonical✓ -
gnome-3-34-1804 0+git.3556cb3 72 latest/stable canonical✓ -
gtk-common-themes 0.1-59-g7bca6ae 1519 latest/stable canonical✓ -
hello-world 6.4 29 latest/stable canonical✓ -
snap-store 3.38.0-64-g23c4c77 547 latest/stable canonical✓ -
typora 0.11.8 42 latest/stable typora -
Here?s the plaintext of the errors:
Code:
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
02:43:59:0709 GLib-GIO g_app_info_get_name: assertion 'G_IS_APP_INFO (appinfo)' failed
02:43:59:0835 dbind Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-1KL9CsU80U: No such file or directory
02:43:59:0978 Gtk Failed to parse /etc/xdg/gtk-3.0/settings.ini: Permission denied
02:44:00:0361 Gs enabled plugins: odrs, rewrite-resource, snap, icons, key-colors, key-colors-metadata
02:44:00:0361 Gs disabled plugins: appstream, desktop-categories, desktop-menu-path, dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, fwupd, generic-updates, hardcoded-blocklist, hardcoded-popular, modalias, os-release, packagekit, packagekit-history, packagekit-local, packagekit-offline, packagekit-proxy, packagekit-refine, packagekit-refine-repos, packagekit-refresh, packagekit-upgrade, packagekit-url-to-app, provenance, provenance-license, repos, systemd-updates
02:44:00:0607 Gs /etc/PackageKit/Vendor.conf file not found
02:44:01:0129 Gs not handling error download-failed for action download: failed to download https://odrs.gnome.org/1.0/reviews/api/ratings: SSL handshake failed
02:44:01:0130 Gs Only 0 apps for recent list, hiding
02:44:01:0770 Gs hiding category graphics featured applications: found only 0 to show, need at least 9
02:44:01:0784 Gs hiding category games featured applications: found only 0 to show, need at least 9
02:44:02:0471 Gs not handling error download-failed for action refine: failed to download https://dashboard.snapcraft.io/site_media/appmedia/2017/12/banner-icon_WaLCF17.png: SSL handshake failed
02:44:07:0345 Gs FIXME: Unknown progress handling is not yet implemented for GsProgressButton
02:44:07:0345 Gs FIXME: Unknown progress handling is not yet implemented for GsProgressButton
02:44:07:0345 Gs FIXME: Unknown progress handling is not yet implemented for GsProgressButton
02:44:07:0345 Gs FIXME: Unknown progress handling is not yet implemented for GsProgressButton
02:44:07:0345 Gs failed to create an app for */*/*/*/system/*
02:44:07:0353 Gs automatically prevented from changing kind on system/snap/*/runtime/io.snapcraft.bare-EISPgh06mRh1vordZY9OZ34QHdd7OrdR/latest/stable from runtime to unknown!
02:44:07:0359 Gs failed to create an app for */*/*/*/system/*
02:44:07:0359 Gs failed to get system app
02:44:08:0291 Gs automatically prevented from changing kind on system/snap/*/runtime/io.snapcraft.core18-CSO04Jhav2yK0uz97cr0ipQRyqg0qQL6/latest/stable from runtime to unknown!
Any help at all would be very much appreciated.
Thanks!