mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-19 05:11:53 +00:00
15 lines
423 B
ReStructuredText
15 lines
423 B
ReStructuredText
|
:github_url: https://github.com/SunshineStream/Sunshine/tree/nightly/docs/source/troubleshooting/macos.rst
|
||
|
|
||
|
MacOS
|
||
|
=====
|
||
|
If you get this error:
|
||
|
|
||
|
``Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that
|
||
|
org.freedesktop.dbus-session.plist is loaded!``
|
||
|
|
||
|
Try this.
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
|