File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6743,7 +6743,7 @@ A: Yes, it works. It is recommended to use the `'zathura_simple'` variant.
67436743
67446744 export DBUS_SESSION_BUS_ADDRESS="unix:path=$DBUS_LAUNCHD_SESSION_BUS_SOCKET"
67456745<
6746- 3. Changed the value of `<auth><\auth> ` in
6746+ 3. Change the value of `<auth><\auth> ` in
67476747 `/usr/ local/opt/ dbus/share/ dbus- 1 /session.conf ` from `EXTERNAL` to
67486748 `DBUS_COOKIE_SHA1` .
67496749
@@ -6753,7 +6753,15 @@ A: Yes, it works. It is recommended to use the `'zathura_simple'` variant.
67536753 encounter problems with running `dbus` with `brew services start`, they
67546754 could try to start it manually as explained in [4].
67556755
6756- 5. Now install Zathura (most recent version, aka HEAD): >
6756+ If `brew services start dbus` does not work, which seems to be
6757+ a relatively common problem, then the user may be more lucky if they try
6758+ to start `dbus` with `launchctl` : >sh
6759+
6760+ launchctl start org.freedesktop.dbus-session
6761+ <
6762+ NB: This may need to be done after each restart of your system.
6763+
6764+ 5. Now install Zathura (most recent version, aka HEAD): >sh
67576765
67586766 brew tap zegervdv/zathura
67596767 brew install girara --HEAD
You can’t perform that action at this time.
0 commit comments