惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
博客园 - Franky
V
V2EX
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 叶小钗
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
D
Docker
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mongodb-compass-bin
2026-06-21 · via AUR Newest Packages

Bay commented on 2026-01-13 23:12 (UTC) (edited on 2026-01-13 23:12 (UTC) by Bay)

Im unable to run it normally, sometimes it opens sometimes doesn't

Usually this error pops up:

[42502:0113/170954.167988:ERROR:components/viz/service/gl/exit_code.cc:13] Restarting GPU process due to unrecoverable error. Context was lost.
[42279:0113/170954.175572:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=8704

Managed to get it running using this

unset ELECTRON_OZONE_PLATFORM_HINT
mongodb-compass

kayzzen01 commented on 2025-08-04 12:04 (UTC) (edited on 2025-08-04 12:05 (UTC) by kayzzen01)

I don't think I should perform the check:

_checkoutput="$(ELECTRON_OZONE_PLATFORM_HINT='auto' "$srcdir/usr/lib/$_pkgname/MongoDB Compass$_edition" --no-sandbox --version)"

This check prevents you from updating the package if you're not using the graphical environment. For example, I was updating packages on my laptop remotely (ssh) and got an error when trying to update mongodb-compass:

==> Starting check()...
[32469:0804/084051.389218:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:250] Missing X server or $DISPLAY
[32469:0804/084051.389338:ERROR:ui/aura/env.cc:257] The platform failed to initialize. Exiting.

It's not serious. As soon as I have some time, I'll look into whether we can implement another check and recommend it in the repository.

veeran commented on 2025-06-24 06:39 (UTC)

@luanlmd if you dont mind to use previous version.

then you clone this repo and checkout the previous commit then install it.

luanlmd commented on 2025-06-18 15:01 (UTC)

@dpeukert I'm having the same problem and just tried mongodb-compass-beta-bin

Installing mongodb-compass-beta-bin (1.46.4.beta.0-1)...
mongodb-compass-beta                                                                                                       
(process:381520): Gtk-ERROR **: 11:54:59.018: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
zsh: trace trap (core dumped)  mongodb-compass-beta

dpeukert commented on 2025-06-17 10:01 (UTC)

thyagocl commented on 2025-06-16 09:53 (UTC)

Following my previous comment, I managed to update the package by running yay --mflags "--nocheck". Which is probably not great, but at least it worked. After that, I did what @datafieber suggested with the flags to force gtk 3 and managed to launch compass without problems, apparently. Hope this helps anyone else with this issue :)

datafieber commented on 2025-06-12 14:10 (UTC) (edited on 2025-06-12 14:14 (UTC) by datafieber)

running mongodb from terminal with this command works for me! mongodb-compass --gtk-version=3 --ignore-additional-command-line-flags

also with the customized gnome startscript unter /usr/share/applications/mongodb-compass.desktop. change the line with "Exec" to Exec=mongodb-compass --gtk-version=3 --ignore-additional-command-line-flags %U

thyagocl commented on 2025-06-12 09:19 (UTC) (edited on 2025-06-12 09:20 (UTC) by thyagocl)

@dpeukert I had a similar issue with Slack some weeks ago and fixed it by following this: https://aur.archlinux.org/packages/slack-desktop#comment-1024447.

But here, I'm getting the error still in the check for the installation of the update, so I don't know how to work around it. Any ideas? :/

By the way, I tried creating a .config/electron-flags.conf with the flag, but it didn't seem to change anything. I'm not sure that already affects the update process.

Bishwajit commented on 2025-06-07 08:11 (UTC)

@dpeukert tried on fresh arch install but same issue

Not found any solution till now

dpeukert commented on 2025-06-07 06:51 (UTC)