https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263716

--- Comment #16 from Slawomir Wojciech Wojtczak <[email protected]> ---

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.

Reply via email to