mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-04 04:24:10 -04:00
yet more voodoo
This commit is contained in:
parent
71ecd229ff
commit
043b2fa3df
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -36,7 +36,7 @@ For instance, on macOS, this means:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install dbus
|
brew install dbus
|
||||||
sudo perl -pi -e's#(<auth>EXTERNAL</auth>)#<!--$1-->#' $(brew --prefix dbus)/share/dbus-1/session.conf
|
perl -pi -e's#(<auth>EXTERNAL</auth>)#<!--$1-->#' $(brew --prefix dbus)/share/dbus-1/session.conf
|
||||||
brew services start dbus
|
brew services start dbus
|
||||||
# it may be necessary to restart now to get the whole OS to pick up the
|
# it may be necessary to restart now to get the whole OS to pick up the
|
||||||
# existence of the dbus daemon
|
# existence of the dbus daemon
|
||||||
|
@ -47,7 +47,17 @@ git clone https://github.com/matrix-org/pantalaimon
|
||||||
(cd pantalaimon; CFLAGS=-I../olm/include LDFLAGS=-L../olm/build/ python3 setup.py install)
|
(cd pantalaimon; CFLAGS=-I../olm/include LDFLAGS=-L../olm/build/ python3 setup.py install)
|
||||||
|
|
||||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=$(launchctl getenv DBUS_LAUNCHD_SESSION_BUS_SOCKET)
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=$(launchctl getenv DBUS_LAUNCHD_SESSION_BUS_SOCKET)
|
||||||
DYLD_LIBRARY_PATH=../olm/build/ pantalaimon
|
cd pantalaimon
|
||||||
|
DYLD_LIBRARY_PATH=../olm/build/ pantalaimon -c contrib/pantalaimon.conf
|
||||||
|
|
||||||
|
# for notification center:
|
||||||
|
git clone https://github.com/fakechris/notification-daemon-mac-py
|
||||||
|
# if you have django's `foundation` library installed and your filesystem
|
||||||
|
# is case insensitive (the default) then you will need to `pip uninstall foundation`
|
||||||
|
# or install PyObjC in a venv...
|
||||||
|
pip install PyObjC daemon glib dbus-python
|
||||||
|
cd notification-daemon-mac-py
|
||||||
|
./notify.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue