Mercurial > libervia-backend
changeset 4147:11f95dfe5b17
frontend (bridge): update location of D-Bus on server instructions.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 03 Nov 2023 15:33:04 +0100 |
parents | 60d107f2178a |
children | a8a0fa678ce2 |
files | libervia/frontends/bridge/dbus_bridge.py |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/frontends/bridge/dbus_bridge.py Fri Nov 03 15:32:17 2023 +0100 +++ b/libervia/frontends/bridge/dbus_bridge.py Fri Nov 03 15:33:04 2023 +0100 @@ -82,7 +82,11 @@ 'org.freedesktop.DBus.Error.Spawn.ExecFailed'): errback(BridgeExceptionNoService()) elif e._dbus_error_name == 'org.freedesktop.DBus.Error.NotSupported': - log.error(_("D-Bus is not launched, please see README to see instructions on how to launch it")) + log.error(_( + 'D-Bus is not launched, please see documentation ' + '(doc/installation.rst, section "Launching D-Bus (on servers)") to ' + 'see instructions on how to launch it.' + )) errback(BridgeInitError) else: errback(e)