Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2022 11:12:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 263716] devel/dbus: not allowed to own service due to security policies in configuration file
Message-ID:  <bug-263716-39348-gpLsj7oBjw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263716-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263716-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263716

--- Comment #16 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> ---

Found the problem.

It was this line in my ~/.xinitrc file:

  % grep -C 1 -i dbus .xinitrc=20

  # dbus(8) VARIABLES
    export DBUS_SESSION_BUS_ADDRESS=3Dunix:path=3D/var/run/dbus/system_bus_=
socket=20



After I commented it out like that:

  # dbus(8) VARIABLES
  # export DBUS_SESSION_BUS_ADDRESS=3Dunix:path=3D/var/run/dbus/system_bus_=
socket=20

and started 'my environment' everything works well and both 'caja' and 'thu=
nar'
connect properly to the dbus(8) bus.



Sorry for wasting your time.

I had that line in my ~/.xinitrc for ages ... and only lately (as bug was
submitted) it started to cause this trouble.

Regards.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263716-39348-gpLsj7oBjw>