Skip to content

restart karabiner_console_user_server not working #4163

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

Open
sdaza opened this issue Mar 18, 2025 · 1 comment
Open

restart karabiner_console_user_server not working #4163

sdaza opened this issue Mar 18, 2025 · 1 comment

Comments

@sdaza
Copy link

sdaza commented Mar 18, 2025

Based on this documentation https://karabiner-elements.pqrs.org/docs/manual/misc/configuration-file-path/

launchctl kickstart -k gui/`id -u`/org.pqrs.karabiner.karabiner_console_user_server
Could not find service "org.pqrs.karabiner.karabiner_console_user_server" in domain for user gui: 501

It's not working. I am using version 15.3.0, and Sequoia 15.3.1 (24D70).

@BenelliFurtado
Copy link

It seems "kickstart" was removed from macOS 14.4. Im not an expert on launchctl, but this seems to do the same (anybody correct me if im wrong):

launchctl stop gui/`id -u`/org.pqrs.karabiner.karabiner_console_user_server
launchctl start gui/`id -u`/org.pqrs.karabiner.karabiner_console_user_server

So maybe the documentation could be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants