Package Details: mongodb-compass 1.43.0-1

Git Clone URL: https://aur.archlinux.org/mongodb-compass.git (read-only, click to copy)
Package Base: mongodb-compass
Description: The MongoDB GUI
Upstream URL: https://www.mongodb.com/products/compass
Licenses: custom
Submitter: ogarcia
Maintainer: ogarcia
Last Packager: ogarcia
Votes: 58
Popularity: 0.148084
First Submitted: 2017-04-03 09:15 (UTC)
Last Updated: 2024-05-03 08:29 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

dpeukert commented on 2020-01-01 17:23 (UTC) (edited on 2020-01-01 17:23 (UTC) by dpeukert)

@ael After some more testing it looks like gnome-keyring is only required for the first launch, if you uninstall it afterwards, Compass keeps working. I've also discovered that Compass is actually open source (https://github.com/mongodb-js/compass/), so I'll be working on making this a package that builds from the source and transfer the current packages to mongodb-compass-*-bin.

hamidzr commented on 2019-12-30 19:03 (UTC) (edited on 2019-12-30 19:04 (UTC) by hamidzr)

Connection settings are not persisted between launches of the software, even favorites. Anyone else has this issue? Could be a mongodb-compass thing.

dpeukert commented on 2019-12-08 22:32 (UTC) (edited on 2019-12-08 22:39 (UTC) by dpeukert)

@ael I don't think that's the case, because I don't have gnome-keyring installed on my system and I don't get stuck on the loading screen. Maybe it could be caused by something down the gnome-keyring dependency tree actually being required to run this. Can you uninstall gnome-keyring (with -s to uninstall dependencies that are no longer required by anything) and run the following script to check if some of the gnome-keyring dependencies present on my system are missing on yours?

#!/bin/bash
echo 'acl
adobe-source-code-pro-fonts
adwaita-icon-theme
alsa-lib
alsa-topology-conf
alsa-ucm-conf
argon2
atk
at-spi2-atk
at-spi2-core
attr
audit
avahi
bash
brotli
bzip2
cairo
cantarell-fonts
colord
coreutils
cracklib
cryptsetup
db
dbus
dconf
desktop-file-utils
device-mapper
dnssec-anchors
e2fsprogs
expat
filesystem
fontconfig
freetype2
fribidi
gcc-libs
gcr
gdbm
gdk-pixbuf2
glib2
glibc
glib-networking
gmp
gnutls
graphite
gsettings-desktop-schemas
gtk3
gtk-update-icon-cache
harfbuzz
hicolor-icon-theme
hwids
iana-etc
icu
iptables
iso-codes
jasper
js60
json-c
json-glib
kbd
keyutils
kmod
krb5
lcms2
ldns
libcanberra
libcap
libcap-ng
libcroco
libcups
libdaemon
libdatrie
libdrm
libedit
libelf
libepoxy
libffi
libgcrypt
libglvnd
libgpg-error
libgudev
libgusb
libidn2
libjpeg-turbo
libldap
libmnl
libnetfilter_conntrack
libnfnetlink
libnftnl
libnl
libogg
libomxil-bellagio
libpcap
libpciaccess
libpng
libproxy
libpsl
librsvg
libsasl
libseccomp
libsoup
libtasn1
libthai
libtiff
libtirpc
libtool
libunistring
libunwind
libusb
libutil-linux
libvorbis
libx11
libxau
libxcb
libxcomposite
libxcursor
libxdamage
libxdmcp
libxext
libxfixes
libxft
libxi
libxinerama
libxkbcommon
libxml2
libxrandr
libxrender
libxshmfence
libxtst
libxxf86vm
linux-api-headers
llvm-libs
lm_sensors
lz4
lzo
mesa
ncurses
nettle
openssh
openssl
p11-kit
pam
pambase
pango
pcre
pcre2
perl
pixman
polkit
popt
readline
rest
shadow
shared-mime-info
sound-theme-freedesktop
sqlite
systemd
systemd-libs
tar
tdb
tzdata
util-linux
wayland
wayland-protocols
xcb-proto
xkeyboard-config
xorgproto
xz
zlib
zstd' | while read dep; do
    if ! pacman -Q "$dep" > /dev/null 2>&1; then
        echo "$dep is missing"
    fi
done

ael commented on 2019-11-29 18:35 (UTC)

If you get stuck on loading screen or "Running Migrations" be sure that you have installed the optional dependency "gnome-keyring". As simple as "sudo pacman -S gnome-keyring".

ael commented on 2019-11-29 18:33 (UTC)

If you get stuck on loading screen or "Running Migrations" be sure that you have installed the optional dependency "gnome-keyring". As simple as "sudo pacman -S gnome-keyring".

robjweiss commented on 2019-08-21 05:24 (UTC)

Still infinitely loading for me. I'll just stick with robo3t.

robjweiss commented on 2019-08-21 03:50 (UTC)

Tried deleting ~/.config/MongoDB Compass, but no luck. I'll just stick with robo3t for now.

shanepelletier commented on 2019-08-17 17:51 (UTC)

The infinite loading screen is fixed for me on 1.19.3.