# File lib/dbus/bus.rb, line 703
    def initialize
      super(ENV["DBUS_SESSION_BUS_ADDRESS"] || address_from_file)
      connect
      send_hello
    end