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 ブルスアイを使っています。MOZ_DBUS_REMOTE=1
Sway FAQに従って設定しようとしましたが、何も機能しませんでした。Firefoxを動作させるにはどうすればよいですか?
答え1
明らかに、これはFirefoxのDBUS実装またはDebianのFirefoxパッケージングのバグです。
https://bugzilla.mozilla.org/show_bug.cgi?id=1555308
このオプションを追加すると、この問題を解決できます--no-remote
。