[MacPorts] #52661: Gedit error in mac sierra
MacPorts
noreply at macports.org
Thu Oct 20 00:54:56 CEST 2016
#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
More information about the macports-tickets
mailing list