-
Notifications
You must be signed in to change notification settings - Fork 26
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
sauron and dbus #49
Comments
Hmm, that should work; the module should show up there, even if it didn't work. Anything mentioned in your message buffer? And does it work after you restart emacs / sauron with this variable in your config? |
I using emacs in daemon mode. I start the module with this command: This is my config:
The Message buffer is clean. This is content in the buffer: |
Most likely you've started emacs (ie., the daemon) in an environment without a dbus session. |
Hie, I'm having trouble too using dbus.
When I try I don't understand what is the problem. I'm running gentoo. Maybe is it a permission problem? I can't find what is the path where the services are registered in. |
Was your emacs built with DBus support? |
After all that time, I came back to check the problem again, and that was a problem of permission. I have "umask 022" and it broke a lot of packages, including dbus. |
Hi!
Thanks for your work!
I tried your module, with dbus. But I have a trouble with it.
Redefine modules:
(setq sauron-modules '(sauron-dbus sauron-org sauron-notifications))
And please, look at:
2016-05-31 09:09:02 sauron 3 sauron started: sauron-org, sauron-notifications
Where is dbus?
Sauron didn't listen dbus? I saw my message in dbus-monitor program...
Emacs 24.5.1, sauron: elpa/sauron-20160501.1045/
Thanks!
The text was updated successfully, but these errors were encountered: