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...
저는 데비안 불스아이를 사용하고 있습니다.MOZ_DBUS_REMOTE=1
Sway FAQ를 따라 설정을 시도했지만 아무것도 작동하지 않았습니다.Firefox를 작동시키려면 어떻게 해야 합니까?
답변1
분명히 이것은 Firefox의 DBUS 구현 또는 Debian의 Firefox 패키징에 있는 버그입니다.
https://bugzilla.mozilla.org/show_bug.cgi?id=1555308
이 옵션을 추가하면 이 문제를 해결할 수 있습니다 --no-remote
.