[Bug 263716] devel/dbus: not allowed to own service due to security policies in configuration file

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Jun 2022 11:12:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263716

--- 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 

  # dbus(8) VARIABLES
    export DBUS_SESSION_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket 



After I commented it out like that:

  # dbus(8) VARIABLES
  # export DBUS_SESSION_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket 

and started 'my environment' everything works well and both 'caja' and 'thunar'
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.

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