当我在 Wayland 下运行 Firefox 时,我得到,
dbus[913]: arguments to dbus_message_new_method_call() were incorrect, assertion "_dbus_check_is_valid_path (path)" failed in file ../../../dbus/dbus-message.c line 1366.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
Redirecting call to abort() to mozalloc_abort
ExceptionHandler::GenerateDump cloned child 925
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
我正在使用 Debian Bullseye。我尝试MOZ_DBUS_REMOTE=1
按照 Sway FAQ 进行设置,但没有任何效果。我怎样才能让 Firefox 工作。
答案1
显然这是 Firefox 的 DBUS 实现或 Debian 的 Firefox 打包的一个错误,
https://bugzilla.mozilla.org/show_bug.cgi?id=1555308
您可以通过添加该选项来解决此问题--no-remote
。