Changes between Initial Version and Version 1 of Ticket #52661


Ignore:
Timestamp:
Oct 19, 2016, 10:54:55 PM (7 years ago)
Author:
dbevans (David B. Evans)
Comment:

This may be a consequence of the recent update of dbus.

Any time dbus is updated, or you think dbus is not working properly, the following won't hurt and can possibly fix the problem. This just unloads the startup scripts associated with the old version of dbus and then loads them again (this time for the new version).

$ sudo launchctl unload -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
$ launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist

Let me know if this helps

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52661

    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to devans@…
    • Property Port gedit added; Gedit removed
  • Ticket #52661 – Description

    initial v1  
     1
    12Gedit is not opening in Mac OS Sierra
    23The following error is showing up.
    34
     5
     6{{{
    47gedit
    58
    69** (gedit:10004): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
    7 
    810(gedit:10004): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
    9 
    1011(gedit:10004): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    11 
    1212(gedit:10004): Gtk-WARNING **: Failed to get an inhibit portal proxy: The name org.freedesktop.portal.Desktop is not owned
    1313Segmentation fault: 11
     14
     15}}}
    1416
    1517the installation file of  "sudo port -d install gedit" is attached