-
Notifications
You must be signed in to change notification settings - Fork 134
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
Recommended xsession config blocks dbus #865
Comments
Thank you for reporting this issue. I think this has changed over the years... What distribution are you using? I'd like input from other users as well:
Before changing the default .xinitrc (which we can say worked in the past) I'd like to learn why is the change necessary. |
I am using Arch Linux, and I can certainly add a warning (though do I need special permissions to do so? and where should it go, what section?) |
Please see #210 (comment). Summary: don’t use `dbus-launch` on Arch Linux.
The Wiki can be improved by everyone, please add a note for Arch users.
I assume you are a new user. If so, I’d like to ask you for an experience report: what helped, what’s confusing, anything really. (Also if you decide not using EXWM!)
Other readers: is `dbus-launch` also detrimental in other distributions?
This reminds me that `exwm-replace` doesn’t work anymore on Ubuntu 20 due to something related to the session bus. I wonder whether is might be related.
… Am 21.03.2022 um 04:01 schrieb Samuel T. Wallace ***@***.***>:
I am using Arch Linux, and I can certainly add a warning (though do I need special permissions to do so?)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.
|
I added the wiki note (finally! thanks for the patience). I really like EXWM! the one thing that I would wonder about is making X windows available in every workspace, rather than needing to use exwm-workspace-move-window. I would rather just be able to pop up my firefox windows in any workspace. But I wonder if technical reasons prevents this...? |
@samueltwallace, thank you. With regards to your comment, have a look at https://github.com/ch11ng/exwm/wiki#x-window-handling-among-workspaces. I personally set both I'm leaving this ticket open, as I'd like to further review our instructions (e.g. https://github.com/ch11ng/exwm/wiki/Configuration-Example). When I do so, would you be able to make sure they work an Arch system? |
Absolutely, just let me know how I can help. |
Hi,
I bet this is more of an upstream issue, but is relevant to the .xinitrc in the wiki. Running
dbus-launch --exit-with-session emacs
will block emacs' dbus communication.I ran into this issue trying to use tramp, which calls gvfs by dbus, and it failed to start gvfs.
dbus-monitor
also can't connect to running bus.I fixed this by omitting the
--exit-with-session
option, and dbus communication work again.Consider changing the .xinitrc so to not include the option? Unless there would be unwanted side effects. But a warning or workaround is a good idea.
The text was updated successfully, but these errors were encountered: