Package Details: mongodb-compass 1.46.2-2

Git Clone URL: https://aur.archlinux.org/mongodb-compass.git (read-only, click to copy)
Package Base: mongodb-compass
Description: The official GUI for MongoDB
Upstream URL: https://www.mongodb.com/products/compass
Keywords: compass mongodb
Licenses: SSPL-1.0
Submitter: ogarcia
Maintainer: ogarcia (dpeukert)
Last Packager: dpeukert
Votes: 62
Popularity: 0.57
First Submitted: 2017-04-03 09:15 (UTC)
Last Updated: 2025-05-12 06:06 (UTC)

Pinned Comments

dpeukert commented on 2025-05-18 14:50 (UTC)

This currently doesn't build due to a regression in npm 11.4.0 (seems to be this: https://github.com/npm/cli/issues/8302), you can either downgrade your npm to 11.3.0 or use the *-bin compass package for now.

dpeukert commented on 2025-05-12 06:05 (UTC)

This package has now been switched to being source-built. If you want to keep using the prebuilt binary, you can now use mongodb-compass-bin.

dpeukert commented on 2025-05-12 06:02 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/mongodb-compass

Sneaky1000 commented on 2024-10-14 21:26 (UTC)

@silvally240 Adding the following flags to my .desktop file worked for me:

--password-store="gnome-libsecret" --ignore-additional-command-line-flags

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

dpeukert commented on 2025-05-23 07:21 (UTC)

@lash0000: Or, alternatively, other secret backends can be used by setting the --password-store CLI argument: https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux/password_storage.md#details

ogarcia commented on 2025-05-23 06:26 (UTC)

@lash0000 you must install the optional org.freedesktop.secrets dependency in any of its options.

lash0000 commented on 2025-05-23 04:02 (UTC)

[4197:0523/105833.234451:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[4197:0523/105833.238949:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[4197:0523/105857.203840:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!

Any ideas to replicate this problem from MongoDB Compass alone?

Compass cannot access credential storage. You can still connect, but please note that passwords will not be saved.

dpeukert commented on 2025-05-18 14:50 (UTC)

This currently doesn't build due to a regression in npm 11.4.0 (seems to be this: https://github.com/npm/cli/issues/8302), you can either downgrade your npm to 11.3.0 or use the *-bin compass package for now.

dpeukert commented on 2025-05-12 06:05 (UTC)

This package has now been switched to being source-built. If you want to keep using the prebuilt binary, you can now use mongodb-compass-bin.

dpeukert commented on 2025-05-12 06:02 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/mongodb-compass

dpeukert commented on 2025-05-06 20:52 (UTC)

@ogarcia: Sorry, it looks like I completely missed your comment about co-maintaining back in 2021. If the same applies for you, I'm still interesting in co-maintaining the compass packages, changing this package to be source-based and adding mongodb-compass-bin.

MatinB commented on 2024-11-14 19:12 (UTC)

When I click on the Edit menu, the program crashes:

➜  ~ mongodb-compass 
[214732:1114/223737.232507:FATAL:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[1]    214732 trace trap (core dumped)  mongodb-compass

Has anyone else encountered this problem?

OS: Manjaro Linux x86_64
Kernel: 6.10.13-3-MANJARO
mongodb-bin 8.0.3-1

Sneaky1000 commented on 2024-10-14 21:26 (UTC)

@silvally240 Adding the following flags to my .desktop file worked for me:

--password-store="gnome-libsecret" --ignore-additional-command-line-flags