GNOME Bugzilla – Bug 792622
"gnome-terminal --preferences" from within gnome-terminal crashes
Last modified: 2018-02-12 18:54:31 UTC
Inside gnome-terminal: $ gnome-terminal --preferences # g_dbus_connection_call_sync_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed Segmentation fault (core dumped) Luckily it's only the newly started gnome-terminal client that crashes, not the already running server. Doesn't crash after unsetting GNOME_TERMINAL_SERVICE.
Right, that function doesn't work for service_name being of the ":1.234" form. Need to think how to fix that...
Hack: Maybe simply a g_unsetenv() when a --preferences is seen?
I went for an error message instead of that hack.