Reputation: 29
I was trying to get SyncTex to work with VimTex. While setting dbus up, which is required for Zathura, it would not run. The service starts, but when i run brew services info dbus
, it says that dbus isn't running. I've also tried dbus-daemon --fork --session --address=$DBUS_SESSION_BUS_ADDRESS
to try to manually start dbus, but it still doesn't work.
Upvotes: 1
Views: 22