Opened 8 years ago

Last modified 8 years ago

#52661 assigned defect

Gedit error in mac sierra

Reported by: mkrout1@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: gedit

Description (last modified by dbevans (David B. Evans))

Gedit is not opening in Mac OS Sierra The following error is showing up.

gedit

** (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
(gedit:10004): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(gedit:10004): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner: assertion 'G_IS_DBUS_PROXY (proxy)' failed
(gedit:10004): Gtk-WARNING **: Failed to get an inhibit portal proxy: The name org.freedesktop.portal.Desktop is not owned
Segmentation fault: 11

the installation file of "sudo port -d install gedit" is attached

Attachments (1)

gedit installation (1.1 MB) - added by mkrout1@… 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by mkrout1@…

Attachment: gedit installation added

comment:1 Changed 8 years ago by dbevans (David B. Evans)

Description: modified (diff)
Owner: changed from macports-tickets@… to devans@…
Port: gedit added; Gedit removed
Status: newassigned

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

comment:2 Changed 8 years ago by mkrout1@…

After doing these steps nothing change in error. The same problem continues.

Note: See TracTickets for help on using tickets.