brunoenten / pgadmin4-snap

Snap for the pgadmin4 postgres management tool
Other
0 stars 0 forks source link

Ubuntu 24.04 Snap broken? #4

Open kimasplund opened 2 weeks ago

kimasplund commented 2 weeks ago

kim@kim-ThinkPad-P16-Gen-2:~$ snap install pgadmin4 pgadmin4 8.11 from Bruno Enten (brunoenten) installed kim@kim-ThinkPad-P16-Gen-2:~$ pgadmin4 libpxbackend-1.0.so: cannot open shared object file: No such file or directory Failed to load module: /home/kim/snap/pgadmin4/common/.cache/gio-modules/libgiolibproxy.so A JavaScript error occurred in the main process Uncaught Exception: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'axios' imported from /snap/pgadmin4/8/usr/pgadmin4/bin/resources/app/src/js/pgadmin.js at packageResolve (node:internal/modules/esm/resolve:861:9) at moduleResolve (node:internal/modules/esm/resolve:934:18) at defaultResolve (node:internal/modules/esm/resolve:1176:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12) at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25) at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38) at ModuleWrap. (node:internal/modules/esm/module_job:87:39) at link (node:internal/modules/esm/module_job:86:36) Gtk-Message: 15:50:22.302: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. libpxbackend-1.0.so: cannot open shared object file: No such file or directory Failed to load module: /home/kim/snap/pgadmin4/common/.cache/gio-modules/libgiolibproxy.so

CodeShakingSheep commented 2 weeks ago

Same on Ubuntu 22.04 after update from 8.10 to 8.11. Initially raised here: https://github.com/pgadmin-org/pgadmin4/issues/7855

simonmurdock commented 2 weeks ago

Noticed this today in Manjaro 24.0.7 too

brunoenten commented 2 weeks ago

I failed to clear snapcraft cache before going from rc to stable... I've just pushed the right version. You can update from the snapstore.

Sorry for the inconvenience.

CodeShakingSheep commented 2 weeks ago

I can confirm it works again after the update. Thanks @brunoenten .