-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get dbus working on M1 as guide suggests #2824
Comments
I'm sorry; as I don't use Mac myself, I don't really have a good way to help. I'm hoping someone like @clason might be able to help, though? |
I don't use Zathura, sorry! |
@clason Well zathura is far from a must, I just need a PDF viewer to reliably see what I'm working on. But either way this doesn't really appear to be a zathura issue, more of a dbus problem so all depending it might still apply.. |
Yes, but Skim (which I use) doesn't rely on dbus. |
Awesome! Skim seems to be working out of the box :) Not sure what to do about this issue, but other people do appear to be experiencing the same issue with dbus: https://github.com/orgs/Homebrew/discussions/2318 |
Happy to see you find Skim to work nicely. Regarding the issue, I propose we close it. I don't have any idea how to resolve it, and I don't see the value in keeping things open unless there is someone able and willing to possibly resolve it. |
Speaking as someone who uses VimTeX on Mac, tt could nip some of these issues in the bud if the docs simply suggest using Sioyek or Skim on MacOS - I remember spending hours trying to get Zathura working on Mac, just to eventually give up and discover that Sioyek is, as far as I can tell at least, roughly a 1-to-1 replacement on Mac that works out of the box. |
Thanks for the suggestion, @ravibrock. I've updated the docs. I'll also take the liberty of closing this issue. |
thanks, that's awsome |
Description
Hi, I'm trying to get this working on an M1 machine.
This is my 5th or so attempt but I’m fairly certain it is a clean install (having run
brew unlink
/brew uninstall
fordbus
,zathura-pdf-poppler
,zathura
andgirara
. This also seems like it might be adbus
problem as the current problem is seemingly only withdbus
, but I figured I would try here first as others seem to have resolved theirdbus
with help from here.Following the
:help vimtex-faq-zathura-macos
docs:brew install dbus
finishes successfullySo does adding
export DBUS_SESSION_BUS_ADDRESS="unix:path=$DBUS_LAUNCHD_SESSION_BUS_SOCKET”
to.zshrc
, naturally.I assume
/usr/local/opt/dbus/share/dbus-1/session.conf
is substituted by/opt/homebrew/Cellar/dbus/1.14.10/share/dbus-1/session.conf
in my case, since I’m on an M1, but if that’s true the entry is changed to the followingThis is where it starts to go wrong… Upon reloading the shell and running
brew services start dbus
, it seemingly starts fine:but upon checking
which is where it all starts to go wrong. Running
brew services start dbus
againand
dbus-launch
gets mealso running the
launchctl
command assudo
just gets me:So yea I’m really at a loss..
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Do you use a latexmkrc file?
No
VimtexInfo
The text was updated successfully, but these errors were encountered: