<html><head><style>body{font-family:Merriweather,Arial;font-size:13px}</style></head><body><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">Hello, </div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">I’m working on Inkscape-gtk3-devel in order to build it on Mojave (since the standard port doesn’t work). So far I managed to make it build correctly and the app also starts… But I’m getting some errors related to D-Bus that are a bit weird:</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><br></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">```</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><div style="margin: 0px;">inkscape</div><div style="margin: 0px;">dbus[1696]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!</div><div style="margin: 0px;">Failed to get connection</div><div style="margin: 0px;">** (<unknown>:1696): CRITICAL **: 16:11:24.836: dbus_g_proxy_new_for_name: assertion 'connection != NULL' failed</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">** (<unknown>:1696): CRITICAL **: 16:11:24.837: dbus_g_proxy_call: assertion 'DBUS_IS_G_PROXY (proxy)' failed</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">** (<unknown>:1696): CRITICAL **: 16:11:24.837: dbus_g_connection_register_g_object: assertion 'connection != NULL' failed</div><div style="margin: 0px;">Pango version: 1.42.4</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">** (<unknown>:1696): WARNING **: 16:11:25.228: Fonts dir '/Users/rubendibattista/.config/inkscape/fonts' does not exist and will be ignored.</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">(<unknown>:1696): Gtk-CRITICAL **: 16:11:25.810: gtk_combo_box_set_active: assertion 'index_ >= -1' failed</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">(<unknown>:1696): Gtk-CRITICAL **: 16:11:25.884: gtk_combo_box_set_active: assertion 'index_ >= -1' failed</div><div style="margin: 0px;">dbus[1696]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!</div><div style="margin: 0px;">Failed to get connection</div><div style="margin: 0px;">** (<unknown>:1696): CRITICAL **: 16:11:27.329: dbus_g_proxy_new_for_name: assertion 'connection != NULL' failed</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">** (<unknown>:1696): CRITICAL **: 16:11:27.329: dbus_g_connection_register_g_object: assertion 'connection != NULL' failed</div><div style="margin: 0px;">*** BUG ***</div><div style="margin: 0px;">In void pixman_region32_init_rect(region_type_t *, int, int, unsigned int, unsigned int): Invalid rectangle passed</div><div style="margin: 0px;">Set a breakpoint on '_pixman_log_error' to debug</div></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">```</div>Inkscape seems to run despite the errors. The problem is that dbus-daemon is running: <div><br><div>```</div><div>ps -A | grep bus</div><div>83 ??         0:00.02 /opt/local/bin/dbus-daemon --system --nofork</div><div>```</div><div><br></div><div>I also tried to `port unload/load` dbus, but no change. I also tried manually to start the dbus login session:</div><div>```</div><div><div>launchctl start org.freedesktop.dbus-session</div></div><div>```</div><div><br></div><div><div>```</div><div>ps -A | grep bus</div><div>83 ??         0:00.02 /opt/local/bin/dbus-daemon --system —nofork</div><div><div>83 ??         0:00.02 /opt/local/bin/dbus-daemon --system --nofork</div><div> 1159 ??         0:00.01 /opt/local/bin/dbus-daemon --nofork --session</div></div><div>```</div><div><br></div><div>Any idea?</div><div><br></div><div>PS: Shouldn’t the session also be running after the `port load`? Why do I need to start it manually?</div><div class="gmail_signature"><pre><code>          _   
-.     .´  |∞∞∞∞
  ',  ;    |∞∞∞∞∞∞
    ˜˜     |∞∞∞∞∞∞∞∞∞ RdB
    ,.,    |∞∞∞∞∞∞
  .'   '.  |∞∞∞∞
-'       `’

https://rdb.is
</code></pre></div></div></div></body></html>