mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
da3c39e9e3
- updates issue template - updates docker readme
30 lines
685 B
ReStructuredText
30 lines
685 B
ReStructuredText
:github_url: https://github.com/LizardByte/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
|
|
|
|
Uninstall:
|
|
|
|
- pkg
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo chmod +x /opt/local/etc/sunshine/assets/uninstall_pkg.sh
|
|
sudo /opt/local/etc/sunshine/assets/uninstall_pkg.sh
|
|
|
|
- Portfile
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo port uninstall Sunshine
|