[MacPorts] #52661: Gedit error in mac sierra
#52661: Gedit error in mac sierra -----------------------+-------------------------------- Reporter: mkrout1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: Gedit -----------------------+-------------------------------- 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 -- Ticket URL: <https://trac.macports.org/ticket/52661> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52661: Gedit error in mac sierra ------------------------+---------------------- Reporter: mkrout1@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gedit | ------------------------+---------------------- Changes (by devans@…): * status: new => assigned * owner: macports-tickets@… => devans@… * port: Gedit => gedit Old description:
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
New description: 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 -- 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 -- Ticket URL: <https://trac.macports.org/ticket/52661#comment:1> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52661: Gedit error in mac sierra ------------------------+---------------------- Reporter: mkrout1@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gedit | ------------------------+---------------------- Comment (by mkrout1@…): After doing these steps nothing change in error. The same problem continues. -- Ticket URL: <https://trac.macports.org/ticket/52661#comment:2> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
participants (1)
-
MacPorts